From 545f25417055fcd044dd8d733c04d81e1c846d87 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sat, 3 May 2014 08:44:39 -0400 Subject: [PATCH] Fix coding style Signed-off-by: Marc Delisle --- themes/pmahomme/css/common.css.php | 70 ++++++++++++++++-------------- 1 file changed, 38 insertions(+), 32 deletions(-) diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php index 438c8839ec..85be1b6052 100644 --- a/themes/pmahomme/css/common.css.php +++ b/themes/pmahomme/css/common.css.php @@ -29,7 +29,8 @@ textarea { body { font-family: ; - + padding: 0; margin: 0; margin-: 240px; @@ -46,13 +47,14 @@ body#loginform { } -textarea, -tt, -pre, -code { + textarea, + tt, + pre, + code { font-family: ; -} - + } + h1 { @@ -556,33 +558,35 @@ table tr.even { } -/* marked table rows */ -td.marked, -table tr.marked td, -table tr.marked th, -table tr.marked { + /* marked table rows */ + td.marked, + table tr.marked td, + table tr.marked th, + table tr.marked { getCssGradient('ced6df', 'b6c6d7'); ?> color: ; -} - + } + -/* hovered items */ -.odd:hover, -.even:hover, -.hover { + /* hovered items */ + .odd:hover, + .even:hover, + .hover { getCssGradient('ced6df', 'b6c6d7'); ?> color: ; -} + } -/* hovered table rows */ -table tr.odd:hover th, -table tr.even:hover th, -table tr.hover th { + /* hovered table rows */ + table tr.odd:hover th, + table tr.even:hover th, + table tr.hover th { getCssGradient('ced6df', 'b6c6d7'); ?> color: ; -} - + } + /** * marks table rows/cells if the db field is in a where condition @@ -606,11 +610,12 @@ tr:last-child td.condition { } -/* for first th which must have right border set (ltr only) */ -.before-condition { + /* for first th which must have right border set (ltr only) */ + .before-condition { border-right: 1px solid ; -} - + } + /** * cells with the value NULL @@ -635,10 +640,11 @@ table [class=value] { -.value { + .value { font-family: ; -} - + } + .attention { color: red; font-weight: bold;