aboutsummaryrefslogtreecommitdiffstats
path: root/web/css.css
diff options
context:
space:
mode:
Diffstat (limited to 'web/css.css')
-rw-r--r--web/css.css13
1 files changed, 11 insertions, 2 deletions
diff --git a/web/css.css b/web/css.css
index 3b5e506dd..5336a6792 100644
--- a/web/css.css
+++ b/web/css.css
@@ -194,15 +194,24 @@ fieldset div.checkbox label, label.n {
/* Map */
+#map_box {
+ float:right;
+ width: 510px;
+}
+
+#map_box p {
+ float: right;
+ margin: 0 0 1em 0;
+ font-size: 78%;
+}
+
#map {
border: solid 1px #000000;
width: 508px;
height: 508px;
overflow: hidden;
- float: right;
position: relative;
background-color: #f1f1f1;
- margin-bottom: 1em;
}
#drag {