diff --git a/static/css/base.css b/static/css/base.css index 2dc17770..68609d39 100644 --- a/static/css/base.css +++ b/static/css/base.css @@ -115,6 +115,19 @@ footer a { } /* For tables with long text in cells */ +.panel-heading.dashboard{ + text-align: center; +} + +.panel-body.dashboard{ + text-align: center; + height: 60px; + vertical-align:middle; +} +#grad_red { + background: red; /* For browsers that do not support gradients */ + background: linear-gradient(#ff6363, #fefefe); /* Standard syntax (must be last) */ +} .table.long_text{ table-layout: fixed; diff --git a/users/templates/users/profil.html b/users/templates/users/profil.html index 2029a526..9628097a 100644 --- a/users/templates/users/profil.html +++ b/users/templates/users/profil.html @@ -40,20 +40,28 @@ with this program; if not, write to the Free Software Foundation, Inc.,