Code

Fixed grey border top
[gosa.git] / gosa-core / html / themes / modern / style.css
index 9838a3b722ff6d35b50462e9df55b2330fe6a24b..45e271f8e39a8141212535250979ea9eb661f4ec 100644 (file)
@@ -41,16 +41,16 @@ input[type=checkbox]{
   border:1px solid #CCC;
 }
 
-input[type=text]{
+input[type=text], input[type=password]{
   border:1px solid #CCC;
   padding:3px;
 }
 
-input[type=text]:active, input[type=text]:focus{
+input[type=text]:active, input[type=text]:focus, input[type=password]:active, input[type=password]:focus,{
   border:1px solid #777;
 }
 
-input[type=text]:hover{
+input[type=text]:hover, input[type=password]:hover{
   border-color:#777;
 }
 
@@ -85,7 +85,15 @@ img, input[type=image] {
 }
 
 /* Image with migration color */
+button.img{
+  background:none;
+  border:0;
+  margin:0;
+  padding:2px;
+}
+
 div.img{
+  background-color:transparent;
   background-repeat:no-repeat;
   position:relative;
   float:left;
@@ -317,7 +325,7 @@ div.menu ul li.menu-header {
 
 /* Buttons */
 
-.button {
+button {
   padding:2px 6px;
   margin:0;
   margin-bottom:6px;
@@ -331,18 +339,18 @@ div.menu ul li.menu-header {
   outline:none;
 }
 
-.button:active {
+button:active {
   background-color:#CCC;
   background: -webkit-gradient(linear, 0 100%, 0 0, from(#FFF), to(#BBB));
   background: -moz-linear-gradient(top, #BBB, #FFF);
 }
 
-.button:hover {
+button:hover {
   cursor:pointer;
   border-color:#777 !important;
 }
 
-.button:focus, .button:active {
+button:focus, .button:active {
   border-color:#777;
 }
 
@@ -421,74 +429,6 @@ div.menu ul li.menu-header {
 }
 
 
-/* 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]{
-  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{
@@ -510,12 +450,6 @@ fieldset textarea:hover{
   clear:both;
 }
 
-.line-clear{
-  clear:both;
-  padding:2px 0;
-  border-bottom:1px solid #CCC;
-}
-
 
 /* Icon menu */
 
@@ -881,7 +815,7 @@ div.nlistFooter {
   margin:4px;
 }
 
-.mainlist-header div{
+.mainlist-header div.mainlist-nav{
   border-top:1px solid #CCC;
   background-color:white;
 }