From b6364518750a98893504c8e64fd4f7e50a153203 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 19 May 2016 19:11:31 +0200 Subject: [PATCH] Fix php tag --- htdocs/theme/eldy/style.css.php | 23 +++++++++++++++++------ htdocs/theme/md/style.css.php | 2 +- 2 files changed, 18 insertions(+), 7 deletions(-) diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index d21a9392f71..2479f276c0e 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -832,7 +832,7 @@ div#tmenu_tooltip { div.tmenusep { display: none; - + } div.tmenudiv { @@ -1783,27 +1783,30 @@ a.tab:link, a.tab:visited, a.tab:hover, a.tab#active { border-left: 1px solid transparent; border-top: 1px solid transparent; border-bottom: 0px !important; + /* -moz-border-radius:4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0; + */ background-image: none !important; } .tabactive, a.tab#active { color: # !important; background: rgb() !important; - -moz-box-shadow: 0 -1px 4px rgba(0,0,0,.1); - -webkit-box-shadow: 0 -1px 4px rgba(0,0,0,.1); - box-shadow: 0 -1px 4px rgba(0,0,0,.1); margin: 0 0.2em 0 0.2em !important; border-right: 1px solid #AAA !important; border-left: 1px solid #AAA !important; - border-top: 1px solid #BBB !important; - + border-top: 2px solid #111 !important; + /* + box-shadow: 0 -1px 4px rgba(0,0,0,.1); + -moz-box-shadow: 0 -1px 4px rgba(0,0,0,.1); + -webkit-box-shadow: 0 -1px 4px rgba(0,0,0,.1); -moz-border-radius:4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0; + */ } a.tab:hover { @@ -2202,11 +2205,19 @@ table.liste, table.noborder, table.formdoc, div.noborder { -webkit-border-radius: 0.2em; border-radius: 0.2em;*/ } +/* #tablelines tr.liste_titre:first-child td, form.formnoborder div, tr.liste_titre.trnoborder td { border-top-width: 1px; border-top-color: rgb(); border-top-style: solid; } +*/ +.liste_titre_add td +{ + border-top-width: 1px; + border-top-color: rgb(); + border-top-style: solid; +} table.liste tr, table.noborder tr, div.noborder form { border-top-color: #FEFEFE; min-height: 20px; diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index 7fbaad9150c..7e2cc9966ff 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -878,7 +878,7 @@ div#tmenu_tooltip { div.tmenusep { display: none; - + } div.tmenudiv {