diff options
| author | sostler <sbostler@gmail.com> | 2010-05-18 23:36:31 -0400 |
|---|---|---|
| committer | sostler <sbostler@gmail.com> | 2010-05-18 23:36:31 -0400 |
| commit | bad5654f8e26bb5ace258096ca3dfbbdfe1da8cf (patch) | |
| tree | 24c2f42b165a797206b1478529d9c71f233920e5 /static/css/dump.css | |
| parent | 3666866764aaec5ed6f238be5d4191aff9e98d92 (diff) | |
| parent | a1faca737392b3dfddbcc17396d9ded4a48226af (diff) | |
Merge branch 'master' of ssh://dump.fm/pichat/repo
Diffstat (limited to 'static/css/dump.css')
| -rwxr-xr-x | static/css/dump.css | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/static/css/dump.css b/static/css/dump.css index ddc5e81..de50535 100755 --- a/static/css/dump.css +++ b/static/css/dump.css @@ -103,7 +103,7 @@ color:000; #messagePane { -top:2px; +top:40px; bottom:65px; position:fixed; width: 99.6%; @@ -135,8 +135,7 @@ left:0.2%; position:relative; min-width:500px; z-index:100; -left:2px; - +left:3px; bottom:10px; width: 100%; } @@ -187,7 +186,6 @@ border-right:0px; border-bottom-right-radius:5px; -webkit-border-bottom-right-radius:5px; -moz-border-radius-bottomright:5px; - border-radius:5px; position:absolute; display:inline-block; width:120px; @@ -211,7 +209,6 @@ background-color:#fff; border-bottom-right-radius:5px; -webkit-border-bottom-right-radius:5px; -moz-border-radius-bottomright:5px; - border-radius:5px; position:absolute; display:inline-block; width:120px; @@ -223,7 +220,7 @@ padding-bottom:4; text-align:center; z-index:100; cursor:pointer; -background-color:#fff; +background-color:#ccc; font-size:17px; color:#fff; border:1px solid #000; @@ -308,7 +305,6 @@ opacity:1; #palette-button { border:1px solid #000; - border-radius:5px; background-position:top right; position:absolute; /* display:inline-block;*/ |
