diff options
author | Friendika <info@friendika.com> | 2011-04-11 18:52:29 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-04-11 18:52:29 -0700 |
commit | de8b381149c8372dc0305adbc9e025d0abc6b2b0 (patch) | |
tree | 3b1e6f7c931f9f11a2b76a36e85f55033993c1c3 /view/theme/loozah | |
parent | 0085bf0c10f52fd95b306a5e89e8b175c6da01dc (diff) | |
download | volse-hubzilla-de8b381149c8372dc0305adbc9e025d0abc6b2b0.tar.gz volse-hubzilla-de8b381149c8372dc0305adbc9e025d0abc6b2b0.tar.bz2 volse-hubzilla-de8b381149c8372dc0305adbc9e025d0abc6b2b0.zip |
bug #44 wallwall in loozah issue after recent template fix
Diffstat (limited to 'view/theme/loozah')
-rw-r--r-- | view/theme/loozah/style.css | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css index d6ddb26dd..0872691dc 100644 --- a/view/theme/loozah/style.css +++ b/view/theme/loozah/style.css @@ -1005,8 +1005,6 @@ input#dfrn-url { .wall-item-arrowphoto-wrapper { margin-top: 40px; - margin-right: 20px; - float: left; } .wall-item-wrapper { margin-left: 10px;; @@ -1037,6 +1035,16 @@ input#dfrn-url { margin-left: 15px; } +.wall-item-info.wallwall { + width: 285px; +} + +.wwto, .wall-item-arrowphoto-wrapper, .wwfrom { + float: left; + margin-right: 10px; +} + + .wall-item-links-wrapper { float: left; } |