diff options
Diffstat (limited to 'static/pichat.css')
| -rwxr-xr-x | static/pichat.css | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/static/pichat.css b/static/pichat.css index 6c693de..db2e3eb 100755 --- a/static/pichat.css +++ b/static/pichat.css @@ -26,7 +26,12 @@ overflow:hidden; #rapper { top: 0px; } +#trophy{ +position:fixed; +right:2; +bottom:30; +} #footerc { text-align:center; @@ -35,7 +40,7 @@ overflow:hidden; bottom:0px; line-height:3.1; font-size:11px; -word-spacing:8px; +word-spacing:6px; height:28px; color: #000; @@ -97,7 +102,7 @@ bottom:10px; } #msgInput { - width: 100%; + width: 99.7%; z-index:100; background-color:#FFF; margin-top: 16px; @@ -108,9 +113,6 @@ height:35px; font-size:20px; min-width:500px; box-shadow: 2px 3px 4px #eee; --webkit-box-shadow: 2px 3px 4px #eee; --moz-box-shadow: 2px 3px 4px #eee; -filter: progid:DXImageTransform.Microsoft.dropShadow(color=#eee, offX=3, offY=4, positive=true); } .msgInput { min-width:500px; @@ -126,7 +128,7 @@ margin-right:374; display:inline-block; width:120px; height:35px; -right:255px; +right:260px; font-size:20px; background-image:url(/static/urlbutton.png); text-indent:27; @@ -153,7 +155,7 @@ top:15px; width:120px; height:35px; background-position:center; -right:15; +right:20; top:15px; padding-bottom:1; text-indent:28; @@ -180,7 +182,7 @@ background-image:url(/static/cambutton.png); width:120px; height:35px; background-position:center; -right:15; +right:20; top:15px; padding-bottom:4; text-align:center; @@ -244,7 +246,7 @@ border:1px solid #999; width:120px; height:35px; background-position:center; -right:135; +right:140; top:15px; padding-bottom:1; text-indent:24; |
