diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2011-03-09 08:43:17 +0100 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2011-03-09 08:43:17 +0100 |
commit | 37a87b0f58c61a58303230f2ca997c5e81f1f908 (patch) | |
tree | 0f1d0d81c91f2e651aad9db9da97b811a7c8d431 | |
parent | b00abf7e329de95791f1e50e39a2eba37ba73f10 (diff) | |
download | volse-hubzilla-37a87b0f58c61a58303230f2ca997c5e81f1f908.tar.gz volse-hubzilla-37a87b0f58c61a58303230f2ca997c5e81f1f908.tar.bz2 volse-hubzilla-37a87b0f58c61a58303230f2ca997c5e81f1f908.zip |
reworked wall-to-wall style
-rw-r--r-- | view/theme/duepuntozero/style.css | 27 |
1 files changed, 11 insertions, 16 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 2c271218a..bc6e63edb 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -839,10 +839,6 @@ input#dfrn-url { .comment .wall-item-info { width: 70px; } -.wallwall .wall-item-info { - width: 170px; -} - .wall-item-photo-wrapper { margin-top: 10px; @@ -850,25 +846,25 @@ input#dfrn-url { margin-bottom: 10px; width: 100px; } -/*.wallwall .wall-item-photo-wrapper { - float: left; -}*/ -.wallwall .wwfrom { - left: 75px; + +.wallwall .wwto { + left: 50px; + margin: 0; position: absolute; - top: 0; + top: 70px; + width: 30px +} +.wallwall .wwto img { + width: 30px; + height: 30px; } - .wallwall .wall-item-photo-end { clear: both; } .wall-item-arrowphoto-wrapper { - /*margin-top: 40px; - margin-right: 20px; - float: left;*/ position: absolute; - left: 70px; + left: 75px; top: 70px; z-index: 100; } @@ -902,7 +898,6 @@ input#dfrn-url { /* can use a jquery plugin http://bit.ly/zJskg */ text-overflow: ellipsis; -o-text-overflow: ellipsis; - white-space: nowrap; width: 100%; } |