mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-26 06:32:26 +00:00
modification des taille des tuiles sur la page profil
This commit is contained in:
parent
1e823ad75b
commit
6c27139f2d
1 changed files with 2 additions and 1 deletions
3
static/css/base.css
Normal file → Executable file
3
static/css/base.css
Normal file → Executable file
|
@ -134,11 +134,12 @@ margin-bottom: 20px;
|
||||||
|
|
||||||
.panel-heading.dashboard{
|
.panel-heading.dashboard{
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
min-height: 43px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.panel-body.dashboard{
|
.panel-body.dashboard{
|
||||||
text-align: center;
|
text-align: center;
|
||||||
height: 60px;
|
height: 70px;
|
||||||
vertical-align:middle;
|
vertical-align:middle;
|
||||||
}
|
}
|
||||||
#grad_red {
|
#grad_red {
|
||||||
|
|
Loading…
Reference in a new issue