From 1b41ce8fa7854ce31e9b5b6581fc32c9c896d9d5 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 5 Mar 2013 19:03:22 -0800 Subject: tweaks --- view/theme/redbasic/css/style.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'view') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 65f9f2760..2279660c3 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -232,7 +232,6 @@ header #banner { overflow: hidden; text-align: center; - width: 100%; font-size: 1.4em; font-family: tahoma, "Lucida Sans", sans; color: #eec; @@ -304,8 +303,8 @@ nav #nav-link-wrapper .nav-link { height: 28px; border-bottom: 1px solid #aaaaaa; padding:0px; - width: 90%; -/* margin-right: 10px; */ + width: 90%; +/* margin-right: 5px; */ } .tabs li { margin: 0px; list-style: none; } @@ -1110,7 +1109,8 @@ footer { } .thread-wrapper.toplevel_item { - width: 90%; + + width: 92%; } .wall-item-body { @@ -1135,12 +1135,10 @@ footer { .comment-edit-wrapper { margin-top: 15px; - background: #ffffff; margin-left: 50px; } .comment-wwedit-wrapper { - background: #ffffff; margin-top: 2px; } @@ -1171,7 +1169,7 @@ footer { .comment-edit-text-empty { color: gray; height: 1.5em; - width: 80%; /*Too wide? */ + width: 40%; /*Too wide? */ overflow: auto; margin-bottom: 10px; } @@ -1665,7 +1663,8 @@ tr.mceLast { color:#000; border: 1px solid #cccccc; padding: 8px; - width: 90%; + margin-right: 0px; + width: 90%; -moz-border-radius: 5px; border-radius: 5px; /* box-shadow: 4px 4px 3px 0 #666 inset; */ @@ -2436,6 +2435,7 @@ aside input[type='text'] { margin-top: -2px; font-size: 0.8em; border-radius: 14px; + border: none; background-color: #FFDDDD; color: #eec; } -- cgit v1.2.3