diff options
Diffstat (limited to 'static/styles.css')
| -rw-r--r-- | static/styles.css | 35 |
1 files changed, 31 insertions, 4 deletions
diff --git a/static/styles.css b/static/styles.css index 353fcbe..0942301 100644 --- a/static/styles.css +++ b/static/styles.css @@ -77,6 +77,10 @@ color:black; } #footer{ +text-align:center; +} + +#map-footer{ position:absolute; z-index:5; background-color:white; @@ -95,7 +99,7 @@ z-index:5; top:50px; bottom:20px; right:18px; -width:250px; +width:300px; background-color:#FFF; opacity:0.8; -moz-border-radius:10px; @@ -107,8 +111,7 @@ border-radius:10px; text-align:center; } -#detail{ -display:None; +#welcome{ padding:6px 10px; border: 1px solid black; position:absolute; @@ -116,7 +119,7 @@ z-index:5; top:50px; bottom:58px; left:80px; -right:310px; +right:360px; background-color:#FFF; opacity:0.9; -moz-border-radius:10px; @@ -124,6 +127,23 @@ opacity:0.9; border-radius:10px; } +#detail{ +display:None; +padding:6px 10px; +border: 1px solid black; +position:absolute; +z-index:5; +top:274px; +bottom:38px; +right:18px; +width:300px; +background-color:#FFF; +opacity:0.8; +-moz-border-radius:10px; +-webkit-border-radius:10px; +border-radius:10px; +} + #detail_content{ overflow:auto; height:90%; @@ -133,6 +153,13 @@ height:90%; text-align:center; } +#detail_footer a{ +color:white; +background-color:purple; +display:block; +text-decoration:None; +} + #map{ border: 1px solid black; position:absolute; |
