diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-01-31 03:27:09 -0500 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-01-31 03:27:09 -0500 |
| commit | 2ca41848debe4dd760c342269fbdcf4eaf7ca0b7 (patch) | |
| tree | 138f15534ea5f4e6684f3e86144815cf3b580f78 /static/pichat.css | |
| parent | 530f05ecae21c5bb5615371739b429000d61dbea (diff) | |
Adding prod changes
Diffstat (limited to 'static/pichat.css')
| -rwxr-xr-x | static/pichat.css | 21 |
1 files changed, 14 insertions, 7 deletions
diff --git a/static/pichat.css b/static/pichat.css index cad0ec8..a5d9418 100755 --- a/static/pichat.css +++ b/static/pichat.css @@ -7,6 +7,7 @@ background:#EEF2FF url(/static/fade-blue.png) top center repeat-x; background-repeat:repeat-x; background-position:top; +overflow:hidden; } @@ -106,7 +107,6 @@ bottom:10px; height:36px; 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; @@ -125,16 +125,18 @@ filter: progid:DXImageTransform.Microsoft.dropShadow(color=#eee, offX=3, offY=4, height:35px; right:120px; font-size:20px; +background-image:url(/static/btngrad1.png); +text-indent:3; top:15px; text-align:center; z-index:100; cursor:pointer; background-color:red; -background-image:url(/static/clearred.png); + font-size:12px; color:#fff; - text-shadow:1px 1px 3px rgba(0,0,0,0.5); + text-shadow:1px 1px 3px rgba(0,0,0,1); } #upload { border-top-right-radius:10px; @@ -148,16 +150,19 @@ background-image:url(/static/clearred.png); display:inline-block; width:120px; height:35px; +background-position:center; right:0; top:15px; +text-indent:4; text-align:center; z-index:100; cursor:pointer; - background-color:blue; +background-color:blue; font-size:12px; color:#fff; -background-image:url(/static/bg-btn-blue.png); - text-shadow:1px 1px 3px rgba(0,0,0,0.5); +background-image:url(/static/upbutton1.png); + + text-shadow:1px 1px 3px rgba(0,0,0,1); } .msgDiv img{ max-width:650px; @@ -298,7 +303,9 @@ background-color:#f3f3f3; width:auto; } - +#mgsavatar{ +left:0; +} #binfo { font-family: Arial, Helvetica, sans-serif; font-size: 11px; |
