aboutsummaryrefslogtreecommitdiffstats
path: root/web/css
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@balti.ukcod.org.uk>2010-07-28 18:55:52 +0100
committerMatthew Somerville <matthew@balti.ukcod.org.uk>2010-07-28 18:55:52 +0100
commitbaa9173de2f977bcf0266a0de01bf954c9712c55 (patch)
tree2ae0bff00bb392c5291a291f15e1c4524fd1a38d /web/css
parent8c1531397765c96c943a5ee0f8cddd4d091c41d9 (diff)
Factor out tile constants to be configurable.
Diffstat (limited to 'web/css')
-rw-r--r--web/css/core.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/web/css/core.css b/web/css/core.css
index 4eb8496e2..08e6eca0d 100644
--- a/web/css/core.css
+++ b/web/css/core.css
@@ -191,7 +191,7 @@ fieldset div, #fieldset div {
#map_box {
float: right;
- width: 510px;
+ width: 502px; /* Two pixels more than width of #map */
position: relative;
padding-left: 20px;
background-color: #ffffff;
@@ -205,8 +205,8 @@ p#copyright {
#map {
border: solid 1px #000000;
- width: 508px;
- height: 508px;
+ width: 500px; /* Twice a tile width */
+ height: 500px;
overflow: hidden;
position: relative;
background-color: #f1f1f1;
@@ -214,8 +214,8 @@ p#copyright {
#drag {
position: absolute;
- width: 508px;
- height: 508px;
+ width: 500px;
+ height: 500px;
right: 0;
top: 0;
}