diff --git a/css/theme_right.css.php b/css/theme_right.css.php index 1aef0db73..7dedc8d8b 100644 --- a/css/theme_right.css.php +++ b/css/theme_right.css.php @@ -1132,20 +1132,21 @@ code.sql, div.sqlvalidate { } #main_pane_left { - width: 60%; + width: 50%; float: ; padding-top: 1em; } #main_pane_right { - margin-: 60%; + margin-: 50%; padding-top: 1em; padding-: 1em; } .group { - border-: 0.3em solid ; - margin-bottom: 1em; + border: 1px solid #000; + margin-bottom: 1em; + padding: 0 0 0.5em 0; } .group h2 { @@ -1153,6 +1154,7 @@ code.sql, div.sqlvalidate { color: ; padding: 0.1em 0.3em; margin-top: 0; + border-bottom: 1px solid #000; } .group-cnt {