Code

Fixed grey border top
[gosa.git] / gosa-core / html / themes / modern / style.css
index fd0e4f46cb1061764af4efb7343964a6fc71f780..45e271f8e39a8141212535250979ea9eb661f4ec 100644 (file)
@@ -91,9 +91,6 @@ button.img{
   margin:0;
   padding:2px;
 }
-button.img div.img {
-  border:0;
-}
 
 div.img{
   background-color:transparent;
@@ -432,74 +429,6 @@ button:focus, .button:active {
 }
 
 
-/* Fieldsets */
-
-fieldset {
-  border:0;
-  padding:4px;
-  margin:0;
-}
-
-fieldset legend{
-  text-align:left;
-  padding:0px 0px;
-  margin-left:0px;
-  font-weight:bold;
-}
-
-fieldset label{
-  width:8em;
-  float:left;
-  text-align:left;
-  clear:left;
-  padding-top:3px;
-  margin-top:3px;
-}
-
-fieldset input[type=text], fieldset select{
-  float:left;
-  width:10em;
-  margin-top:3px;
-}
-
-fieldset input[type=checkbox]{
-  clear:left;
-  float:left;
-  margin-top:1px;
-  margin-left:0;
-}
-
-fieldset select{
-  margin-top:5px;
-}
-
-fieldset textarea{
-  width:100%;
-  resize:none;
-  border:1px solid #CCC;
-}
-
-fieldset textarea:hover{
-  border-color:#777;
-}
-
-.fieldset-left {
-  padding-right:10px;
-  border-right:1px solid #CCC;
-  height:100%;
-}
-
-.fieldset-middle {
-  padding:0 10px;
-  border-right:1px solid #CCC;
-  height:100%;
-}
-
-.fieldset-right {
-  padding:0 10px;
-  height:100%;
-}
-
 /* Containers */
 
 .container{
@@ -521,12 +450,6 @@ fieldset textarea:hover{
   clear:both;
 }
 
-.line-clear{
-  clear:both;
-  padding:2px 0;
-  border-bottom:1px solid #CCC;
-}
-
 
 /* Icon menu */
 
@@ -892,7 +815,7 @@ div.nlistFooter {
   margin:4px;
 }
 
-.mainlist-header div{
+.mainlist-header div.mainlist-nav{
   border-top:1px solid #CCC;
   background-color:white;
 }
@@ -1026,11 +949,6 @@ a.treeList:hover,a.treeListSelected:hover {
   padding:2px;
 }
 
-ul.treeList div.img {
-  border:0;
-  margin-top:1px;
-}
-
 ul.treeList a {
   padding:2px;
   cursor:pointer;