diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-09-03 21:03:39 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-09-03 21:03:39 -0400 |
| commit | 622122468f565bfb1c52245affd07413c6aecca6 (patch) | |
| tree | ddeb6cd30be6698ef0fcf539dc9920fe19e1cf7f /static/css/dump.css | |
| parent | 5215fa49a2c64d7c015e638f72bd7c4b280b0beb (diff) | |
sostler prod commit
Diffstat (limited to 'static/css/dump.css')
| -rwxr-xr-x | static/css/dump.css | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/static/css/dump.css b/static/css/dump.css index f37d525..1449167 100755 --- a/static/css/dump.css +++ b/static/css/dump.css @@ -304,6 +304,10 @@ display:none; .thumb { cursor:pointer; } + .thumb{ +display:inline-block; + +} img.chat-thumb { cursor:pointer; @@ -333,7 +337,7 @@ img.chat-thumb { .buttons{ cursor:pointer; - +display:inline-block; } .buttons .share { opacity: 0.8; @@ -345,15 +349,15 @@ img.chat-thumb { /*padding-left: 20px;*/ } img.thumb { - position: absolute; +bottom:10px; image-rendering: -moz-crisp-edges; - margin-left: 0px; - margin-top: 0px; - height: 27px; - width: 27px; + +position:absolute; + + + left:110px; - bottom: 9px; - display: block; + display: inline-block; } .thumb.favorite { @@ -1633,6 +1637,7 @@ width:600px; width:auto; text-overflow: ellipsis-word; padding: 18px; + padding-bottom:7px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-transform: uppercase; |
