[Mapbender-commits] r2478 - branches/beck_dev/mapbender/http/css
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Tue Jun 3 02:33:25 EDT 2008
Author: beck
Date: 2008-06-03 02:33:25 -0400 (Tue, 03 Jun 2008)
New Revision: 2478
Modified:
branches/beck_dev/mapbender/http/css/admin.screen.css
Log:
Modified: branches/beck_dev/mapbender/http/css/admin.screen.css
===================================================================
--- branches/beck_dev/mapbender/http/css/admin.screen.css 2008-06-02 11:37:04 UTC (rev 2477)
+++ branches/beck_dev/mapbender/http/css/admin.screen.css 2008-06-03 06:33:25 UTC (rev 2478)
@@ -3,22 +3,11 @@
/* ################################################## */
* {
- margin: 0;
- padding: 0;
font-weight: normal;
font-style: normal;
}
body {
- width: 350px;
-}
-
-body {
- width: auto;
- min-width: 350px;
-}
-
-body {
padding: 1em;
font-family: "Lucida Sans Unicode","Lucida Sans","Lucida Grande","Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
font-size: 12px;
@@ -31,12 +20,20 @@
h1 {
margin-bottom: 1em;
- font-size: 1.5em;
+ font-size: 2em;
color: #600;
}
p {
margin-bottom: 1em;
+}
+
+a {
+ color: #09C;
+}
+
+a:hover {
+ text-decoration: none;
}
/* ################################################## */
@@ -46,52 +43,56 @@
margin-top: 1em;
}
-fieldset {
- border: 0;
+fieldset {
+ padding: 0;
+ border: 0;
}
legend {
- display: block;
- padding-bottom: .5em;
+ display: block;
+ margin: 0;
+ padding: 0;
font-weight: bold;
text-transform: uppercase;
- color: #600;
+ color: #600;
}
-label {
- color: #666;
+label {
+ margin-bottom: .5em;
white-space: nowrap;
}
-input, textarea, select {
- padding-top: .25em;
- padding-right: .5em;
- padding-bottom: .25em;
- padding-left: .5em;
+input, textarea, select {
font: inherit;
background-color: #EEE;
- border: 1px solid #666;
+ border: 1px solid #CCC;
}
hr {
clear: both;
height: 1px;
- color: #E3E3E3;
+ color: #FFF;
background-color: transparent;
border: 0;
}
/* ################################################## */
-
+
+input.wide {
+ width: 100%;
+}
+
.rightContainer {
float: right;
- width: 40%;
+ width: 40%;
+ margin-left: -1%;
}
.leftContainer {
float: left;
width: 40%;
+ margin-right: -1%;
}
.centerContainer {
@@ -104,45 +105,19 @@
visibility: hidden;
}
-.rightContainer select, input[type=text],
+.rightContainer select,
.leftContainer select {
width: 100%;
}
.centerContainer input#add,
.centerContainer input#remove {
- margin-bottom: 1em;
+ margin-top: .5em;
+ margin-bottom: .5em;
padding-right: 1em;
padding-left: 1em;
}
-.topContainer,
-.bottomContainer {
- margin-right: -1em;
- margin-left: -1em;
- padding: 1em;
-}
-
-.topContainer {
- clear: both;
- border-bottom: 1px dotted #CCC;
-}
-
-.bottomContainer {
- clear: both;
- border-top: 1px dotted #CCC;
-}
-
-.topContainer p,
-.bottomContainer p {
- margin: 0;
- line-height: 1.5em;
-}
-
-#indicator {
- float: right;
- position: relative;
- top: -.25em;
- margin-left: -20px;
- margin-bottom: -20px;
+#indicator img {
+ vertical-align: middle;
}
\ No newline at end of file
More information about the Mapbender_commits
mailing list