diff options
| author | etienne <etienne@9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864> | 2009-01-07 23:47:34 +0000 |
|---|---|---|
| committer | etienne <etienne@9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864> | 2009-01-07 23:47:34 +0000 |
| commit | da1bc95c350b87246165f61aff33a14558d56190 (patch) | |
| tree | 62d155e24dc6c99ff1eebfdcfd8f94d8d8bc9763 /static/styles.css | |
| parent | 1b266517ca627bc9f59347657cc65f0a4694436e (diff) | |
| download | Chimère-da1bc95c350b87246165f61aff33a14558d56190.tar.bz2 Chimère-da1bc95c350b87246165f61aff33a14558d56190.zip | |
Work on IE compatibility...
git-svn-id: http://www.peacefrogs.net/svn/chimere/trunk@7 9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864
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 +} |
