diff options
-rw-r--r-- | library/jslider/css/jslider.css | 2 | ||||
-rw-r--r-- | view/theme/redbasic/css/style.css | 16 |
2 files changed, 9 insertions, 9 deletions
diff --git a/library/jslider/css/jslider.css b/library/jslider/css/jslider.css index 588d3b4f8..fe943dc0a 100644 --- a/library/jslider/css/jslider.css +++ b/library/jslider/css/jslider.css @@ -23,7 +23,7 @@ .jslider .jslider-label { font-size: 9px; line-height: 12px; color: black; opacity: 0.4; white-space: nowrap; padding: 0px 2px; position: absolute; top: -18px; left: 0px; } .jslider .jslider-label-to { left: auto; right: 0; } - .jslider .jslider-value { font-size: 9px; white-space: nowrap; padding: 1px 2px 0; position: absolute; top: -19px; left: 20%; background: white; line-height: 12px; -moz-border-radius: 2px; -webkit-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; } + .jslider .jslider-value { font-size: 9px; white-space: nowrap; padding: 1px 2px 0; position: absolute; top: -19px; left: 20%; line-height: 12px; } .jslider .jslider-value-to { left: 80%; } .jslider .jslider-label small, 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; } |