From 8439b1daa3dab15471ab5c2c067ca75d5c1cad89 Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Mon, 10 Mar 2014 20:01:53 +0800 Subject: [PATCH 1/2] Fix little bug at main_pane_right box-shadow. Signed-off-by: Edward Cheng --- themes/pmahomme/css/common.css.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php index 418931512b..e1f8da49a1 100644 --- a/themes/pmahomme/css/common.css.php +++ b/themes/pmahomme/css/common.css.php @@ -42,7 +42,7 @@ body#loginform { } #page_content { - margin: 0 .5em; + margin: 0 0 0 .5em; } @@ -1821,6 +1821,7 @@ div.sqlvalidate { min-width: 160px; padding-top: 1em; padding-: 1em; + padding-: .5em; } .group { From c99581ed21e9e634e1ef85b0ab8d602c58613f4a Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Mon, 10 Mar 2014 20:06:39 +0800 Subject: [PATCH 2/2] Signed-off-by: Edward Cheng --- themes/pmahomme/css/common.css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php index e1f8da49a1..f6b94fda56 100644 --- a/themes/pmahomme/css/common.css.php +++ b/themes/pmahomme/css/common.css.php @@ -42,7 +42,7 @@ body#loginform { } #page_content { - margin: 0 0 0 .5em; + margin: 0 .5em; }