diff options
| author | sostler <sbostler@gmail.com> | 2010-01-31 03:27:29 -0500 |
|---|---|---|
| committer | sostler <sbostler@gmail.com> | 2010-01-31 03:27:29 -0500 |
| commit | 941ebfed86a4d132b380cce3cca82b931c095a19 (patch) | |
| tree | 92fe9b82956008a436c8646b2eab3da65746ec78 /static/pichat.css | |
| parent | 17cda7fd499f69fe577e3d03ecc13c4f53fa02a3 (diff) | |
| parent | 2ca41848debe4dd760c342269fbdcf4eaf7ca0b7 (diff) | |
Merge branch 'master' of ssh://sostler@dump.fm/home/dumpfmprod/prod
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; |
