diff options
author | friendica <info@friendica.com> | 2013-01-06 22:17:47 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-01-06 22:17:47 -0800 |
commit | 0001cc6fd38aaefa9bcabd1458b05ece855f3c67 (patch) | |
tree | 167acaf4b75a32d80c6a519386b2f8d32d0740b5 /view | |
parent | 479541b5f804b3d7f4b955ff00715cbc7232d86c (diff) | |
download | volse-hubzilla-0001cc6fd38aaefa9bcabd1458b05ece855f3c67.tar.gz volse-hubzilla-0001cc6fd38aaefa9bcabd1458b05ece855f3c67.tar.bz2 volse-hubzilla-0001cc6fd38aaefa9bcabd1458b05ece855f3c67.zip |
small tweaks
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/redbasic/css/style.css | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 97d5f440e..d6cee8825 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1122,7 +1122,7 @@ input#dfrn-url { /* Give the top level post bigger shadows than the comments. This makes them appear "higher" and the comments "lower", which separates posts from each other reasonably without literally drawing a line under it */ .wall-item-content-wrapper { - margin-top: 30px; + margin-top: 10px; position: relative; background: #fff; border-radius: 5px; @@ -1317,8 +1317,7 @@ input#dfrn-url { } .thread-wrapper.toplevel_item { -/*padding: 30px; */ -width: 90%; + width: 90%; } .wall-item-body { @@ -1329,13 +1328,13 @@ width: 90%; .wall-item-tools { clear: both; -/* background-image: url("../img/head.jpg"); */ background: #eee; padding: 5px 10px; } -.wall-item-like { -margin: 15px; +.wall-item-like, .wall-item-dislike { + margin-left: 0px; + margin-top: 3px; } .wall-item-author { |