summaryrefslogtreecommitdiff
path: root/htroot/jquery/css
diff options
context:
space:
mode:
authorapfelmaennchen <apfelmaennchen@6c8d7289-2bf4-0310-a012-ef5d649a1542>2011-11-20 22:42:15 +0000
committerapfelmaennchen <apfelmaennchen@6c8d7289-2bf4-0310-a012-ef5d649a1542>2011-11-20 22:42:15 +0000
commit6287c2b4a9663b18bf93ea6fe5c342cae160c5ef (patch)
tree0df4c43d0fd70be42f3269236028c16afad97abc /htroot/jquery/css
parent2236e0113787320b480603641c34d3c3f65c423c (diff)
YMarks:
- introduced tag manager - a quite powerful tool (still not 100% stable, so be careful) git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@8060 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/jquery/css')
-rw-r--r--htroot/jquery/css/jquery.multiselect.css4
-rw-r--r--htroot/jquery/css/jquery.multiselect.filter.css3
2 files changed, 5 insertions, 2 deletions
diff --git a/htroot/jquery/css/jquery.multiselect.css b/htroot/jquery/css/jquery.multiselect.css
index c5d99ad6b..156799f08 100644
--- a/htroot/jquery/css/jquery.multiselect.css
+++ b/htroot/jquery/css/jquery.multiselect.css
@@ -1,7 +1,7 @@
.ui-multiselect { padding:2px 0 2px 4px; text-align:left }
.ui-multiselect span.ui-icon { float:right }
-.ui-multiselect-single input { position:absolute !important; top: auto !important; left:-9999px; }
-.ui-multiselect-single label { padding:5px !important }
+.ui-multiselect-single .ui-multiselect-checkboxes input { position:absolute !important; top: auto !important; left:-9999px; }
+.ui-multiselect-single .ui-multiselect-checkboxes label { padding:5px !important }
.ui-multiselect-header { margin-bottom:3px; padding:3px 0 3px 4px }
.ui-multiselect-header ul { font-size:0.9em }
diff --git a/htroot/jquery/css/jquery.multiselect.filter.css b/htroot/jquery/css/jquery.multiselect.filter.css
new file mode 100644
index 000000000..f8c323a7d
--- /dev/null
+++ b/htroot/jquery/css/jquery.multiselect.filter.css
@@ -0,0 +1,3 @@
+.ui-multiselect-hasfilter ul { position:relative; top:2px }
+.ui-multiselect-filter { float:left; margin-right:10px; font-size:11px }
+.ui-multiselect-filter input { width:100px; font-size:10px; margin-left:5px; height:15px; padding:2px; border:1px solid #292929; -webkit-appearance:textfield; -webkit-box-sizing:content-box; }