FIX duplicate css tag, decrease padding-bottom for boxes in eldy theme
This commit is contained in:
parent
99473097a9
commit
056f51bfc5
@ -3080,6 +3080,10 @@ ul.noborder li:nth-child(even):not(.liste_titre) {
|
|||||||
.box {
|
.box {
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
min-height: 40px;
|
min-height: 40px;
|
||||||
|
padding-right: 0px;
|
||||||
|
padding-left: 0px;
|
||||||
|
/*padding-bottom: 25px;*/
|
||||||
|
padding-bottom: 10px;
|
||||||
}
|
}
|
||||||
.ficheaddleft div.boxstats, .ficheaddright div.boxstats {
|
.ficheaddleft div.boxstats, .ficheaddright div.boxstats {
|
||||||
border: none;
|
border: none;
|
||||||
@ -3266,12 +3270,6 @@ a.valignmiddle.dashboardlineindicator {
|
|||||||
line-height: 30px;
|
line-height: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.box {
|
|
||||||
padding-right: 0px;
|
|
||||||
padding-left: 0px;
|
|
||||||
padding-bottom: 25px;
|
|
||||||
}
|
|
||||||
|
|
||||||
tr.box_titre {
|
tr.box_titre {
|
||||||
height: 26px;
|
height: 26px;
|
||||||
|
|
||||||
|
|||||||
@ -3344,6 +3344,9 @@ ul.noborder li:nth-child(even):not(.liste_titre) {
|
|||||||
.box {
|
.box {
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
min-height: 40px;
|
min-height: 40px;
|
||||||
|
padding-right: 0px;
|
||||||
|
padding-left: 0px;
|
||||||
|
padding-bottom: 12px;
|
||||||
}
|
}
|
||||||
.ficheaddleft div.boxstats, .ficheaddright div.boxstats {
|
.ficheaddleft div.boxstats, .ficheaddright div.boxstats {
|
||||||
border: none;
|
border: none;
|
||||||
@ -3470,12 +3473,6 @@ a.valignmiddle.dashboardlineindicator {
|
|||||||
line-height: 30px;
|
line-height: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.box {
|
|
||||||
padding-right: 0px;
|
|
||||||
padding-left: 0px;
|
|
||||||
padding-bottom: 12px;
|
|
||||||
}
|
|
||||||
|
|
||||||
tr.box_titre {
|
tr.box_titre {
|
||||||
height: 26px !important;
|
height: 26px !important;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user