diff options
author | friendica <info@friendica.com> | 2013-03-05 19:03:22 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-03-05 19:03:22 -0800 |
commit | 1b41ce8fa7854ce31e9b5b6581fc32c9c896d9d5 (patch) | |
tree | 50fe14ab886e1b6119098c2d0907bf93d5812d55 /view/theme/redbasic | |
parent | 1ad80b450829429845ef93f89186ed1bc5ab83ba (diff) | |
download | volse-hubzilla-1b41ce8fa7854ce31e9b5b6581fc32c9c896d9d5.tar.gz volse-hubzilla-1b41ce8fa7854ce31e9b5b6581fc32c9c896d9d5.tar.bz2 volse-hubzilla-1b41ce8fa7854ce31e9b5b6581fc32c9c896d9d5.zip |
tweaks
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 16 |
1 files changed, 8 insertions, 8 deletions
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; } |