summaryrefslogtreecommitdiff
path: root/data/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'data/style.css')
-rw-r--r--data/style.css58
1 files changed, 30 insertions, 28 deletions
diff --git a/data/style.css b/data/style.css
index 697efe27..de0454a3 100644
--- a/data/style.css
+++ b/data/style.css
@@ -459,13 +459,6 @@ div.scr_uploader { visibility: hidden; overflow: hidden; width: 1px; height:
.vnbrowse .tc6 { width: 80px }
.vnbrowse .tc7 { text-align: right; width: 8px }
.vnbrowse .tc8 { width: 8px }
-#filselect {
- text-align: center;
- display: block;
- margin: 10px auto 3px auto;
- border: none;
- outline: none;
-}
@@ -844,7 +837,7 @@ div#iv_view {
/****** filter selector *****/
-div#fil_div {
+.fil_div {
position: absolute;
top: 0px;
left: 0px;
@@ -854,26 +847,35 @@ div#fil_div {
width: 600px;
text-align: center;
}
-#fil_div a.close { float: right; border: 0; font-weight: bold }
-#fil_div p.browseopts { padding: 2px 50px; line-height: 23px }
-#fil_div .browseopts a { outline: none; color: $maintext$ }
-#fil_div .browseopts a.active { font-weight: bold }
-#fil_div b.ruler { display: block; margin: auto; width: 93%; height: 1px; border-bottom: 1px solid $border$; margin-bottom: 5px }
-#fil_div h3 { width: 100%; text-align: center; font-size: 11px }
-#fil_div table { width: 93%; text-align: left; margin: 0 auto 5px auto }
-#fil_div table td.label label { width: 120px }
-#fil_div table td.label b { display: block; font-weight: normal; padding: 10px 5px 0 0 }
-#fil_div table td.check { width: 15px }
-#fil_div label.active { font-weight: bold }
-#fil_div .opts a { border: 0; outline: none }
-#fil_div .opts b { margin: 0 7px; font-weight: normal }
-#fil_div .opts a.tsel { color: $maintext$; }
-#filselect i { font-style: normal }
-#fil_div table ul { margin: 0 0 0 15px }
-#fil_div .slider p { margin: 1px; }
-#fil_div .slider div { margin: 1px; border: 1px solid $secborder$; float: left; height: 12px; }
-#fil_div .slider div div { border-top: none; border-bottom: none; cursor: default; position: relative; height: 10px; margin: 1px; }
-#fil_div .slider span { margin-left: 5px }
+.fil_div a.close { float: right; border: 0; font-weight: bold }
+.fil_div p.browseopts { padding: 2px 50px; line-height: 23px }
+.fil_div .browseopts a { outline: none; color: $maintext$ }
+.fil_div .browseopts a.active { font-weight: bold }
+.fil_div b.ruler { display: block; margin: auto; width: 93%; height: 1px; border-bottom: 1px solid $border$; margin-bottom: 5px }
+.fil_div h3 { width: 100%; text-align: center; font-size: 11px }
+.fil_div table { width: 93%; text-align: left; margin: 0 auto 5px auto }
+.fil_div table td.label label { width: 120px }
+.fil_div table td.label b { display: block; font-weight: normal; padding: 10px 5px 0 0 }
+.fil_div table td.check { width: 15px }
+.fil_div label.active { font-weight: bold }
+.fil_div .opts a { border: 0; outline: none }
+.fil_div .opts b { margin: 0 7px; font-weight: normal }
+.fil_div .opts a.tsel { color: $maintext$; }
+.fil_div table ul { margin: 0 0 0 15px }
+.fil_div .slider p { margin: 1px; }
+.fil_div .slider div { margin: 1px; border: 1px solid $secborder$; float: left; height: 12px; }
+.fil_div .slider div div { border-top: none; border-bottom: none; cursor: default; position: relative; height: 10px; margin: 1px; }
+.fil_div .slider span { margin-left: 5px }
+
+p.filselect {
+ text-align: center;
+ display: block;
+ margin: 10px auto 3px auto;
+ border: none;
+ outline: none;
+}
+p.filselect a { margin: 0 5px }
+p.filselect i { font-style: normal }