diff options
author | friendica <info@friendica.com> | 2012-11-03 06:06:24 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-11-03 06:06:24 -0700 |
commit | 41a43f1282ee23db50c3c712bbd33aeb2b4d1867 (patch) | |
tree | a5fed1a04caccd9972d0849939dcb77897f62413 /view | |
parent | 358111c76b94cd430a0d31d0255571bf5b502242 (diff) | |
download | volse-hubzilla-41a43f1282ee23db50c3c712bbd33aeb2b4d1867.tar.gz volse-hubzilla-41a43f1282ee23db50c3c712bbd33aeb2b4d1867.tar.bz2 volse-hubzilla-41a43f1282ee23db50c3c712bbd33aeb2b4d1867.zip |
better icon alignments on posts
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/duepuntozero/css/style.css | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/view/theme/duepuntozero/css/style.css b/view/theme/duepuntozero/css/style.css index d8fad071b..759ba922b 100644 --- a/view/theme/duepuntozero/css/style.css +++ b/view/theme/duepuntozero/css/style.css @@ -1092,7 +1092,7 @@ input#dfrn-url { .wall-item-like-buttons { float: left; - margin-right: 10px; +/* margin-right: 10px; */ /* padding-right: 10px; */ /* border-right: 2px solid #fff; */ } @@ -1100,6 +1100,12 @@ input#dfrn-url { .like-rotator { margin-left: 5px; } +.icon.dislike { + margin-left: 3px; +} +.icon.remote-link { + margin-left: 10px; +} .wall-item-like-buttons > a, .wall-item-like-buttons > img { @@ -1112,7 +1118,6 @@ input#dfrn-url { .wall-item-share-buttons { margin-left: 10px; - margin-right: 10px; } .editpost { |