Update theme with 3.8
This commit is contained in:
parent
bbce287892
commit
2895241420
@ -1296,6 +1296,16 @@ table.liste td {padding:1px 2px 1px 0px;}
|
|||||||
.tagtd, .table-border-col, .table-key-border-col, .table-val-border-col { display: table-cell; }
|
.tagtd, .table-border-col, .table-key-border-col, .table-val-border-col { display: table-cell; }
|
||||||
|
|
||||||
/* Pagination */
|
/* Pagination */
|
||||||
|
div.refidpadding {
|
||||||
|
padding-top: <?php print empty($conf->dol_use_jmobile)?'8':'12'; ?>px;
|
||||||
|
}
|
||||||
|
div.refid {
|
||||||
|
padding-top: <?php print empty($conf->dol_use_jmobile)?'5':'12'; ?>px;
|
||||||
|
font-weight: bold;
|
||||||
|
color: #666;
|
||||||
|
font-size: 120%;
|
||||||
|
}
|
||||||
|
|
||||||
div.pagination {
|
div.pagination {
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1397,6 +1397,16 @@ table.liste td {
|
|||||||
.tagtd, .table-border-col, .table-key-border-col, .table-val-border-col { display: table-cell; }
|
.tagtd, .table-border-col, .table-key-border-col, .table-val-border-col { display: table-cell; }
|
||||||
|
|
||||||
/* Pagination */
|
/* Pagination */
|
||||||
|
div.refidpadding {
|
||||||
|
padding-top: <?php print empty($conf->dol_use_jmobile)?'8':'12'; ?>px;
|
||||||
|
}
|
||||||
|
div.refid {
|
||||||
|
padding-top: <?php print empty($conf->dol_use_jmobile)?'6':'12'; ?>px;
|
||||||
|
font-weight: bold;
|
||||||
|
color: #666;
|
||||||
|
font-size: 120%;
|
||||||
|
}
|
||||||
|
|
||||||
div.pagination {
|
div.pagination {
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1517,6 +1517,16 @@ table.noborder {
|
|||||||
.tagtd, .table-border-col, .table-key-border-col, .table-val-border-col { display: table-cell; }
|
.tagtd, .table-border-col, .table-key-border-col, .table-val-border-col { display: table-cell; }
|
||||||
|
|
||||||
/* Pagination */
|
/* Pagination */
|
||||||
|
div.refidpadding {
|
||||||
|
padding-top: <?php print empty($conf->dol_use_jmobile)?'8':'12'; ?>px;
|
||||||
|
}
|
||||||
|
div.refid {
|
||||||
|
padding-top: <?php print empty($conf->dol_use_jmobile)?'5':'12'; ?>px;
|
||||||
|
font-weight: bold;
|
||||||
|
color: #666;
|
||||||
|
font-size: 120%;
|
||||||
|
}
|
||||||
|
|
||||||
div.pagination {
|
div.pagination {
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user