X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=html%2Fthemes%2Fdefault%2Fstyle.css;h=f3659248c092b8c93608c78324b97206287c1af7;hb=c3c34615d2b1780db5f6d5f0f6d7ec7d93454180;hp=a1028f11cce28a4bf037eec079fcc7e6eb72a5e3;hpb=ce4e86a0a5612baab8b5f4c86cdb40be36ad69ce;p=gosa.git diff --git a/html/themes/default/style.css b/html/themes/default/style.css index a1028f11c..f3659248c 100644 --- a/html/themes/default/style.css +++ b/html/themes/default/style.css @@ -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; }