diff options
author | fabrixxm <fabrix.xm@gmail.com> | 2011-02-17 07:37:15 +0100 |
---|---|---|
committer | fabrixxm <fabrix.xm@gmail.com> | 2011-02-17 07:37:15 +0100 |
commit | c948ab8f211c54ca73643ba23ddcde3da0c256a3 (patch) | |
tree | 24d21b9352352a5594cb7bb80b8afd7f7fea2bc0 /view/theme | |
parent | 2493877a18e3b6bd210aa1e193ce5b2d8dc62419 (diff) | |
parent | c397a2f89bf3c2c609852f5bfc618c1d0cb0b709 (diff) | |
download | volse-hubzilla-c948ab8f211c54ca73643ba23ddcde3da0c256a3.tar.gz volse-hubzilla-c948ab8f211c54ca73643ba23ddcde3da0c256a3.tar.bz2 volse-hubzilla-c948ab8f211c54ca73643ba23ddcde3da0c256a3.zip |
Merge branch 'friendika-master'
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 ac3562d1c..e3a5fd3e7 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; |