Code

Updated styles
[gosa.git] / gosa-core / html / themes / modern / style.css
index 0cbc3351fca8e5473a3fd8ba443dbdd1142d97d2..d42a50133c51a51845923d3f42620982155ddfb1 100644 (file)
@@ -6,6 +6,8 @@ body, html {
   font-size:12px;
   font-family:"Lucida Grande",Arial,Verdana,sans-serif;
   height:100%;
+  min-width:1000px;
+  min-height:700px;
 }
 
 .left{
@@ -67,7 +69,6 @@ color:#000;
 background-color:#DDD;
 }                     
 
-
 h1, h2, h3 {
   margin-top:2px;
 }
@@ -77,6 +78,28 @@ h3 {
   font-weight:bold;
 }
 
+/* Image with migration color */
+img, input[type=image] {
+  border:1px solid red;
+  background-color:rgba(255,0,0,0.2);
+}
+
+/* Image with migration color */
+div.img{
+  background-color:transparent;
+  background-repeat:no-repeat;
+  position:relative;
+  float:left;
+}
+
+div.img div {
+  background-color:transparent;
+  background-repeat:no-repeat;
+  bottom:0;
+  right:0;
+  position:absolute;
+}
+
 
 /* Title bar definitions */
 
@@ -97,8 +120,8 @@ div.title-bar ul, div.title-bar ul li{
   padding:0;
 }
 
-span.logged-in-user{
-  font-style:italic;
+div.logged-in-label span{
+  font-weight:bold;
 }
 
 li.table-wrapper {
@@ -298,6 +321,7 @@ div.menu ul li.menu-header {
 .button {
   padding:2px 6px;
   margin:0;
+  margin-bottom:6px;
   background-color:#F8F8F8;
   background: -webkit-gradient(linear, 0 0, 0 100%, from(#FFF), to(#BBB));
   background: -moz-linear-gradient(top, #FFF, #BBB);
@@ -373,7 +397,14 @@ div.menu ul li.menu-header {
   background-color:#F8F8F8;
   background: -webkit-gradient(linear, 0 0, 0 100%, from(#F8F8F8), to(#EEE));
   background: -moz-linear-gradient(top, #F8F8F8, #EEE);
-  color:#AAA;
+  color:#333;
+  cursor:pointer;
+}
+
+.tabs li:hover {
+  background-color:#FFF;
+  background: -webkit-gradient(linear, 0 0, 0 100%, from(#F8F8F8), to(#FFF));
+  background: -moz-linear-gradient(top, #F8F8F8, #FFF);
 }
 
 .tabs li.current {
@@ -386,23 +417,8 @@ div.menu ul li.menu-header {
   border-bottom:1px solid #FFF;
   position:relative;
   z-index:1;
-  color:#000;
-}
-
-.tabs a {
-  float:left;
-  display:block;
-  text-decoration:none;
-  font-weight:bold;
-  color:#777;
-}
-
-.tabs li a:visited {
-  color:#777;
-}
-
-.tabs li.current a:visited {
-  color:#000;
+  color:#222;
+  cursor:pointer;
 }
 
 
@@ -504,19 +520,19 @@ fieldset textarea:hover{
 
 /* Icon menu */
 
-.icon-menu-container {
-  padding:0;
-}
-
 .icon-menu-item{
   float:left;
-  background-repeat:no-repeat;
-  padding:0 10px 10px 56px;
+  padding-top:10px;
+  padding-bottom:10px;
   min-height:70px;
   min-width:150px;
   cursor:pointer;
 }
 
+.icon-menu-item div.dsc{
+  margin-left:55px
+}
+
 .icon-menu-item:hover{
   background-color: #E0E0E0;
 }
@@ -1000,6 +1016,11 @@ a.treeList:hover,a.treeListSelected:hover {
   padding:2px;
 }
 
+ul.treeList div.img {
+  border:0;
+  margin-top:1px;
+}
+
 ul.treeList a {
   padding:2px;
   cursor:pointer;