Code

Added logging to ogroup
[gosa.git] / html / themes / default / style.css
index a1028f11cce28a4bf037eec079fcc7e6eb72a5e3..f3659248c092b8c93608c78324b97206287c1af7 100644 (file)
@@ -854,7 +854,7 @@ div.setup_plug_header {
 /* Content col */
 div.setup_contents {
        margin-right:2px;
-       background-color:#F8F8F8;
+       background-color:white;
        width:80%;
        margin-left:20%;
        border:1px solid #AAAAAA;
@@ -960,23 +960,24 @@ div.solution_visible {
 
 /* Container headline */
 h2.step2_container_title {
-       background-color:#DDDDDD;
+       background-color:#F0F0F0;
        border: solid 1px #CCCCCC;
-       padding:2px;
+       width:100%; 
+       padding:3px;
 }
 
 /* Container for name and status */
 div.step2_entry_container { 
-       padding:1px;
-       width:100%; 
+       padding:3px;
+       width:99%; 
        cursor:default;
 }
 
 /* Container for name and status, when status is failed */
 div.step2_entry_container_info { 
-       padding:1px;
+       padding:3px;
        border: 1px dashed #AAAAAA;
-       width:100%;
+       width:99%;
        cursor:default;
 }
 
@@ -1411,7 +1412,7 @@ td.container_, div.container_{
 }
 
 td.container_:hover,div.container_:hover {
-       border-left: solid 2px red;
+       border-left: solid 2px black;
        display:block;
 }