diff options
| author | tim b <timb@camcompu.home> | 2010-05-25 15:05:46 -0700 |
|---|---|---|
| committer | tim b <timb@camcompu.home> | 2010-05-25 15:05:46 -0700 |
| commit | fe80c6c9586c9f394d8e321d7278a4f8bf2d174b (patch) | |
| tree | bf1e6c42c95e4e995ba6386d472a469ae829575b | |
| parent | 1f030e0ba0d15ad62b9b705f8bec260508aa7dcc (diff) | |
fix cannot click link bug
| -rwxr-xr-x | static/css/dump.css | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/static/css/dump.css b/static/css/dump.css index 49d915c..5fb3c69 100755 --- a/static/css/dump.css +++ b/static/css/dump.css @@ -61,7 +61,7 @@ a:active { #trophy{ position:fixed; right:2; -bottom:30; +bottom:15px; } #effects-msg{ @@ -156,13 +156,12 @@ left:0.2%; min-width:500px; z-index:100; left:3px; -bottom:10px; +bottom: -5px; width: 100%; } #msgInput { z-index:100; - margin-top: 15px; left:-3px;border:1px solid #000; position:relative;border-right:0px; height:35px; @@ -186,7 +185,7 @@ height:0px; height:35px; right:285px; font-size:20px;background-image:url(/static/img/e9.png); -top:15px; +top:0; text-align:center; z-index:100; border:1px solid #000; @@ -210,7 +209,7 @@ height:35px; background-position:center; right:5px; border:1px solid #000; -top:15px; +top:0; padding-bottom:1; text-align:center; z-index:100; @@ -232,7 +231,7 @@ background-color:#fff; height:35px; background-position:center; right:5px; -top:15px; +top:0; padding-bottom:4; text-align:center; z-index:100; @@ -288,7 +287,8 @@ border:1px solid #000; height:35px; background-position:center; right:125px; -top:15px;background-image:url(/static/img/e9.png); +top:0; +background-image:url(/static/img/e9.png); padding-bottom:1; text-align:center; z-index:100; @@ -327,7 +327,7 @@ background-position:top right; width:40px; height:35px; right:245px; - top:15px; + top:0; padding-bottom:1; text-align:center; z-index:100; |
