Update theme with 3.8
This commit is contained in:
parent
bbce287892
commit
2895241420
@ -1135,7 +1135,7 @@ td.formdocbutton {padding-top:6px;}
|
|||||||
}
|
}
|
||||||
.buttonRefused {
|
.buttonRefused {
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
opacity: 0.4;
|
opacity: 0.4;
|
||||||
filter: alpha(opacity=40); /* For IE8 and earlier */
|
filter: alpha(opacity=40); /* For IE8 and earlier */
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -194,7 +194,7 @@ legend { margin-bottom: 8px; }
|
|||||||
}
|
}
|
||||||
.buttonRefused {
|
.buttonRefused {
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
opacity: 0.4;
|
opacity: 0.4;
|
||||||
filter: alpha(opacity=40); /* For IE8 and earlier */
|
filter: alpha(opacity=40); /* For IE8 and earlier */
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -219,7 +219,7 @@ legend { margin-bottom: 8px; }
|
|||||||
}
|
}
|
||||||
.buttonRefused {
|
.buttonRefused {
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
opacity: 0.4;
|
opacity: 0.4;
|
||||||
filter: alpha(opacity=40); /* For IE8 and earlier */
|
filter: alpha(opacity=40); /* For IE8 and earlier */
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
@ -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