From 28952414209ae2190da9abe797203eab87c2e337 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 19 Jun 2015 17:03:35 +0200 Subject: [PATCH] Update theme with 3.8 --- htdocs/theme/amarok/style.css.php | 12 +++++++++++- htdocs/theme/auguria/style.css.php | 12 +++++++++++- htdocs/theme/bureau2crea/style.css.php | 12 +++++++++++- 3 files changed, 33 insertions(+), 3 deletions(-) diff --git a/htdocs/theme/amarok/style.css.php b/htdocs/theme/amarok/style.css.php index 39c98e713fa..96febfcda9c 100644 --- a/htdocs/theme/amarok/style.css.php +++ b/htdocs/theme/amarok/style.css.php @@ -1135,7 +1135,7 @@ td.formdocbutton {padding-top:6px;} } .buttonRefused { pointer-events: none; - cursor: default; + cursor: default; opacity: 0.4; filter: alpha(opacity=40); /* For IE8 and earlier */ 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; } /* Pagination */ +div.refidpadding { + padding-top: dol_use_jmobile)?'8':'12'; ?>px; +} +div.refid { + padding-top: dol_use_jmobile)?'5':'12'; ?>px; + font-weight: bold; + color: #666; + font-size: 120%; +} + div.pagination { float: right; } diff --git a/htdocs/theme/auguria/style.css.php b/htdocs/theme/auguria/style.css.php index 4b536a4e1e3..ec652179ac1 100644 --- a/htdocs/theme/auguria/style.css.php +++ b/htdocs/theme/auguria/style.css.php @@ -194,7 +194,7 @@ legend { margin-bottom: 8px; } } .buttonRefused { pointer-events: none; - cursor: default; + cursor: default; opacity: 0.4; filter: alpha(opacity=40); /* For IE8 and earlier */ 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; } /* Pagination */ +div.refidpadding { + padding-top: dol_use_jmobile)?'8':'12'; ?>px; +} +div.refid { + padding-top: dol_use_jmobile)?'6':'12'; ?>px; + font-weight: bold; + color: #666; + font-size: 120%; +} + div.pagination { float: right; } diff --git a/htdocs/theme/bureau2crea/style.css.php b/htdocs/theme/bureau2crea/style.css.php index 88b9a5c1222..41a7b6fef87 100644 --- a/htdocs/theme/bureau2crea/style.css.php +++ b/htdocs/theme/bureau2crea/style.css.php @@ -219,7 +219,7 @@ legend { margin-bottom: 8px; } } .buttonRefused { pointer-events: none; - cursor: default; + cursor: default; opacity: 0.4; filter: alpha(opacity=40); /* For IE8 and earlier */ box-shadow: none; @@ -1517,6 +1517,16 @@ table.noborder { .tagtd, .table-border-col, .table-key-border-col, .table-val-border-col { display: table-cell; } /* Pagination */ +div.refidpadding { + padding-top: dol_use_jmobile)?'8':'12'; ?>px; +} +div.refid { + padding-top: dol_use_jmobile)?'5':'12'; ?>px; + font-weight: bold; + color: #666; + font-size: 120%; +} + div.pagination { float: right; }