diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2011-02-17 14:14:06 +0100 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2011-02-17 14:14:06 +0100 |
commit | 3d69e2a50c432421fb417e748a28d2cafd707b1f (patch) | |
tree | c01ed05d84ac450300bd761339fe0fc09c8c4bfc /view/theme | |
parent | dc15e8640de0fcd77bf91b97aee6f890b34ba6cb (diff) | |
parent | c948ab8f211c54ca73643ba23ddcde3da0c256a3 (diff) | |
download | volse-hubzilla-3d69e2a50c432421fb417e748a28d2cafd707b1f.tar.gz volse-hubzilla-3d69e2a50c432421fb417e748a28d2cafd707b1f.tar.bz2 volse-hubzilla-3d69e2a50c432421fb417e748a28d2cafd707b1f.zip |
Merge branch 'master' into themetests
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/duepuntozero/style.css | 7 | ||||
-rw-r--r-- | view/theme/loozah/style.css | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 022e0929e..b580df829 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -833,6 +833,13 @@ input#dfrn-url { .wall-item-like-buttons img { cursor: pointer; } + +.wall-item-links-wrapper { + float: left; + margin-bottom: 5px; + margin-left: 5px; +} + .wall-item-delete-wrapper { float: right; margin-top: 5px; diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css index a87252016..d34c81a45 100644 --- a/view/theme/loozah/style.css +++ b/view/theme/loozah/style.css @@ -962,6 +962,13 @@ input#dfrn-url { .wall-item-like-buttons img { cursor: pointer; } + +.wall-item-links-wrapper { + float: left; + margin-top: 100px; + margin-left: 10px; +} + .wall-item-delete-wrapper { float: right; margin-top: 20px; |