sunspot_solr 2.2.2 → 2.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/bin/sunspot-solr +2 -6
- data/lib/sunspot/solr/server.rb +2 -3
- data/solr/README.txt +181 -181
- data/solr/bin/post +29 -19
- data/solr/bin/solr +247 -428
- data/solr/bin/solr.cmd +102 -256
- data/solr/bin/solr.in.cmd +15 -7
- data/solr/bin/solr.in.sh +26 -12
- data/solr/server/README.txt +110 -113
- data/solr/server/contexts/solr-jetty-context.xml +8 -8
- data/solr/server/etc/jetty-http.xml +47 -0
- data/solr/server/etc/jetty-https-ssl.xml +175 -159
- data/solr/server/etc/jetty-https.xml +53 -0
- data/solr/server/etc/jetty-ssl.xml +46 -0
- data/solr/server/etc/jetty.xml +189 -167
- data/solr/server/etc/webdefault.xml +527 -527
- data/solr/server/lib/javax.servlet-api-3.1.0.jar +0 -0
- data/solr/server/lib/jetty-continuation-9.2.11.v20150529.jar +0 -0
- data/solr/server/lib/jetty-deploy-9.2.11.v20150529.jar +0 -0
- data/solr/server/lib/jetty-http-9.2.11.v20150529.jar +0 -0
- data/solr/server/lib/jetty-io-9.2.11.v20150529.jar +0 -0
- data/solr/server/lib/jetty-jmx-9.2.11.v20150529.jar +0 -0
- data/solr/server/lib/jetty-rewrite-9.2.11.v20150529.jar +0 -0
- data/solr/server/lib/jetty-security-9.2.11.v20150529.jar +0 -0
- data/solr/server/lib/jetty-server-9.2.11.v20150529.jar +0 -0
- data/solr/server/lib/jetty-servlet-9.2.11.v20150529.jar +0 -0
- data/solr/server/lib/jetty-servlets-9.2.11.v20150529.jar +0 -0
- data/solr/server/lib/jetty-util-9.2.11.v20150529.jar +0 -0
- data/solr/server/lib/jetty-webapp-9.2.11.v20150529.jar +0 -0
- data/solr/server/lib/jetty-xml-9.2.11.v20150529.jar +0 -0
- data/solr/server/modules/http.mod +9 -0
- data/solr/server/modules/https.mod +9 -0
- data/solr/server/modules/server.mod +11 -0
- data/solr/server/modules/ssl.mod +9 -0
- data/solr/server/resources/jetty-logging.properties +1 -0
- data/solr/server/resources/log4j.properties +24 -24
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/commons-exec-1.3.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/{hadoop-annotations-2.3.0.jar → hadoop-annotations-2.6.0.jar} +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/hadoop-auth-2.6.0.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/hadoop-common-2.6.0.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/hadoop-hdfs-2.6.0.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/htrace-core-3.0.4.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/httpclient-4.4.1.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/httpcore-4.4.1.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/httpmime-4.4.1.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/jackson-core-2.5.4.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/jackson-dataformat-smile-2.5.4.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/{lucene-analyzers-common-5.0.0.jar → lucene-analyzers-common-5.3.1.jar} +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/{lucene-analyzers-kuromoji-5.0.0.jar → lucene-analyzers-kuromoji-5.3.1.jar} +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/{lucene-analyzers-phonetic-5.0.0.jar → lucene-analyzers-phonetic-5.3.1.jar} +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-backward-codecs-5.3.1.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-codecs-5.3.1.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-core-5.3.1.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/{lucene-expressions-5.0.0.jar → lucene-expressions-5.3.1.jar} +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/{lucene-grouping-5.0.0.jar → lucene-grouping-5.3.1.jar} +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-highlighter-5.3.1.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-join-5.3.1.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-memory-5.3.1.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-misc-5.3.1.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-queries-5.3.1.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/{lucene-queryparser-5.0.0.jar → lucene-queryparser-5.3.1.jar} +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-sandbox-5.3.1.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-spatial-5.3.1.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-suggest-5.3.1.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/org.restlet-2.3.0.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/org.restlet.ext.servlet-2.3.0.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/solr-core-5.3.1.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/solr-solrj-5.3.1.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/t-digest-3.1.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/web.xml +169 -181
- data/solr/server/solr-webapp/webapp/WEB-INF/weblogic.xml +28 -28
- data/solr/server/solr-webapp/webapp/admin.html +164 -163
- data/solr/server/solr-webapp/webapp/css/angular/analysis.css +304 -0
- data/solr/server/solr-webapp/webapp/css/angular/chosen.css +465 -0
- data/solr/server/solr-webapp/webapp/css/angular/cloud.css +398 -0
- data/solr/server/solr-webapp/webapp/css/angular/common.css +724 -0
- data/solr/server/solr-webapp/webapp/css/angular/cores.css +233 -0
- data/solr/server/solr-webapp/webapp/css/angular/dataimport.css +370 -0
- data/solr/server/solr-webapp/webapp/css/angular/documents.css +179 -0
- data/solr/server/solr-webapp/webapp/css/angular/files.css +53 -0
- data/solr/server/solr-webapp/webapp/css/angular/index.css +206 -0
- data/solr/server/solr-webapp/webapp/css/angular/logging.css +376 -0
- data/solr/server/solr-webapp/webapp/css/angular/menu.css +321 -0
- data/solr/server/solr-webapp/webapp/css/angular/plugins.css +212 -0
- data/solr/server/solr-webapp/webapp/css/angular/query.css +162 -0
- data/solr/server/solr-webapp/webapp/css/angular/replication.css +500 -0
- data/solr/server/solr-webapp/webapp/css/angular/schema-browser.css +567 -0
- data/solr/server/solr-webapp/webapp/css/angular/segments.css +173 -0
- data/solr/server/solr-webapp/webapp/css/angular/threads.css +161 -0
- data/solr/server/solr-webapp/webapp/css/chosen.css +421 -421
- data/solr/server/solr-webapp/webapp/css/styles/analysis.css +311 -311
- data/solr/server/solr-webapp/webapp/css/styles/cloud.css +410 -410
- data/solr/server/solr-webapp/webapp/css/styles/common.css +701 -701
- data/solr/server/solr-webapp/webapp/css/styles/cores.css +244 -244
- data/solr/server/solr-webapp/webapp/css/styles/dashboard.css +155 -155
- data/solr/server/solr-webapp/webapp/css/styles/dataimport.css +403 -403
- data/solr/server/solr-webapp/webapp/css/styles/documents.css +197 -197
- data/solr/server/solr-webapp/webapp/css/styles/files.css +54 -54
- data/solr/server/solr-webapp/webapp/css/styles/index.css +207 -207
- data/solr/server/solr-webapp/webapp/css/styles/java-properties.css +52 -52
- data/solr/server/solr-webapp/webapp/css/styles/logging.css +391 -391
- data/solr/server/solr-webapp/webapp/css/styles/menu.css +329 -328
- data/solr/server/solr-webapp/webapp/css/styles/plugins.css +195 -195
- data/solr/server/solr-webapp/webapp/css/styles/query.css +173 -173
- data/solr/server/solr-webapp/webapp/css/styles/replication.css +515 -515
- data/solr/server/solr-webapp/webapp/css/styles/schema-browser.css +578 -578
- data/solr/server/solr-webapp/webapp/css/styles/segments.css +145 -0
- data/solr/server/solr-webapp/webapp/css/styles/threads.css +172 -172
- data/solr/server/solr-webapp/webapp/img/chosen-sprite-2x.png +0 -0
- data/solr/server/solr-webapp/webapp/img/filetypes/README +27 -27
- data/solr/server/solr-webapp/webapp/img/solr.svg +39 -39
- data/solr/server/solr-webapp/webapp/index.html +208 -0
- data/solr/server/solr-webapp/webapp/js/angular/app.js +713 -0
- data/solr/server/solr-webapp/webapp/js/angular/controllers/analysis.js +199 -0
- data/solr/server/solr-webapp/webapp/js/angular/controllers/cloud.js +528 -0
- data/solr/server/solr-webapp/webapp/js/angular/controllers/core-overview.js +225 -0
- data/solr/server/solr-webapp/webapp/js/angular/controllers/cores.js +465 -0
- data/solr/server/solr-webapp/webapp/js/angular/controllers/dataimport.js +284 -0
- data/solr/server/solr-webapp/webapp/js/angular/controllers/documents.js +139 -0
- data/solr/server/solr-webapp/webapp/js/angular/controllers/files.js +92 -0
- data/solr/server/solr-webapp/webapp/js/angular/controllers/index.js +95 -0
- data/solr/server/solr-webapp/webapp/js/angular/controllers/java-properties.js +45 -0
- data/solr/server/solr-webapp/webapp/js/angular/controllers/logging.js +146 -0
- data/solr/server/solr-webapp/webapp/js/angular/controllers/plugins.js +166 -0
- data/solr/server/solr-webapp/webapp/js/angular/controllers/query.js +99 -0
- data/solr/server/solr-webapp/webapp/js/angular/controllers/replication.js +227 -0
- data/solr/server/solr-webapp/webapp/js/angular/controllers/schema-browser.js +432 -0
- data/solr/server/solr-webapp/webapp/js/angular/controllers/segments.js +94 -0
- data/solr/server/solr-webapp/webapp/js/angular/controllers/threads.js +51 -0
- data/solr/server/solr-webapp/webapp/js/angular/services.js +214 -0
- data/solr/server/solr-webapp/webapp/js/lib/ZeroClipboard.js +342 -342
- data/solr/server/solr-webapp/webapp/js/lib/chosen.js +982 -982
- data/solr/server/solr-webapp/webapp/js/lib/console.js +29 -29
- data/solr/server/solr-webapp/webapp/js/lib/d3.js +9373 -9373
- data/solr/server/solr-webapp/webapp/js/lib/highlight.js +31 -31
- data/solr/server/solr-webapp/webapp/js/lib/jquery-1.7.2.min.js +30 -30
- data/solr/server/solr-webapp/webapp/js/lib/jquery.ajaxfileupload.js +184 -184
- data/solr/server/solr-webapp/webapp/js/lib/jquery.blockUI.js +523 -523
- data/solr/server/solr-webapp/webapp/js/lib/jquery.cookie.js +71 -71
- data/solr/server/solr-webapp/webapp/js/lib/jquery.form.js +806 -806
- data/solr/server/solr-webapp/webapp/js/lib/jquery.jstree.js +3534 -3534
- data/solr/server/solr-webapp/webapp/js/lib/jquery.sammy.js +1863 -1863
- data/solr/server/solr-webapp/webapp/js/lib/jquery.timeago.js +189 -189
- data/solr/server/solr-webapp/webapp/js/lib/linker.js +48 -48
- data/solr/server/solr-webapp/webapp/js/lib/naturalSort.js +82 -0
- data/solr/server/solr-webapp/webapp/js/lib/order.js +216 -216
- data/solr/server/solr-webapp/webapp/js/main.js +60 -58
- data/solr/server/solr-webapp/webapp/js/require.js +11349 -11349
- data/solr/server/solr-webapp/webapp/js/scripts/analysis.js +545 -545
- data/solr/server/solr-webapp/webapp/js/scripts/app.js +680 -679
- data/solr/server/solr-webapp/webapp/js/scripts/cloud.js +877 -877
- data/solr/server/solr-webapp/webapp/js/scripts/cores.js +719 -719
- data/solr/server/solr-webapp/webapp/js/scripts/dashboard.js +562 -562
- data/solr/server/solr-webapp/webapp/js/scripts/dataimport.js +812 -812
- data/solr/server/solr-webapp/webapp/js/scripts/documents.js +370 -370
- data/solr/server/solr-webapp/webapp/js/scripts/files.js +265 -265
- data/solr/server/solr-webapp/webapp/js/scripts/index.js +340 -340
- data/solr/server/solr-webapp/webapp/js/scripts/java-properties.js +106 -106
- data/solr/server/solr-webapp/webapp/js/scripts/logging.js +578 -576
- data/solr/server/solr-webapp/webapp/js/scripts/ping.js +72 -72
- data/solr/server/solr-webapp/webapp/js/scripts/plugins.js +462 -462
- data/solr/server/solr-webapp/webapp/js/scripts/query.js +229 -229
- data/solr/server/solr-webapp/webapp/js/scripts/replication.js +527 -527
- data/solr/server/solr-webapp/webapp/js/scripts/schema-browser.js +1229 -1229
- data/solr/server/solr-webapp/webapp/js/scripts/segments.js +206 -0
- data/solr/server/solr-webapp/webapp/js/scripts/threads.js +158 -158
- data/solr/server/solr-webapp/webapp/libs/angular-chosen.js +139 -0
- data/solr/server/solr-webapp/webapp/libs/angular-cookies.js +229 -0
- data/solr/server/solr-webapp/webapp/libs/angular-cookies.min.js +31 -0
- data/solr/server/solr-webapp/webapp/libs/angular-resource.min.js +36 -0
- data/solr/server/solr-webapp/webapp/libs/angular-route.js +1018 -0
- data/solr/server/solr-webapp/webapp/libs/angular-route.min.js +38 -0
- data/solr/server/solr-webapp/webapp/libs/angular-sanitize.js +703 -0
- data/solr/server/solr-webapp/webapp/libs/angular-sanitize.min.js +39 -0
- data/solr/server/solr-webapp/webapp/libs/angular.js +26093 -0
- data/solr/server/solr-webapp/webapp/libs/angular.min.js +273 -0
- data/solr/server/solr-webapp/webapp/libs/chosen.jquery.js +1194 -0
- data/solr/server/solr-webapp/webapp/libs/chosen.jquery.min.js +30 -0
- data/solr/server/solr-webapp/webapp/libs/d3.js +9373 -0
- data/solr/server/solr-webapp/webapp/libs/highlight.js +31 -0
- data/solr/server/solr-webapp/webapp/libs/jquery-2.1.3.min.js +29 -0
- data/solr/server/solr-webapp/webapp/libs/jquery.jstree.js +3534 -0
- data/solr/server/solr-webapp/webapp/libs/ngtimeago.js +102 -0
- data/solr/server/solr-webapp/webapp/partials/analysis.html +128 -0
- data/solr/server/solr-webapp/webapp/partials/cloud.html +104 -0
- data/solr/server/solr-webapp/webapp/partials/core_overview.html +227 -0
- data/solr/server/solr-webapp/webapp/partials/cores.html +231 -0
- data/solr/server/solr-webapp/webapp/partials/dataimport.html +209 -0
- data/solr/server/solr-webapp/webapp/partials/documents.html +118 -0
- data/solr/server/solr-webapp/webapp/partials/files.html +47 -0
- data/solr/server/solr-webapp/webapp/partials/index.html +261 -0
- data/solr/server/solr-webapp/webapp/partials/java-properties.html +27 -0
- data/solr/server/solr-webapp/webapp/partials/logging-levels.html +56 -0
- data/solr/server/solr-webapp/webapp/partials/logging.html +56 -0
- data/solr/server/solr-webapp/webapp/partials/plugins.html +72 -0
- data/solr/server/solr-webapp/webapp/partials/query.html +356 -0
- data/solr/server/solr-webapp/webapp/partials/replication.html +239 -0
- data/solr/server/solr-webapp/webapp/partials/schema-browser.html +206 -0
- data/solr/server/solr-webapp/webapp/partials/segments.html +99 -0
- data/solr/server/solr-webapp/webapp/partials/threads.html +65 -0
- data/solr/server/solr-webapp/webapp/tpl/analysis.html +83 -83
- data/solr/server/solr-webapp/webapp/tpl/cloud.html +87 -87
- data/solr/server/solr-webapp/webapp/tpl/cores.html +226 -226
- data/solr/server/solr-webapp/webapp/tpl/dashboard.html +201 -201
- data/solr/server/solr-webapp/webapp/tpl/dataimport.html +183 -183
- data/solr/server/solr-webapp/webapp/tpl/documents.html +107 -107
- data/solr/server/solr-webapp/webapp/tpl/files.html +44 -44
- data/solr/server/solr-webapp/webapp/tpl/index.html +250 -250
- data/solr/server/solr-webapp/webapp/tpl/logging.html +23 -23
- data/solr/server/solr-webapp/webapp/tpl/plugins.html +39 -39
- data/solr/server/solr-webapp/webapp/tpl/query.html +361 -361
- data/solr/server/solr-webapp/webapp/tpl/replication.html +216 -216
- data/solr/server/solr-webapp/webapp/tpl/schema-browser.html +192 -192
- data/solr/server/solr-webapp/webapp/tpl/segments.html +49 -0
- data/solr/server/solr-webapp/webapp/tpl/threads.html +56 -56
- data/solr/server/solr/README.txt +77 -77
- data/solr/server/solr/solr.xml +51 -51
- data/solr/server/solr/zoo.cfg +17 -17
- data/solr/server/start.jar +0 -0
- data/spec/server_spec.rb +3 -8
- metadata +132 -43
- data/solr/server/lib/jetty-continuation-8.1.10.v20130312.jar +0 -0
- data/solr/server/lib/jetty-deploy-8.1.10.v20130312.jar +0 -0
- data/solr/server/lib/jetty-http-8.1.10.v20130312.jar +0 -0
- data/solr/server/lib/jetty-io-8.1.10.v20130312.jar +0 -0
- data/solr/server/lib/jetty-jmx-8.1.10.v20130312.jar +0 -0
- data/solr/server/lib/jetty-security-8.1.10.v20130312.jar +0 -0
- data/solr/server/lib/jetty-server-8.1.10.v20130312.jar +0 -0
- data/solr/server/lib/jetty-servlet-8.1.10.v20130312.jar +0 -0
- data/solr/server/lib/jetty-util-8.1.10.v20130312.jar +0 -0
- data/solr/server/lib/jetty-webapp-8.1.10.v20130312.jar +0 -0
- data/solr/server/lib/jetty-xml-8.1.10.v20130312.jar +0 -0
- data/solr/server/lib/servlet-api-3.0.jar +0 -0
- data/solr/server/solr-webapp/webapp/.gitignore +0 -1
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/hadoop-auth-2.3.0.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/hadoop-common-2.3.0.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/hadoop-hdfs-2.3.0.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/httpclient-4.3.1.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/httpcore-4.3.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/httpmime-4.3.1.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-backward-codecs-5.0.0.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-codecs-5.0.0.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-core-5.0.0.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-highlighter-5.0.0.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-join-5.0.0.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-memory-5.0.0.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-misc-5.0.0.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-queries-5.0.0.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-spatial-5.0.0.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-suggest-5.0.0.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/org.restlet-2.1.1.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/org.restlet.ext.servlet-2.1.1.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/solr-core-5.0.0.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/solr-solrj-5.0.0.jar +0 -0
- data/solr/server/webapps/solr.war +0 -0
|
@@ -0,0 +1,173 @@
|
|
|
1
|
+
/*
|
|
2
|
+
|
|
3
|
+
Licensed to the Apache Software Foundation (ASF) under one or more
|
|
4
|
+
contributor license agreements. See the NOTICE file distributed with
|
|
5
|
+
this work for additional information regarding copyright ownership.
|
|
6
|
+
The ASF licenses this file to You under the Apache License, Version 2.0
|
|
7
|
+
(the "License"); you may not use this file except in compliance with
|
|
8
|
+
the License. You may obtain a copy of the License at
|
|
9
|
+
|
|
10
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
11
|
+
|
|
12
|
+
Unless required by applicable law or agreed to in writing, software
|
|
13
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
14
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
15
|
+
See the License for the specific language governing permissions and
|
|
16
|
+
limitations under the License.
|
|
17
|
+
|
|
18
|
+
*/
|
|
19
|
+
|
|
20
|
+
#content #segments .loader
|
|
21
|
+
{
|
|
22
|
+
background-position: 0 50%;
|
|
23
|
+
padding-left: 21px;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
#content #segments .reload
|
|
27
|
+
{
|
|
28
|
+
background-image: url( ../../img/ico/arrow-circle.png );
|
|
29
|
+
background-position: 50% 50%;
|
|
30
|
+
display: block;
|
|
31
|
+
height: 30px;
|
|
32
|
+
position: absolute;
|
|
33
|
+
right: 10px;
|
|
34
|
+
top: 10px;
|
|
35
|
+
width: 30px;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
#content #segments .reload.loader
|
|
39
|
+
{
|
|
40
|
+
padding-left: 0;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
#content #segments .reload span
|
|
44
|
+
{
|
|
45
|
+
display: none;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
#content #segments #result
|
|
49
|
+
{
|
|
50
|
+
width: 77%;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
#content #segments #result #response
|
|
54
|
+
{
|
|
55
|
+
margin-left: 25px;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
#content #segments .segments-holder ul {
|
|
59
|
+
margin-left: 25px;
|
|
60
|
+
}
|
|
61
|
+
#content #segments .segments-holder li {
|
|
62
|
+
margin-bottom: 2px;
|
|
63
|
+
position: relative;
|
|
64
|
+
width: 100%;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
#content #segments .segments-holder li .tooltip {
|
|
68
|
+
display: none;
|
|
69
|
+
background: #C8C8C8;
|
|
70
|
+
position: absolute;
|
|
71
|
+
z-index: 1000;
|
|
72
|
+
width:220px;
|
|
73
|
+
height:120px;
|
|
74
|
+
margin-left: 100%;
|
|
75
|
+
opacity: .8;
|
|
76
|
+
padding: 5px;
|
|
77
|
+
border: 1px solid;
|
|
78
|
+
border-radius: 5px;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
#content #segments .segments-holder li .tooltip .label {
|
|
82
|
+
float: left;
|
|
83
|
+
width: 20%;
|
|
84
|
+
opacity: 1;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
#content #segments .segments-holder li:hover .tooltip {
|
|
88
|
+
display:block;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
#content #segments .segments-holder li dl,
|
|
92
|
+
#content #segments .segments-holder li dt {
|
|
93
|
+
padding-bottom: 1px;
|
|
94
|
+
padding-top: 1px;
|
|
95
|
+
}
|
|
96
|
+
#content #segments .segments-holder li dl {
|
|
97
|
+
min-width: 1px;
|
|
98
|
+
}
|
|
99
|
+
#content #segments .segments-holder li dt {
|
|
100
|
+
color: #a0a0a0;
|
|
101
|
+
left: -45px;
|
|
102
|
+
overflow: hidden;
|
|
103
|
+
position: absolute;
|
|
104
|
+
top: 0;
|
|
105
|
+
}
|
|
106
|
+
#content #segments .segments-holder li dt div {
|
|
107
|
+
display: block;
|
|
108
|
+
padding-right: 4px;
|
|
109
|
+
text-align: right;
|
|
110
|
+
}
|
|
111
|
+
#content #segments .segments-holder li dd {
|
|
112
|
+
clear: left;
|
|
113
|
+
float: left;
|
|
114
|
+
margin-left: 2px;
|
|
115
|
+
white-space: nowrap;
|
|
116
|
+
width: 100%;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
#content #segments .segments-holder li dd div.deleted {
|
|
120
|
+
background-color: #808080;
|
|
121
|
+
padding-left: 5px;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
#content #segments .segments-holder li dd div.live {
|
|
125
|
+
background-color: #DDDDDD;
|
|
126
|
+
float: left;
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
#content #segments .segments-holder li dd div.start {
|
|
130
|
+
float: left;
|
|
131
|
+
width: 20%;
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
#content #segments .segments-holder li dd div.end {
|
|
135
|
+
text-align: right;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
.merge-candidate {
|
|
139
|
+
background-color: #FFC9F9 !important;
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
#content #segments .segments-holder li dd div.w5 {
|
|
143
|
+
width: 20%;
|
|
144
|
+
float: left;
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
#content #segments #auto-refresh {
|
|
148
|
+
margin-top: 4px;
|
|
149
|
+
background-position: 50% 50%;
|
|
150
|
+
display: block;
|
|
151
|
+
height: 30px;
|
|
152
|
+
position: absolute;
|
|
153
|
+
right: 50px;
|
|
154
|
+
top: 10px;
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
#content #segments #auto-refresh a {
|
|
158
|
+
background-image: url( ../../img/ico/ui-check-box-uncheck.png );
|
|
159
|
+
background-position: 0 50%;
|
|
160
|
+
color: #c0c0c0;
|
|
161
|
+
display: block;
|
|
162
|
+
padding-left: 21px;
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
#content #segments #auto-refresh a.on,
|
|
166
|
+
#content #segments #auto-refresh a:hover {
|
|
167
|
+
color: #333;
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
#content #segments #auto-refresh a.on {
|
|
171
|
+
background-image: url( ../../img/ico/ui-check-box.png );
|
|
172
|
+
}
|
|
173
|
+
|
|
@@ -0,0 +1,161 @@
|
|
|
1
|
+
/*
|
|
2
|
+
|
|
3
|
+
Licensed to the Apache Software Foundation (ASF) under one or more
|
|
4
|
+
contributor license agreements. See the NOTICE file distributed with
|
|
5
|
+
this work for additional information regarding copyright ownership.
|
|
6
|
+
The ASF licenses this file to You under the Apache License, Version 2.0
|
|
7
|
+
(the "License"); you may not use this file except in compliance with
|
|
8
|
+
the License. You may obtain a copy of the License at
|
|
9
|
+
|
|
10
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
11
|
+
|
|
12
|
+
Unless required by applicable law or agreed to in writing, software
|
|
13
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
14
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
15
|
+
See the License for the specific language governing permissions and
|
|
16
|
+
limitations under the License.
|
|
17
|
+
|
|
18
|
+
*/
|
|
19
|
+
|
|
20
|
+
#content #threads .loader
|
|
21
|
+
{
|
|
22
|
+
background-position: 0 50%;
|
|
23
|
+
padding-left: 21px;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
#content #threads #thread-dump table
|
|
27
|
+
{
|
|
28
|
+
border-collapse: collapse;
|
|
29
|
+
width: 100%;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
#content #threads #thread-dump table .spacer,
|
|
33
|
+
#content #threads #thread-dump tbody .state
|
|
34
|
+
{
|
|
35
|
+
background-color: #fff;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
#content #threads #thread-dump table th,
|
|
39
|
+
#content #threads #thread-dump table td
|
|
40
|
+
{
|
|
41
|
+
padding: 5px 3px;
|
|
42
|
+
vertical-align: top;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
#content #threads #thread-dump thead th
|
|
46
|
+
{
|
|
47
|
+
background-color: #c8c8c8;
|
|
48
|
+
font-weight: bold;
|
|
49
|
+
text-align: left;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
#content #threads #thread-dump thead th.name
|
|
53
|
+
{
|
|
54
|
+
width: 85%;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
#content #threads #thread-dump thead th.time
|
|
58
|
+
{
|
|
59
|
+
text-align: right;
|
|
60
|
+
width: 15%;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
#content #threads #thread-dump tbody .odd
|
|
64
|
+
{
|
|
65
|
+
background-color: #f0f0f0;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
#content #threads #thread-dump tbody .RUNNABLE a
|
|
69
|
+
{
|
|
70
|
+
background-image: url( ../../img/ico/tick-circle.png );
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
#content #threads #thread-dump tbody .WAITING a,
|
|
74
|
+
#content #threads #thread-dump tbody .TIMED_WAITING a
|
|
75
|
+
{
|
|
76
|
+
background-image: url( ../../img/ico/hourglass.png );
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
#content #threads #thread-dump tbody .WAITING.lock a,
|
|
80
|
+
#content #threads #thread-dump tbody .TIMED_WAITING.lock a
|
|
81
|
+
{
|
|
82
|
+
background-image: url( ../../img/ico/hourglass--exclamation.png );
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
#content #threads #thread-dump tbody .name a
|
|
86
|
+
{
|
|
87
|
+
background-position: 0 50%;
|
|
88
|
+
cursor: auto;
|
|
89
|
+
display: block;
|
|
90
|
+
padding-left: 21px;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
#content #threads #thread-dump tbody .stacktrace .name a
|
|
94
|
+
{
|
|
95
|
+
cursor: pointer;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
#content #threads #thread-dump tbody .stacktrace .name a span
|
|
99
|
+
{
|
|
100
|
+
background-image: url( ../../img/ico/chevron-small-expand.png );
|
|
101
|
+
background-position: 100% 50%;
|
|
102
|
+
padding-right: 21px;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
#content #threads #thread-dump tbody .stacktrace.open .name a span
|
|
106
|
+
{
|
|
107
|
+
background-image: url( ../../img/ico/chevron-small.png );
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
#content #threads #thread-dump tbody .name p
|
|
111
|
+
{
|
|
112
|
+
background-image: url( ../../img/ico/arrow-000-small.png );
|
|
113
|
+
background-position: 0 50%;
|
|
114
|
+
color: #c0c0c0;
|
|
115
|
+
font-size: 11px;
|
|
116
|
+
margin-left: 21px;
|
|
117
|
+
padding-left: 21px;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
#content #threads #thread-dump tbody .name div
|
|
121
|
+
{
|
|
122
|
+
border-top: 1px solid #c0c0c0;
|
|
123
|
+
margin-left: 21px;
|
|
124
|
+
margin-top: 5px;
|
|
125
|
+
padding-top: 5px;
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
#content #threads #thread-dump tbody .open .name div
|
|
129
|
+
{
|
|
130
|
+
display: block;
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
#content #threads #thread-dump tbody .name ul
|
|
134
|
+
{
|
|
135
|
+
list-style-type: disc;
|
|
136
|
+
margin-left: 0.7em;
|
|
137
|
+
padding-left: 0.7em;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
#content #threads #thread-dump tbody .time
|
|
141
|
+
{
|
|
142
|
+
text-align: right;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
#content #threads .controls
|
|
146
|
+
{
|
|
147
|
+
padding-top: 5px;
|
|
148
|
+
padding-bottom: 5px;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
#content #threads .controls a
|
|
152
|
+
{
|
|
153
|
+
background-image: url( ../../img/ico/chevron-small-expand.png );
|
|
154
|
+
padding-left: 21px;
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
#content #threads.expanded .controls a
|
|
158
|
+
{
|
|
159
|
+
background-image: url( ../../img/ico/chevron-small.png );
|
|
160
|
+
}
|
|
161
|
+
|
|
@@ -1,421 +1,421 @@
|
|
|
1
|
-
/*
|
|
2
|
-
|
|
3
|
-
Chosen
|
|
4
|
-
|
|
5
|
-
- by Patrick Filler for Harvest http://getharvest.com
|
|
6
|
-
- Copyright (c) 2011-2013 by Harvest
|
|
7
|
-
|
|
8
|
-
Available for use under the MIT License
|
|
9
|
-
|
|
10
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
11
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
12
|
-
in the Software without restriction, including without limitation the rights
|
|
13
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
14
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
15
|
-
furnished to do so, subject to the following conditions:
|
|
16
|
-
|
|
17
|
-
The above copyright notice and this permission notice shall be included in
|
|
18
|
-
all copies or substantial portions of the Software.
|
|
19
|
-
|
|
20
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
21
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
22
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
23
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
24
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
25
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
26
|
-
THE SOFTWARE.
|
|
27
|
-
|
|
28
|
-
*/
|
|
29
|
-
|
|
30
|
-
/* @group Base */
|
|
31
|
-
.chzn-container {
|
|
32
|
-
font-size: 13px;
|
|
33
|
-
position: relative;
|
|
34
|
-
display: inline-block;
|
|
35
|
-
zoom: 1;
|
|
36
|
-
*display: inline;
|
|
37
|
-
}
|
|
38
|
-
.chzn-container .chzn-drop {
|
|
39
|
-
background: #fff;
|
|
40
|
-
border: 1px solid #aaa;
|
|
41
|
-
border-top: 0;
|
|
42
|
-
position: absolute;
|
|
43
|
-
top: 29px;
|
|
44
|
-
left: 0;
|
|
45
|
-
-webkit-box-shadow: 0 4px 5px rgba(0,0,0,.15);
|
|
46
|
-
-moz-box-shadow : 0 4px 5px rgba(0,0,0,.15);
|
|
47
|
-
-o-box-shadow : 0 4px 5px rgba(0,0,0,.15);
|
|
48
|
-
box-shadow : 0 4px 5px rgba(0,0,0,.15);
|
|
49
|
-
z-index: 999;
|
|
50
|
-
}
|
|
51
|
-
/* @end */
|
|
52
|
-
|
|
53
|
-
/* @group Single Chosen */
|
|
54
|
-
.chzn-container-single .chzn-single {
|
|
55
|
-
background-color: #ffffff;
|
|
56
|
-
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );
|
|
57
|
-
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
|
|
58
|
-
background-image: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
|
|
59
|
-
background-image: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
|
|
60
|
-
background-image: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
|
|
61
|
-
background-image: -ms-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
|
|
62
|
-
background-image: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
|
|
63
|
-
-webkit-border-radius: 5px;
|
|
64
|
-
-moz-border-radius : 5px;
|
|
65
|
-
border-radius : 5px;
|
|
66
|
-
-moz-background-clip : padding;
|
|
67
|
-
-webkit-background-clip: padding-box;
|
|
68
|
-
background-clip : padding-box;
|
|
69
|
-
border: 1px solid #aaaaaa;
|
|
70
|
-
-webkit-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
|
|
71
|
-
-moz-box-shadow : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
|
|
72
|
-
box-shadow : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
|
|
73
|
-
display: block;
|
|
74
|
-
overflow: hidden;
|
|
75
|
-
white-space: nowrap;
|
|
76
|
-
position: relative;
|
|
77
|
-
height: 23px;
|
|
78
|
-
line-height: 24px;
|
|
79
|
-
padding: 0 0 0 8px;
|
|
80
|
-
color: #444444;
|
|
81
|
-
text-decoration: none;
|
|
82
|
-
}
|
|
83
|
-
.chzn-container-single .chzn-default {
|
|
84
|
-
color: #999;
|
|
85
|
-
}
|
|
86
|
-
.chzn-container-single .chzn-single span {
|
|
87
|
-
margin-right: 26px;
|
|
88
|
-
display: block;
|
|
89
|
-
overflow: hidden;
|
|
90
|
-
white-space: nowrap;
|
|
91
|
-
-o-text-overflow: ellipsis;
|
|
92
|
-
-ms-text-overflow: ellipsis;
|
|
93
|
-
text-overflow: ellipsis;
|
|
94
|
-
}
|
|
95
|
-
.chzn-container-single .chzn-single abbr {
|
|
96
|
-
display: block;
|
|
97
|
-
position: absolute;
|
|
98
|
-
right: 26px;
|
|
99
|
-
top: 6px;
|
|
100
|
-
width: 12px;
|
|
101
|
-
height: 13px;
|
|
102
|
-
font-size: 1px;
|
|
103
|
-
background: url(../img/chosen-sprite.png) right top no-repeat;
|
|
104
|
-
}
|
|
105
|
-
.chzn-container-single .chzn-single abbr:hover {
|
|
106
|
-
background-position: right -11px;
|
|
107
|
-
}
|
|
108
|
-
.chzn-container-single .chzn-single div {
|
|
109
|
-
position: absolute;
|
|
110
|
-
right: 0;
|
|
111
|
-
top: 0;
|
|
112
|
-
display: block;
|
|
113
|
-
height: 100%;
|
|
114
|
-
width: 18px;
|
|
115
|
-
}
|
|
116
|
-
.chzn-container-single .chzn-single div b {
|
|
117
|
-
background: url('../img/chosen-sprite.png') no-repeat 0 0;
|
|
118
|
-
display: block;
|
|
119
|
-
width: 100%;
|
|
120
|
-
height: 100%;
|
|
121
|
-
}
|
|
122
|
-
.chzn-container-single .chzn-search {
|
|
123
|
-
padding: 3px 4px;
|
|
124
|
-
position: relative;
|
|
125
|
-
margin: 0;
|
|
126
|
-
white-space: nowrap;
|
|
127
|
-
z-index: 1010;
|
|
128
|
-
}
|
|
129
|
-
.chzn-container-single .chzn-search input {
|
|
130
|
-
background: #fff url('../img/chosen-sprite.png') no-repeat 100% -22px;
|
|
131
|
-
background: url('../img/chosen-sprite.png') no-repeat 100% -22px, -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
|
|
132
|
-
background: url('../img/chosen-sprite.png') no-repeat 100% -22px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
|
|
133
|
-
background: url('../img/chosen-sprite.png') no-repeat 100% -22px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
|
|
134
|
-
background: url('../img/chosen-sprite.png') no-repeat 100% -22px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
|
|
135
|
-
background: url('../img/chosen-sprite.png') no-repeat 100% -22px, -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
|
|
136
|
-
background: url('../img/chosen-sprite.png') no-repeat 100% -22px, linear-gradient(top, #eeeeee 1%, #ffffff 15%);
|
|
137
|
-
margin: 1px 0;
|
|
138
|
-
padding: 4px 20px 4px 5px;
|
|
139
|
-
outline: 0;
|
|
140
|
-
border: 1px solid #aaa;
|
|
141
|
-
font-family: sans-serif;
|
|
142
|
-
font-size: 1em;
|
|
143
|
-
}
|
|
144
|
-
.chzn-container-single .chzn-drop {
|
|
145
|
-
-webkit-border-radius: 0 0 4px 4px;
|
|
146
|
-
-moz-border-radius : 0 0 4px 4px;
|
|
147
|
-
border-radius : 0 0 4px 4px;
|
|
148
|
-
-moz-background-clip : padding;
|
|
149
|
-
-webkit-background-clip: padding-box;
|
|
150
|
-
background-clip : padding-box;
|
|
151
|
-
}
|
|
152
|
-
/* @end */
|
|
153
|
-
|
|
154
|
-
.chzn-container-single-nosearch .chzn-search input {
|
|
155
|
-
position: absolute;
|
|
156
|
-
left: -9000px;
|
|
157
|
-
}
|
|
158
|
-
|
|
159
|
-
/* @group Multi Chosen */
|
|
160
|
-
.chzn-container-multi .chzn-choices {
|
|
161
|
-
background-color: #fff;
|
|
162
|
-
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
|
|
163
|
-
background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
|
|
164
|
-
background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
|
|
165
|
-
background-image: -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
|
|
166
|
-
background-image: -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
|
|
167
|
-
background-image: linear-gradient(top, #eeeeee 1%, #ffffff 15%);
|
|
168
|
-
border: 1px solid #aaa;
|
|
169
|
-
margin: 0;
|
|
170
|
-
padding: 0;
|
|
171
|
-
cursor: text;
|
|
172
|
-
overflow: hidden;
|
|
173
|
-
height: auto !important;
|
|
174
|
-
height: 1%;
|
|
175
|
-
position: relative;
|
|
176
|
-
}
|
|
177
|
-
.chzn-container-multi .chzn-choices li {
|
|
178
|
-
float: left;
|
|
179
|
-
list-style: none;
|
|
180
|
-
}
|
|
181
|
-
.chzn-container-multi .chzn-choices .search-field {
|
|
182
|
-
white-space: nowrap;
|
|
183
|
-
margin: 0;
|
|
184
|
-
padding: 0;
|
|
185
|
-
}
|
|
186
|
-
.chzn-container-multi .chzn-choices .search-field input {
|
|
187
|
-
color: #666;
|
|
188
|
-
background: transparent !important;
|
|
189
|
-
border: 0 !important;
|
|
190
|
-
font-family: sans-serif;
|
|
191
|
-
font-size: 100%;
|
|
192
|
-
height: 15px;
|
|
193
|
-
padding: 5px;
|
|
194
|
-
margin: 1px 0;
|
|
195
|
-
outline: 0;
|
|
196
|
-
-webkit-box-shadow: none;
|
|
197
|
-
-moz-box-shadow : none;
|
|
198
|
-
-o-box-shadow : none;
|
|
199
|
-
box-shadow : none;
|
|
200
|
-
}
|
|
201
|
-
.chzn-container-multi .chzn-choices .search-field .default {
|
|
202
|
-
color: #999;
|
|
203
|
-
}
|
|
204
|
-
.chzn-container-multi .chzn-choices .search-choice {
|
|
205
|
-
-webkit-border-radius: 3px;
|
|
206
|
-
-moz-border-radius : 3px;
|
|
207
|
-
border-radius : 3px;
|
|
208
|
-
-moz-background-clip : padding;
|
|
209
|
-
-webkit-background-clip: padding-box;
|
|
210
|
-
background-clip : padding-box;
|
|
211
|
-
background-color: #e4e4e4;
|
|
212
|
-
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 );
|
|
213
|
-
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
|
|
214
|
-
background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
|
|
215
|
-
background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
|
|
216
|
-
background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
|
|
217
|
-
background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
|
|
218
|
-
background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
|
|
219
|
-
-webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
|
|
220
|
-
-moz-box-shadow : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
|
|
221
|
-
box-shadow : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
|
|
222
|
-
color: #333;
|
|
223
|
-
border: 1px solid #aaaaaa;
|
|
224
|
-
line-height: 13px;
|
|
225
|
-
padding: 3px 20px 3px 5px;
|
|
226
|
-
margin: 3px 0 3px 5px;
|
|
227
|
-
position: relative;
|
|
228
|
-
cursor: default;
|
|
229
|
-
}
|
|
230
|
-
.chzn-container-multi .chzn-choices .search-choice-focus {
|
|
231
|
-
background: #d4d4d4;
|
|
232
|
-
}
|
|
233
|
-
.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
|
|
234
|
-
display: block;
|
|
235
|
-
position: absolute;
|
|
236
|
-
right: 3px;
|
|
237
|
-
top: 4px;
|
|
238
|
-
width: 12px;
|
|
239
|
-
height: 13px;
|
|
240
|
-
font-size: 1px;
|
|
241
|
-
background: url(../img/chosen-sprite.png) right top no-repeat;
|
|
242
|
-
}
|
|
243
|
-
.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
|
|
244
|
-
background-position: right -11px;
|
|
245
|
-
}
|
|
246
|
-
.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
|
|
247
|
-
background-position: right -11px;
|
|
248
|
-
}
|
|
249
|
-
/* @end */
|
|
250
|
-
|
|
251
|
-
/* @group Results */
|
|
252
|
-
.chzn-container .chzn-results {
|
|
253
|
-
margin: 0 4px 4px 0;
|
|
254
|
-
max-height: 240px;
|
|
255
|
-
padding: 0 0 0 4px;
|
|
256
|
-
position: relative;
|
|
257
|
-
overflow-x: hidden;
|
|
258
|
-
overflow-y: auto;
|
|
259
|
-
}
|
|
260
|
-
.chzn-container-multi .chzn-results {
|
|
261
|
-
margin: -1px 0 0;
|
|
262
|
-
padding: 0;
|
|
263
|
-
}
|
|
264
|
-
.chzn-container .chzn-results li {
|
|
265
|
-
display: none;
|
|
266
|
-
line-height: 15px;
|
|
267
|
-
padding: 5px 6px;
|
|
268
|
-
margin: 0;
|
|
269
|
-
list-style: none;
|
|
270
|
-
}
|
|
271
|
-
.chzn-container .chzn-results .active-result {
|
|
272
|
-
cursor: pointer;
|
|
273
|
-
display: list-item;
|
|
274
|
-
}
|
|
275
|
-
.chzn-container .chzn-results .highlighted {
|
|
276
|
-
background-color: #3875d7;
|
|
277
|
-
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3875d7', endColorstr='#2a62bc', GradientType=0 );
|
|
278
|
-
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
|
|
279
|
-
background-image: -webkit-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
|
|
280
|
-
background-image: -moz-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
|
|
281
|
-
background-image: -o-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
|
|
282
|
-
background-image: -ms-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
|
|
283
|
-
background-image: linear-gradient(top, #3875d7 20%, #2a62bc 90%);
|
|
284
|
-
color: #fff;
|
|
285
|
-
}
|
|
286
|
-
.chzn-container .chzn-results li em {
|
|
287
|
-
background: #feffde;
|
|
288
|
-
font-style: normal;
|
|
289
|
-
}
|
|
290
|
-
.chzn-container .chzn-results .highlighted em {
|
|
291
|
-
background: transparent;
|
|
292
|
-
}
|
|
293
|
-
.chzn-container .chzn-results .no-results {
|
|
294
|
-
background: #f4f4f4;
|
|
295
|
-
display: list-item;
|
|
296
|
-
}
|
|
297
|
-
.chzn-container .chzn-results .group-result {
|
|
298
|
-
cursor: default;
|
|
299
|
-
color: #999;
|
|
300
|
-
font-weight: bold;
|
|
301
|
-
}
|
|
302
|
-
.chzn-container .chzn-results .group-option {
|
|
303
|
-
padding-left: 15px;
|
|
304
|
-
}
|
|
305
|
-
.chzn-container-multi .chzn-drop .result-selected {
|
|
306
|
-
display: none;
|
|
307
|
-
}
|
|
308
|
-
.chzn-container .chzn-results-scroll {
|
|
309
|
-
background: white;
|
|
310
|
-
margin: 0 4px;
|
|
311
|
-
position: absolute;
|
|
312
|
-
text-align: center;
|
|
313
|
-
width: 321px; /* This should by dynamic with js */
|
|
314
|
-
z-index: 1;
|
|
315
|
-
}
|
|
316
|
-
.chzn-container .chzn-results-scroll span {
|
|
317
|
-
display: inline-block;
|
|
318
|
-
height: 17px;
|
|
319
|
-
text-indent: -5000px;
|
|
320
|
-
width: 9px;
|
|
321
|
-
}
|
|
322
|
-
.chzn-container .chzn-results-scroll-down {
|
|
323
|
-
bottom: 0;
|
|
324
|
-
}
|
|
325
|
-
.chzn-container .chzn-results-scroll-down span {
|
|
326
|
-
background: url('../img/chosen-sprite.png') no-repeat -4px -3px;
|
|
327
|
-
}
|
|
328
|
-
.chzn-container .chzn-results-scroll-up span {
|
|
329
|
-
background: url('../img/chosen-sprite.png') no-repeat -22px -3px;
|
|
330
|
-
}
|
|
331
|
-
/* @end */
|
|
332
|
-
|
|
333
|
-
/* @group Active */
|
|
334
|
-
.chzn-container-active .chzn-single {
|
|
335
|
-
-webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
|
|
336
|
-
-moz-box-shadow : 0 0 5px rgba(0,0,0,.3);
|
|
337
|
-
-o-box-shadow : 0 0 5px rgba(0,0,0,.3);
|
|
338
|
-
box-shadow : 0 0 5px rgba(0,0,0,.3);
|
|
339
|
-
border: 1px solid #5897fb;
|
|
340
|
-
}
|
|
341
|
-
.chzn-container-active .chzn-single-with-drop {
|
|
342
|
-
border: 1px solid #aaa;
|
|
343
|
-
-webkit-box-shadow: 0 1px 0 #fff inset;
|
|
344
|
-
-moz-box-shadow : 0 1px 0 #fff inset;
|
|
345
|
-
-o-box-shadow : 0 1px 0 #fff inset;
|
|
346
|
-
box-shadow : 0 1px 0 #fff inset;
|
|
347
|
-
background-color: #eee;
|
|
348
|
-
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 );
|
|
349
|
-
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
|
|
350
|
-
background-image: -webkit-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
|
|
351
|
-
background-image: -moz-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
|
|
352
|
-
background-image: -o-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
|
|
353
|
-
background-image: -ms-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
|
|
354
|
-
background-image: linear-gradient(top, #eeeeee 20%, #ffffff 80%);
|
|
355
|
-
-webkit-border-bottom-left-radius : 0;
|
|
356
|
-
-webkit-border-bottom-right-radius: 0;
|
|
357
|
-
-moz-border-radius-bottomleft : 0;
|
|
358
|
-
-moz-border-radius-bottomright: 0;
|
|
359
|
-
border-bottom-left-radius : 0;
|
|
360
|
-
border-bottom-right-radius: 0;
|
|
361
|
-
}
|
|
362
|
-
.chzn-container-active .chzn-single-with-drop div {
|
|
363
|
-
background: transparent;
|
|
364
|
-
border-left: none;
|
|
365
|
-
}
|
|
366
|
-
.chzn-container-active .chzn-single-with-drop div b {
|
|
367
|
-
background-position: -18px 1px;
|
|
368
|
-
}
|
|
369
|
-
.chzn-container-active .chzn-choices {
|
|
370
|
-
-webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
|
|
371
|
-
-moz-box-shadow : 0 0 5px rgba(0,0,0,.3);
|
|
372
|
-
-o-box-shadow : 0 0 5px rgba(0,0,0,.3);
|
|
373
|
-
box-shadow : 0 0 5px rgba(0,0,0,.3);
|
|
374
|
-
border: 1px solid #5897fb;
|
|
375
|
-
}
|
|
376
|
-
.chzn-container-active .chzn-choices .search-field input {
|
|
377
|
-
color: #111 !important;
|
|
378
|
-
}
|
|
379
|
-
/* @end */
|
|
380
|
-
|
|
381
|
-
/* @group Disabled Support */
|
|
382
|
-
.chzn-disabled {
|
|
383
|
-
cursor: default;
|
|
384
|
-
opacity:0.5 !important;
|
|
385
|
-
}
|
|
386
|
-
.chzn-disabled .chzn-single {
|
|
387
|
-
cursor: default;
|
|
388
|
-
}
|
|
389
|
-
.chzn-disabled .chzn-choices .search-choice .search-choice-close {
|
|
390
|
-
cursor: default;
|
|
391
|
-
}
|
|
392
|
-
|
|
393
|
-
/* @group Right to Left */
|
|
394
|
-
.chzn-rtl { text-align: right; }
|
|
395
|
-
.chzn-rtl .chzn-single { padding: 0 8px 0 0; overflow: visible; }
|
|
396
|
-
.chzn-rtl .chzn-single span { margin-left: 26px; margin-right: 0; direction: rtl; }
|
|
397
|
-
|
|
398
|
-
.chzn-rtl .chzn-single div { left: 3px; right: auto; }
|
|
399
|
-
.chzn-rtl .chzn-single abbr {
|
|
400
|
-
left: 26px;
|
|
401
|
-
right: auto;
|
|
402
|
-
}
|
|
403
|
-
.chzn-rtl .chzn-choices .search-field input { direction: rtl; }
|
|
404
|
-
.chzn-rtl .chzn-choices li { float: right; }
|
|
405
|
-
.chzn-rtl .chzn-choices .search-choice { padding: 3px 5px 3px 19px; margin: 3px 5px 3px 0; }
|
|
406
|
-
.chzn-rtl .chzn-choices .search-choice .search-choice-close { left: 4px; right: auto; background-position: right top;}
|
|
407
|
-
.chzn-rtl.chzn-container-single .chzn-results { margin: 0 0 4px 4px; padding: 0 4px 0 0; }
|
|
408
|
-
.chzn-rtl .chzn-results .group-option { padding-left: 0; padding-right: 15px; }
|
|
409
|
-
.chzn-rtl.chzn-container-active .chzn-single-with-drop div { border-right: none; }
|
|
410
|
-
.chzn-rtl .chzn-search input {
|
|
411
|
-
background: #fff url('../img/chosen-sprite.png') no-repeat -38px -22px;
|
|
412
|
-
background: url('../img/chosen-sprite.png') no-repeat -38px -22px, -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
|
|
413
|
-
background: url('../img/chosen-sprite.png') no-repeat -38px -22px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
|
|
414
|
-
background: url('../img/chosen-sprite.png') no-repeat -38px -22px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
|
|
415
|
-
background: url('../img/chosen-sprite.png') no-repeat -38px -22px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
|
|
416
|
-
background: url('../img/chosen-sprite.png') no-repeat -38px -22px, -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
|
|
417
|
-
background: url('../img/chosen-sprite.png') no-repeat -38px -22px, linear-gradient(top, #eeeeee 1%, #ffffff 15%);
|
|
418
|
-
padding: 4px 5px 4px 20px;
|
|
419
|
-
direction: rtl;
|
|
420
|
-
}
|
|
421
|
-
/* @end */
|
|
1
|
+
/*
|
|
2
|
+
|
|
3
|
+
Chosen
|
|
4
|
+
|
|
5
|
+
- by Patrick Filler for Harvest http://getharvest.com
|
|
6
|
+
- Copyright (c) 2011-2013 by Harvest
|
|
7
|
+
|
|
8
|
+
Available for use under the MIT License
|
|
9
|
+
|
|
10
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
11
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
12
|
+
in the Software without restriction, including without limitation the rights
|
|
13
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
14
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
15
|
+
furnished to do so, subject to the following conditions:
|
|
16
|
+
|
|
17
|
+
The above copyright notice and this permission notice shall be included in
|
|
18
|
+
all copies or substantial portions of the Software.
|
|
19
|
+
|
|
20
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
21
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
22
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
23
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
24
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
25
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
26
|
+
THE SOFTWARE.
|
|
27
|
+
|
|
28
|
+
*/
|
|
29
|
+
|
|
30
|
+
/* @group Base */
|
|
31
|
+
.chzn-container {
|
|
32
|
+
font-size: 13px;
|
|
33
|
+
position: relative;
|
|
34
|
+
display: inline-block;
|
|
35
|
+
zoom: 1;
|
|
36
|
+
*display: inline;
|
|
37
|
+
}
|
|
38
|
+
.chzn-container .chzn-drop {
|
|
39
|
+
background: #fff;
|
|
40
|
+
border: 1px solid #aaa;
|
|
41
|
+
border-top: 0;
|
|
42
|
+
position: absolute;
|
|
43
|
+
top: 29px;
|
|
44
|
+
left: 0;
|
|
45
|
+
-webkit-box-shadow: 0 4px 5px rgba(0,0,0,.15);
|
|
46
|
+
-moz-box-shadow : 0 4px 5px rgba(0,0,0,.15);
|
|
47
|
+
-o-box-shadow : 0 4px 5px rgba(0,0,0,.15);
|
|
48
|
+
box-shadow : 0 4px 5px rgba(0,0,0,.15);
|
|
49
|
+
z-index: 999;
|
|
50
|
+
}
|
|
51
|
+
/* @end */
|
|
52
|
+
|
|
53
|
+
/* @group Single Chosen */
|
|
54
|
+
.chzn-container-single .chzn-single {
|
|
55
|
+
background-color: #ffffff;
|
|
56
|
+
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );
|
|
57
|
+
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
|
|
58
|
+
background-image: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
|
|
59
|
+
background-image: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
|
|
60
|
+
background-image: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
|
|
61
|
+
background-image: -ms-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
|
|
62
|
+
background-image: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
|
|
63
|
+
-webkit-border-radius: 5px;
|
|
64
|
+
-moz-border-radius : 5px;
|
|
65
|
+
border-radius : 5px;
|
|
66
|
+
-moz-background-clip : padding;
|
|
67
|
+
-webkit-background-clip: padding-box;
|
|
68
|
+
background-clip : padding-box;
|
|
69
|
+
border: 1px solid #aaaaaa;
|
|
70
|
+
-webkit-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
|
|
71
|
+
-moz-box-shadow : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
|
|
72
|
+
box-shadow : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
|
|
73
|
+
display: block;
|
|
74
|
+
overflow: hidden;
|
|
75
|
+
white-space: nowrap;
|
|
76
|
+
position: relative;
|
|
77
|
+
height: 23px;
|
|
78
|
+
line-height: 24px;
|
|
79
|
+
padding: 0 0 0 8px;
|
|
80
|
+
color: #444444;
|
|
81
|
+
text-decoration: none;
|
|
82
|
+
}
|
|
83
|
+
.chzn-container-single .chzn-default {
|
|
84
|
+
color: #999;
|
|
85
|
+
}
|
|
86
|
+
.chzn-container-single .chzn-single span {
|
|
87
|
+
margin-right: 26px;
|
|
88
|
+
display: block;
|
|
89
|
+
overflow: hidden;
|
|
90
|
+
white-space: nowrap;
|
|
91
|
+
-o-text-overflow: ellipsis;
|
|
92
|
+
-ms-text-overflow: ellipsis;
|
|
93
|
+
text-overflow: ellipsis;
|
|
94
|
+
}
|
|
95
|
+
.chzn-container-single .chzn-single abbr {
|
|
96
|
+
display: block;
|
|
97
|
+
position: absolute;
|
|
98
|
+
right: 26px;
|
|
99
|
+
top: 6px;
|
|
100
|
+
width: 12px;
|
|
101
|
+
height: 13px;
|
|
102
|
+
font-size: 1px;
|
|
103
|
+
background: url(../img/chosen-sprite.png) right top no-repeat;
|
|
104
|
+
}
|
|
105
|
+
.chzn-container-single .chzn-single abbr:hover {
|
|
106
|
+
background-position: right -11px;
|
|
107
|
+
}
|
|
108
|
+
.chzn-container-single .chzn-single div {
|
|
109
|
+
position: absolute;
|
|
110
|
+
right: 0;
|
|
111
|
+
top: 0;
|
|
112
|
+
display: block;
|
|
113
|
+
height: 100%;
|
|
114
|
+
width: 18px;
|
|
115
|
+
}
|
|
116
|
+
.chzn-container-single .chzn-single div b {
|
|
117
|
+
background: url('../img/chosen-sprite.png') no-repeat 0 0;
|
|
118
|
+
display: block;
|
|
119
|
+
width: 100%;
|
|
120
|
+
height: 100%;
|
|
121
|
+
}
|
|
122
|
+
.chzn-container-single .chzn-search {
|
|
123
|
+
padding: 3px 4px;
|
|
124
|
+
position: relative;
|
|
125
|
+
margin: 0;
|
|
126
|
+
white-space: nowrap;
|
|
127
|
+
z-index: 1010;
|
|
128
|
+
}
|
|
129
|
+
.chzn-container-single .chzn-search input {
|
|
130
|
+
background: #fff url('../img/chosen-sprite.png') no-repeat 100% -22px;
|
|
131
|
+
background: url('../img/chosen-sprite.png') no-repeat 100% -22px, -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
|
|
132
|
+
background: url('../img/chosen-sprite.png') no-repeat 100% -22px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
|
|
133
|
+
background: url('../img/chosen-sprite.png') no-repeat 100% -22px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
|
|
134
|
+
background: url('../img/chosen-sprite.png') no-repeat 100% -22px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
|
|
135
|
+
background: url('../img/chosen-sprite.png') no-repeat 100% -22px, -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
|
|
136
|
+
background: url('../img/chosen-sprite.png') no-repeat 100% -22px, linear-gradient(top, #eeeeee 1%, #ffffff 15%);
|
|
137
|
+
margin: 1px 0;
|
|
138
|
+
padding: 4px 20px 4px 5px;
|
|
139
|
+
outline: 0;
|
|
140
|
+
border: 1px solid #aaa;
|
|
141
|
+
font-family: sans-serif;
|
|
142
|
+
font-size: 1em;
|
|
143
|
+
}
|
|
144
|
+
.chzn-container-single .chzn-drop {
|
|
145
|
+
-webkit-border-radius: 0 0 4px 4px;
|
|
146
|
+
-moz-border-radius : 0 0 4px 4px;
|
|
147
|
+
border-radius : 0 0 4px 4px;
|
|
148
|
+
-moz-background-clip : padding;
|
|
149
|
+
-webkit-background-clip: padding-box;
|
|
150
|
+
background-clip : padding-box;
|
|
151
|
+
}
|
|
152
|
+
/* @end */
|
|
153
|
+
|
|
154
|
+
.chzn-container-single-nosearch .chzn-search input {
|
|
155
|
+
position: absolute;
|
|
156
|
+
left: -9000px;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
/* @group Multi Chosen */
|
|
160
|
+
.chzn-container-multi .chzn-choices {
|
|
161
|
+
background-color: #fff;
|
|
162
|
+
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
|
|
163
|
+
background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
|
|
164
|
+
background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
|
|
165
|
+
background-image: -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
|
|
166
|
+
background-image: -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
|
|
167
|
+
background-image: linear-gradient(top, #eeeeee 1%, #ffffff 15%);
|
|
168
|
+
border: 1px solid #aaa;
|
|
169
|
+
margin: 0;
|
|
170
|
+
padding: 0;
|
|
171
|
+
cursor: text;
|
|
172
|
+
overflow: hidden;
|
|
173
|
+
height: auto !important;
|
|
174
|
+
height: 1%;
|
|
175
|
+
position: relative;
|
|
176
|
+
}
|
|
177
|
+
.chzn-container-multi .chzn-choices li {
|
|
178
|
+
float: left;
|
|
179
|
+
list-style: none;
|
|
180
|
+
}
|
|
181
|
+
.chzn-container-multi .chzn-choices .search-field {
|
|
182
|
+
white-space: nowrap;
|
|
183
|
+
margin: 0;
|
|
184
|
+
padding: 0;
|
|
185
|
+
}
|
|
186
|
+
.chzn-container-multi .chzn-choices .search-field input {
|
|
187
|
+
color: #666;
|
|
188
|
+
background: transparent !important;
|
|
189
|
+
border: 0 !important;
|
|
190
|
+
font-family: sans-serif;
|
|
191
|
+
font-size: 100%;
|
|
192
|
+
height: 15px;
|
|
193
|
+
padding: 5px;
|
|
194
|
+
margin: 1px 0;
|
|
195
|
+
outline: 0;
|
|
196
|
+
-webkit-box-shadow: none;
|
|
197
|
+
-moz-box-shadow : none;
|
|
198
|
+
-o-box-shadow : none;
|
|
199
|
+
box-shadow : none;
|
|
200
|
+
}
|
|
201
|
+
.chzn-container-multi .chzn-choices .search-field .default {
|
|
202
|
+
color: #999;
|
|
203
|
+
}
|
|
204
|
+
.chzn-container-multi .chzn-choices .search-choice {
|
|
205
|
+
-webkit-border-radius: 3px;
|
|
206
|
+
-moz-border-radius : 3px;
|
|
207
|
+
border-radius : 3px;
|
|
208
|
+
-moz-background-clip : padding;
|
|
209
|
+
-webkit-background-clip: padding-box;
|
|
210
|
+
background-clip : padding-box;
|
|
211
|
+
background-color: #e4e4e4;
|
|
212
|
+
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 );
|
|
213
|
+
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
|
|
214
|
+
background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
|
|
215
|
+
background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
|
|
216
|
+
background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
|
|
217
|
+
background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
|
|
218
|
+
background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
|
|
219
|
+
-webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
|
|
220
|
+
-moz-box-shadow : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
|
|
221
|
+
box-shadow : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
|
|
222
|
+
color: #333;
|
|
223
|
+
border: 1px solid #aaaaaa;
|
|
224
|
+
line-height: 13px;
|
|
225
|
+
padding: 3px 20px 3px 5px;
|
|
226
|
+
margin: 3px 0 3px 5px;
|
|
227
|
+
position: relative;
|
|
228
|
+
cursor: default;
|
|
229
|
+
}
|
|
230
|
+
.chzn-container-multi .chzn-choices .search-choice-focus {
|
|
231
|
+
background: #d4d4d4;
|
|
232
|
+
}
|
|
233
|
+
.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
|
|
234
|
+
display: block;
|
|
235
|
+
position: absolute;
|
|
236
|
+
right: 3px;
|
|
237
|
+
top: 4px;
|
|
238
|
+
width: 12px;
|
|
239
|
+
height: 13px;
|
|
240
|
+
font-size: 1px;
|
|
241
|
+
background: url(../img/chosen-sprite.png) right top no-repeat;
|
|
242
|
+
}
|
|
243
|
+
.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
|
|
244
|
+
background-position: right -11px;
|
|
245
|
+
}
|
|
246
|
+
.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
|
|
247
|
+
background-position: right -11px;
|
|
248
|
+
}
|
|
249
|
+
/* @end */
|
|
250
|
+
|
|
251
|
+
/* @group Results */
|
|
252
|
+
.chzn-container .chzn-results {
|
|
253
|
+
margin: 0 4px 4px 0;
|
|
254
|
+
max-height: 240px;
|
|
255
|
+
padding: 0 0 0 4px;
|
|
256
|
+
position: relative;
|
|
257
|
+
overflow-x: hidden;
|
|
258
|
+
overflow-y: auto;
|
|
259
|
+
}
|
|
260
|
+
.chzn-container-multi .chzn-results {
|
|
261
|
+
margin: -1px 0 0;
|
|
262
|
+
padding: 0;
|
|
263
|
+
}
|
|
264
|
+
.chzn-container .chzn-results li {
|
|
265
|
+
display: none;
|
|
266
|
+
line-height: 15px;
|
|
267
|
+
padding: 5px 6px;
|
|
268
|
+
margin: 0;
|
|
269
|
+
list-style: none;
|
|
270
|
+
}
|
|
271
|
+
.chzn-container .chzn-results .active-result {
|
|
272
|
+
cursor: pointer;
|
|
273
|
+
display: list-item;
|
|
274
|
+
}
|
|
275
|
+
.chzn-container .chzn-results .highlighted {
|
|
276
|
+
background-color: #3875d7;
|
|
277
|
+
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3875d7', endColorstr='#2a62bc', GradientType=0 );
|
|
278
|
+
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
|
|
279
|
+
background-image: -webkit-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
|
|
280
|
+
background-image: -moz-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
|
|
281
|
+
background-image: -o-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
|
|
282
|
+
background-image: -ms-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
|
|
283
|
+
background-image: linear-gradient(top, #3875d7 20%, #2a62bc 90%);
|
|
284
|
+
color: #fff;
|
|
285
|
+
}
|
|
286
|
+
.chzn-container .chzn-results li em {
|
|
287
|
+
background: #feffde;
|
|
288
|
+
font-style: normal;
|
|
289
|
+
}
|
|
290
|
+
.chzn-container .chzn-results .highlighted em {
|
|
291
|
+
background: transparent;
|
|
292
|
+
}
|
|
293
|
+
.chzn-container .chzn-results .no-results {
|
|
294
|
+
background: #f4f4f4;
|
|
295
|
+
display: list-item;
|
|
296
|
+
}
|
|
297
|
+
.chzn-container .chzn-results .group-result {
|
|
298
|
+
cursor: default;
|
|
299
|
+
color: #999;
|
|
300
|
+
font-weight: bold;
|
|
301
|
+
}
|
|
302
|
+
.chzn-container .chzn-results .group-option {
|
|
303
|
+
padding-left: 15px;
|
|
304
|
+
}
|
|
305
|
+
.chzn-container-multi .chzn-drop .result-selected {
|
|
306
|
+
display: none;
|
|
307
|
+
}
|
|
308
|
+
.chzn-container .chzn-results-scroll {
|
|
309
|
+
background: white;
|
|
310
|
+
margin: 0 4px;
|
|
311
|
+
position: absolute;
|
|
312
|
+
text-align: center;
|
|
313
|
+
width: 321px; /* This should by dynamic with js */
|
|
314
|
+
z-index: 1;
|
|
315
|
+
}
|
|
316
|
+
.chzn-container .chzn-results-scroll span {
|
|
317
|
+
display: inline-block;
|
|
318
|
+
height: 17px;
|
|
319
|
+
text-indent: -5000px;
|
|
320
|
+
width: 9px;
|
|
321
|
+
}
|
|
322
|
+
.chzn-container .chzn-results-scroll-down {
|
|
323
|
+
bottom: 0;
|
|
324
|
+
}
|
|
325
|
+
.chzn-container .chzn-results-scroll-down span {
|
|
326
|
+
background: url('../img/chosen-sprite.png') no-repeat -4px -3px;
|
|
327
|
+
}
|
|
328
|
+
.chzn-container .chzn-results-scroll-up span {
|
|
329
|
+
background: url('../img/chosen-sprite.png') no-repeat -22px -3px;
|
|
330
|
+
}
|
|
331
|
+
/* @end */
|
|
332
|
+
|
|
333
|
+
/* @group Active */
|
|
334
|
+
.chzn-container-active .chzn-single {
|
|
335
|
+
-webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
|
|
336
|
+
-moz-box-shadow : 0 0 5px rgba(0,0,0,.3);
|
|
337
|
+
-o-box-shadow : 0 0 5px rgba(0,0,0,.3);
|
|
338
|
+
box-shadow : 0 0 5px rgba(0,0,0,.3);
|
|
339
|
+
border: 1px solid #5897fb;
|
|
340
|
+
}
|
|
341
|
+
.chzn-container-active .chzn-single-with-drop {
|
|
342
|
+
border: 1px solid #aaa;
|
|
343
|
+
-webkit-box-shadow: 0 1px 0 #fff inset;
|
|
344
|
+
-moz-box-shadow : 0 1px 0 #fff inset;
|
|
345
|
+
-o-box-shadow : 0 1px 0 #fff inset;
|
|
346
|
+
box-shadow : 0 1px 0 #fff inset;
|
|
347
|
+
background-color: #eee;
|
|
348
|
+
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 );
|
|
349
|
+
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
|
|
350
|
+
background-image: -webkit-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
|
|
351
|
+
background-image: -moz-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
|
|
352
|
+
background-image: -o-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
|
|
353
|
+
background-image: -ms-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
|
|
354
|
+
background-image: linear-gradient(top, #eeeeee 20%, #ffffff 80%);
|
|
355
|
+
-webkit-border-bottom-left-radius : 0;
|
|
356
|
+
-webkit-border-bottom-right-radius: 0;
|
|
357
|
+
-moz-border-radius-bottomleft : 0;
|
|
358
|
+
-moz-border-radius-bottomright: 0;
|
|
359
|
+
border-bottom-left-radius : 0;
|
|
360
|
+
border-bottom-right-radius: 0;
|
|
361
|
+
}
|
|
362
|
+
.chzn-container-active .chzn-single-with-drop div {
|
|
363
|
+
background: transparent;
|
|
364
|
+
border-left: none;
|
|
365
|
+
}
|
|
366
|
+
.chzn-container-active .chzn-single-with-drop div b {
|
|
367
|
+
background-position: -18px 1px;
|
|
368
|
+
}
|
|
369
|
+
.chzn-container-active .chzn-choices {
|
|
370
|
+
-webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
|
|
371
|
+
-moz-box-shadow : 0 0 5px rgba(0,0,0,.3);
|
|
372
|
+
-o-box-shadow : 0 0 5px rgba(0,0,0,.3);
|
|
373
|
+
box-shadow : 0 0 5px rgba(0,0,0,.3);
|
|
374
|
+
border: 1px solid #5897fb;
|
|
375
|
+
}
|
|
376
|
+
.chzn-container-active .chzn-choices .search-field input {
|
|
377
|
+
color: #111 !important;
|
|
378
|
+
}
|
|
379
|
+
/* @end */
|
|
380
|
+
|
|
381
|
+
/* @group Disabled Support */
|
|
382
|
+
.chzn-disabled {
|
|
383
|
+
cursor: default;
|
|
384
|
+
opacity:0.5 !important;
|
|
385
|
+
}
|
|
386
|
+
.chzn-disabled .chzn-single {
|
|
387
|
+
cursor: default;
|
|
388
|
+
}
|
|
389
|
+
.chzn-disabled .chzn-choices .search-choice .search-choice-close {
|
|
390
|
+
cursor: default;
|
|
391
|
+
}
|
|
392
|
+
|
|
393
|
+
/* @group Right to Left */
|
|
394
|
+
.chzn-rtl { text-align: right; }
|
|
395
|
+
.chzn-rtl .chzn-single { padding: 0 8px 0 0; overflow: visible; }
|
|
396
|
+
.chzn-rtl .chzn-single span { margin-left: 26px; margin-right: 0; direction: rtl; }
|
|
397
|
+
|
|
398
|
+
.chzn-rtl .chzn-single div { left: 3px; right: auto; }
|
|
399
|
+
.chzn-rtl .chzn-single abbr {
|
|
400
|
+
left: 26px;
|
|
401
|
+
right: auto;
|
|
402
|
+
}
|
|
403
|
+
.chzn-rtl .chzn-choices .search-field input { direction: rtl; }
|
|
404
|
+
.chzn-rtl .chzn-choices li { float: right; }
|
|
405
|
+
.chzn-rtl .chzn-choices .search-choice { padding: 3px 5px 3px 19px; margin: 3px 5px 3px 0; }
|
|
406
|
+
.chzn-rtl .chzn-choices .search-choice .search-choice-close { left: 4px; right: auto; background-position: right top;}
|
|
407
|
+
.chzn-rtl.chzn-container-single .chzn-results { margin: 0 0 4px 4px; padding: 0 4px 0 0; }
|
|
408
|
+
.chzn-rtl .chzn-results .group-option { padding-left: 0; padding-right: 15px; }
|
|
409
|
+
.chzn-rtl.chzn-container-active .chzn-single-with-drop div { border-right: none; }
|
|
410
|
+
.chzn-rtl .chzn-search input {
|
|
411
|
+
background: #fff url('../img/chosen-sprite.png') no-repeat -38px -22px;
|
|
412
|
+
background: url('../img/chosen-sprite.png') no-repeat -38px -22px, -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
|
|
413
|
+
background: url('../img/chosen-sprite.png') no-repeat -38px -22px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
|
|
414
|
+
background: url('../img/chosen-sprite.png') no-repeat -38px -22px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
|
|
415
|
+
background: url('../img/chosen-sprite.png') no-repeat -38px -22px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
|
|
416
|
+
background: url('../img/chosen-sprite.png') no-repeat -38px -22px, -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
|
|
417
|
+
background: url('../img/chosen-sprite.png') no-repeat -38px -22px, linear-gradient(top, #eeeeee 1%, #ffffff 15%);
|
|
418
|
+
padding: 4px 5px 4px 20px;
|
|
419
|
+
direction: rtl;
|
|
420
|
+
}
|
|
421
|
+
/* @end */
|