diff options
author | friendica <info@friendica.com> | 2012-11-04 16:57:09 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-11-04 16:57:09 -0800 |
commit | 94f737b69912a32b5ae693f5aab3da0df7956926 (patch) | |
tree | 7fe740a9a70b13e4740ba4caadb3a6b7a9d5b72f /view/theme | |
parent | aaa5a2638c9cf773163eb60fbffae597d77afc22 (diff) | |
download | volse-hubzilla-94f737b69912a32b5ae693f5aab3da0df7956926.tar.gz volse-hubzilla-94f737b69912a32b5ae693f5aab3da0df7956926.tar.bz2 volse-hubzilla-94f737b69912a32b5ae693f5aab3da0df7956926.zip |
some cleanup of main item template
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; } |