diff options
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; |
