diff --git a/css/app.css b/css/app.css index 1b0e49b0b..081bbdb83 100644 --- a/css/app.css +++ b/css/app.css @@ -5,11 +5,27 @@ body { text-rendering: optimizeLegibility; color:#444; } + +form { + margin:0; + padding:0; + display:inline-block; +} + :focus { outline-color: transparent; outline-style: none; } +#about { + position:absolute; + bottom:5px; + right:5px; + background:#fff; + padding:2px 5px; +} p { + margin:0; + padding:0; font-size: x-small; } a:visited, a { @@ -139,7 +155,7 @@ path.stroke.waterway { } #modebuttons { - width:500px; + width:600px; position:absolute; left:0px; top:0px; @@ -169,6 +185,19 @@ path.stroke.waterway { margin:0; } +#modebuttons button.mini, +#modebuttons button.mini { + width:50px; +} + +#modebuttons input[type=text] { + width:150px; + height:30px; + border:0; + padding:5px; + margin:0; +} + #modebuttons button:hover { background:#eee; } diff --git a/index.html b/index.html index ed093fa42..b2f823dd2 100755 --- a/index.html +++ b/index.html @@ -36,15 +36,10 @@ - - -
- -
-
+ + Area
+
@@ -72,10 +67,12 @@
-

Work in progress: introduction, - code, - docs. - Imagery © 2012 Bing, GeoEye, Getmapping, Intermap, Microsoft.

+
+

Work in progress: introduction, + code, + docs. + Imagery © 2012 Bing, GeoEye, Getmapping, Intermap, Microsoft.

+