[Mapbender-commits] r3481 - branches/astroidex_25/http/css
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Thu Jan 22 17:32:06 EST 2009
Author: astrid_emde
Date: 2009-01-22 17:32:05 -0500 (Thu, 22 Jan 2009)
New Revision: 3481
Modified:
branches/astroidex_25/http/css/login.css
Log:
login.css - simple style
Modified: branches/astroidex_25/http/css/login.css
===================================================================
--- branches/astroidex_25/http/css/login.css 2009-01-22 18:39:02 UTC (rev 3480)
+++ branches/astroidex_25/http/css/login.css 2009-01-22 22:32:05 UTC (rev 3481)
@@ -52,21 +52,26 @@
}
/* BEGIN gui listing */
-h2.gui_category,
-p.gui_category_description,
ul.gui_list {
width: 50%;
- padding: 5px;
- border: 1px solid #666;
+ padding: 2px;
+ border: 0px solid #666;
}
h2.gui_category,
+p.gui_category_description{
+ width: 50%;
+ padding: 0px;
+ border: 0px solid #666;
+}
+
+h2.gui_category,
ul.gui_list {
- background-color: #eee;
+ /*background-color: #eee;*/
}
h2.gui_category {
- font-size: 1.5em;
+ font-size: 1.3em;
}
img {
@@ -81,17 +86,17 @@
clear: both;
margin-top: -1px;
padding: .25em .5em;
- background-color: #ffe;
- border: 1px solid #666;
+ background-color: #fff;
+ border: 0px solid #666;
cursor: pointer;
}
ul.gui_list li.alternate {
- background-color: #ffd;
+ background-color: #fff;
}
ul.gui_list li:hover {
- background-color: #ff9;
+ background-color: #ff4;
}
ul.gui_list li strong {
@@ -113,7 +118,7 @@
font-size: inherit;
font-weight: inherit;
text-decoration: none;
- text-transform: uppercase;
+ text-transform: none;
color: inherit;
}
/* END gui listing */
\ No newline at end of file
More information about the Mapbender_commits
mailing list