diff options
Diffstat (limited to 'static/styles.css')
| -rw-r--r-- | static/styles.css | 21 |
1 files changed, 18 insertions, 3 deletions
diff --git a/static/styles.css b/static/styles.css index 0942301..205521e 100644 --- a/static/styles.css +++ b/static/styles.css @@ -59,6 +59,7 @@ border-bottom:1px solid black; #action li{ display:inline; padding:3px; +padding-top:0px; margin-right:6px; border:1px solid black; -moz-border-radius: 4px 4px 0 0; @@ -138,7 +139,6 @@ bottom:38px; right:18px; width:300px; background-color:#FFF; -opacity:0.8; -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; @@ -149,6 +149,10 @@ overflow:auto; height:90%; } +#detail_content img{ +width:280px; +} + #detail_footer{ text-align:center; } @@ -161,14 +165,25 @@ text-decoration:None; } #map{ -border: 1px solid black; position:absolute; +border: 1px solid black; +margin:0px; +padding:0px; +height:92%; top:40px; bottom:8px; left:8px; right:8px; } +#permalink { +z-index:10000; +position:absolute; +bottom:50px; +left:12px; +font-size:smaller; +} + .news{ } @@ -215,4 +230,4 @@ font-weight:bold; .fieldWrapper{ padding:6px; -}
\ No newline at end of file +} |
