diff options
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/duepuntozero/css/style.css | 50 |
1 files changed, 4 insertions, 46 deletions
diff --git a/view/theme/duepuntozero/css/style.css b/view/theme/duepuntozero/css/style.css index 40941c890..4ea58fb4a 100644 --- a/view/theme/duepuntozero/css/style.css +++ b/view/theme/duepuntozero/css/style.css @@ -342,6 +342,7 @@ div.wall-item-content-wrapper.shiny { cursor: pointer; } + #group-sidebar { margin-bottom: 10px; } @@ -1091,57 +1092,15 @@ input#dfrn-url { width: 100%; } -.wall-item-like-buttons { + +.item-tool { float: left; -/* margin-right: 10px; */ -/* padding-right: 10px; */ -/* border-right: 2px solid #fff; */ + margin-right: 8px; } .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 { - float: left; -} - -.wall-item-like-buttons img { - cursor: pointer; -} - -.wall-item-share-buttons { - margin-left: 10px; -} - -.editpost { - margin-left: 10px; - float: left; -} -.star-item { - margin-left: 10px; - float: left; -} -.tag-item { - margin-left: 10px; - float: left; -} - -.filer-item { - margin-left: 10px; - float: left; -} - -.wall-item-links-wrapper { - float: left; -} .wall-item-delete-wrapper { float: right; @@ -1155,7 +1114,6 @@ input#dfrn-url { border: none; } - .wall-item-wrapper-end { clear: both; } |