From 0001cc6fd38aaefa9bcabd1458b05ece855f3c67 Mon Sep 17 00:00:00 2001
From: friendica <info@friendica.com>
Date: Sun, 6 Jan 2013 22:17:47 -0800
Subject: small tweaks

---
 view/theme/redbasic/css/style.css | 11 +++++------
 1 file 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 {
-- 
cgit v1.2.3