Update theme with 3.8

This commit is contained in:
Laurent Destailleur 2015-06-19 17:03:35 +02:00
parent bbce287892
commit 2895241420
3 changed files with 33 additions and 3 deletions

View File

@ -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;
} }

View File

@ -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;
} }

View File

@ -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;
} }