diff options
author | Friendika <info@friendika.com> | 2011-03-09 00:17:47 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-03-09 00:17:47 -0800 |
commit | 5f54503780ac6f94bbfe2692682aab5355673d16 (patch) | |
tree | eda97fe45305551671996491d85ce3aded90d49a /view/theme | |
parent | 0de88eb6b0e5ceab470240a54414317884a49101 (diff) | |
parent | 37a87b0f58c61a58303230f2ca997c5e81f1f908 (diff) | |
download | volse-hubzilla-5f54503780ac6f94bbfe2692682aab5355673d16.tar.gz volse-hubzilla-5f54503780ac6f94bbfe2692682aab5355673d16.tar.bz2 volse-hubzilla-5f54503780ac6f94bbfe2692682aab5355673d16.zip |
Merge branch 'issue-11' of https://github.com/fabrixxm/friendika into fabrixxm-issue-11
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/duepuntozero/style.css | 53 |
1 files changed, 42 insertions, 11 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index bfe524b01..bc6e63edb 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -833,31 +833,40 @@ input#dfrn-url { .wall-item-info { display: block; float: left; - width:150px; + width:110px; + margin-right:10px; } -.wallwall .wall-item-info { - width: 300px; +.comment .wall-item-info { + width: 70px; } - .wall-item-photo-wrapper { margin-top: 10px; margin-left: 10px; margin-bottom: 10px; width: 100px; } -.wallwall .wall-item-photo-wrapper { - float: left; -} +.wallwall .wwto { + left: 50px; + margin: 0; + position: absolute; + 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: 75px; + top: 70px; + z-index: 100; } .wall-item-wrapper { /*float: left; @@ -868,16 +877,38 @@ input#dfrn-url { .wall-item-lock { /*height: 20px;*/ /*margin-top: 10px;*/ - left: 135px; + left: 105px; position: absolute; top: 1px; } +.comment .wall-item-lock { + left: 65px; +} .wall-item-ago { color: #888888; font-size: 0.8em; } +.wall-item-location { + overflow: hidden; + /* add ellipsis on text overflow */ + /* this work on safari, opera, ie, chrome. */ + /* firefox users have to wait support or we */ + /* can use a jquery plugin http://bit.ly/zJskg */ + text-overflow: ellipsis; + -o-text-overflow: ellipsis; + width: 100%; +} + +.wall-item-like-buttons { + float: left; + margin-right: 10px; + padding-right: 10px; + border-right: 2px solid #fff; +} + + .wall-item-like-buttons img { cursor: pointer; } |