[Mapbender-commits] r3813 - branches/astroidex_25/http/css

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Thu Mar 26 16:38:35 EDT 2009


Author: marc
Date: 2009-03-26 16:38:35 -0400 (Thu, 26 Mar 2009)
New Revision: 3813

Modified:
   branches/astroidex_25/http/css/login.css
Log:
gui list style in Horizontal tabs

Modified: branches/astroidex_25/http/css/login.css
===================================================================
--- branches/astroidex_25/http/css/login.css	2009-03-26 20:36:35 UTC (rev 3812)
+++ branches/astroidex_25/http/css/login.css	2009-03-26 20:38:35 UTC (rev 3813)
@@ -13,10 +13,10 @@
 	font-size : 12px;
 	color: #808080;
 }
-
 img {
 	border: 0;
 }
+
 input{
 	width: 180px;
 	font-size : 12px;
@@ -72,21 +72,20 @@
 /* Hides WMS Container */
 
 #menu {
-width: 100%;
+width: 1000px;
 background: #fff;
 float: left;
-margin: 0;
-padding: 0;
-font-size:120%;
+
 }
 #menu ul   {
 margin: 0;
 padding: 0;
 }
 #menu ul li  {
+float:left;
 
 list-style: none;
-margin: 0;
+margin: 0px;
 padding: 0;
 width: 12em;
 }
@@ -106,6 +105,8 @@
 color: #000;
 background: #ffe;
 text-transform: uppercase;
+height:30px;
+text-align:center;
 
 }
 
@@ -113,43 +114,48 @@
 color: #000;
 background: #efefef;
 text-decoration: none;
+
+
 }
 #menu a:hover {
 color: #a00;
 background: #fff;
 }
 
+div#menu ul label {
+display: none;
+}
 
+div#menu ul label:hover {
+display: block;
+}
+
+#menu li {position: relative;}
+
 /* Position of the tags*/
 #menu ul ul {
-position: relative;
-
+position: absolute;
+z-index: 500;
 }
 
 #menu ul ul ul {
 position: absolute;
-top: 25px;
+top: 5px;
 left: 105%;
 border:dotted thin #a00;
 }
 
-div#menu ul li label {
-
-}
-
-
 /* Hover Effects*/
-div#menu ul li label,
 div#menu ul ul,
 div#menu ul li:hover ul ul,
 div#menu ul ul li:hover ul ul
 {display: none;}
 
-
 div#menu ul li:hover ul,
 div#menu ul ul li:hover ul,
-div#menu ul ul ul li:hover ul,
-div#menu label:hover li
+div#menu ul ul ul li:hover ul
 {display: block;}
 
+
+
 /* END gui listing */



More information about the Mapbender_commits mailing list