You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by tf...@apache.org on 2017/05/19 00:13:53 UTC

[32/50] [abbrv] lucene-solr:jira/solr-10233: SOLR-10042: Delete old deprecated Admin UI

SOLR-10042: Delete old deprecated Admin UI


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/21384b5b
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/21384b5b
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/21384b5b

Branch: refs/heads/jira/solr-10233
Commit: 21384b5b215a68233cb3ef9edaea14be935570b9
Parents: b5aa0da
Author: Jan Høydahl <ja...@apache.org>
Authored: Thu May 18 14:12:59 2017 +0200
Committer: Jan Høydahl <ja...@apache.org>
Committed: Thu May 18 14:12:59 2017 +0200

----------------------------------------------------------------------
 solr/CHANGES.txt                                |     2 +
 solr/NOTICE.txt                                 |    14 +-
 .../solr/response/VelocityResponseWriter.java   |     1 +
 .../velocity/src/resources/velocity/head.vm     |     2 +-
 solr/example/files/conf/velocity/head.vm        |     2 +-
 .../javacscript-natural-sort-NOTICE.txt         |     5 -
 .../javascript-natural-sort-LICENSE-MIT.txt     |    21 -
 .../conf/velocity/head.vm                       |     2 +-
 solr/webapp/web/WEB-INF/web.xml                 |     5 -
 solr/webapp/web/WEB-INF/weblogic.xml            |    28 -
 solr/webapp/web/css/angular/java-properties.css |    52 +
 solr/webapp/web/css/chosen.css                  |   421 -
 solr/webapp/web/css/styles/analysis.css         |   311 -
 solr/webapp/web/css/styles/cloud.css            |   410 -
 solr/webapp/web/css/styles/common.css           |   731 --
 solr/webapp/web/css/styles/cores.css            |   244 -
 solr/webapp/web/css/styles/dashboard.css        |   155 -
 solr/webapp/web/css/styles/dataimport.css       |   403 -
 solr/webapp/web/css/styles/documents.css        |   197 -
 solr/webapp/web/css/styles/files.css            |    54 -
 solr/webapp/web/css/styles/index.css            |   207 -
 solr/webapp/web/css/styles/java-properties.css  |    52 -
 solr/webapp/web/css/styles/logging.css          |   391 -
 solr/webapp/web/css/styles/menu.css             |   329 -
 solr/webapp/web/css/styles/plugins.css          |   195 -
 solr/webapp/web/css/styles/query.css            |   173 -
 solr/webapp/web/css/styles/replication.css      |   515 -
 solr/webapp/web/css/styles/schema-browser.css   |   578 -
 solr/webapp/web/css/styles/segments.css         |   145 -
 solr/webapp/web/css/styles/threads.css          |   172 -
 solr/webapp/web/index.html                      |     8 +-
 solr/webapp/web/js/angular/app.js               |    82 -
 solr/webapp/web/js/angular/controllers/cloud.js |    98 -
 solr/webapp/web/js/lib/ZeroClipboard.js         |   342 -
 solr/webapp/web/js/lib/chosen.js                |   982 --
 solr/webapp/web/js/lib/console.js               |    29 -
 solr/webapp/web/js/lib/d3.js                    |  9373 --------------
 solr/webapp/web/js/lib/highlight.js             |    31 -
 solr/webapp/web/js/lib/jquery-1.7.2.min.js      |    30 -
 solr/webapp/web/js/lib/jquery.ajaxfileupload.js |   184 -
 solr/webapp/web/js/lib/jquery.blockUI.js        |   523 -
 solr/webapp/web/js/lib/jquery.cookie.js         |    71 -
 solr/webapp/web/js/lib/jquery.form.js           |   806 --
 solr/webapp/web/js/lib/jquery.jstree.js         |  3534 -----
 solr/webapp/web/js/lib/jquery.sammy.js          |  1863 ---
 solr/webapp/web/js/lib/jquery.timeago.js        |   189 -
 solr/webapp/web/js/lib/linker.js                |    48 -
 solr/webapp/web/js/lib/naturalSort.js           |    82 -
 solr/webapp/web/js/lib/order.js                 |   216 -
 solr/webapp/web/js/main.js                      |    60 -
 solr/webapp/web/js/require.js                   | 11349 -----------------
 solr/webapp/web/js/scripts/analysis.js          |   545 -
 solr/webapp/web/js/scripts/app.js               |   669 -
 solr/webapp/web/js/scripts/cloud.js             |   877 --
 solr/webapp/web/js/scripts/cores.js             |   719 --
 solr/webapp/web/js/scripts/dashboard.js         |   562 -
 solr/webapp/web/js/scripts/dataimport.js        |   812 --
 solr/webapp/web/js/scripts/documents.js         |   362 -
 solr/webapp/web/js/scripts/files.js             |   270 -
 solr/webapp/web/js/scripts/index.js             |   340 -
 solr/webapp/web/js/scripts/java-properties.js   |   106 -
 solr/webapp/web/js/scripts/logging.js           |   578 -
 solr/webapp/web/js/scripts/ping.js              |    72 -
 solr/webapp/web/js/scripts/plugins.js           |   462 -
 solr/webapp/web/js/scripts/query.js             |   229 -
 solr/webapp/web/js/scripts/replication.js       |   527 -
 solr/webapp/web/js/scripts/schema-browser.js    |  1229 --
 solr/webapp/web/js/scripts/segments.js          |   206 -
 solr/webapp/web/js/scripts/threads.js           |   158 -
 solr/webapp/web/libs/jquery-1.7.2.min.js        |    30 +
 solr/webapp/web/old.html                        |   169 -
 solr/webapp/web/tpl/analysis.html               |    83 -
 solr/webapp/web/tpl/cloud.html                  |    87 -
 solr/webapp/web/tpl/cores.html                  |   226 -
 solr/webapp/web/tpl/dashboard.html              |   201 -
 solr/webapp/web/tpl/dataimport.html             |   183 -
 solr/webapp/web/tpl/documents.html              |   100 -
 solr/webapp/web/tpl/files.html                  |    44 -
 solr/webapp/web/tpl/index.html                  |   250 -
 solr/webapp/web/tpl/logging.html                |    23 -
 solr/webapp/web/tpl/plugins.html                |    39 -
 solr/webapp/web/tpl/query.html                  |   361 -
 solr/webapp/web/tpl/replication.html            |   216 -
 solr/webapp/web/tpl/schema-browser.html         |   192 -
 solr/webapp/web/tpl/segments.html               |    49 -
 solr/webapp/web/tpl/threads.html                |    56 -
 86 files changed, 91 insertions(+), 46658 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/21384b5b/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 92e8d8d..3237fde 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -161,6 +161,8 @@ Other Changes
 
 * SOLR-10414: RecoveryStrategy is now a Runnable instead of a Thread. (Tomás Fernández Löbbe)
 
+* SOLR-10042: Delete old deprecated Admin UI, leaving the AngularJS UI the only one supported (janhoy)
+
 ==================  6.7.0 ==================
 
 Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/21384b5b/solr/NOTICE.txt
----------------------------------------------------------------------
diff --git a/solr/NOTICE.txt b/solr/NOTICE.txt
index 54babbb..d1f4e2f 100644
--- a/solr/NOTICE.txt
+++ b/solr/NOTICE.txt
@@ -25,15 +25,9 @@ Copyright (c) 2012, Michael Bostock, https://github.com/mbostock/d3
 This product includes the highlight.js Javascript library created by Ivan Sagalaev
 Copyright (c) 2006, Ivan Sagalaev, https://github.com/isagalaev/highlight.js
 
-This product includes the ZeroClipboard.js Javascript library created by Jon Rohan, James M. Greene
-Copyright (c) 2012 Jon Rohan, James M. Greene, https://github.com/zeroclipboard/ZeroClipboard
-
 This product includes the Chosen Javascript library created by Patrick Filler
 Copyright (c) 2011-2014 by Harvest, https://github.com/harvesthq/chosen
 
-This product includes jquery.ajaxfileupload.js Javascript library created by Jordan Feldstein
-Copyright (c) 2011 Jordan Feldstein, https://github.com/jfeldstein/jQuery.AjaxFileUpload.js
-
 This product includes jquery.blockUI.js Javascript library created by Mike Alsup
 Copyright (c) 2007-2014 M. Alsup https://github.com/malsup/blockui/
 
@@ -43,18 +37,12 @@ Copyright (c) 2013-2014 Klaus Hartl, https://github.com/carhartl/jquery-cookie
 This product includes jquery.form Javascript library created by Mike Alsup
 Copyright 2006-2014 (c) M. Alsup, https://github.com/malsup/form/
 
-This product includes the jstree Javascript library created by Ivan Bozhanov
+This product includes the jquery.jstree.js Javascript library created by Ivan Bozhanov
 Copyright (c) 2013-2014 Ivan Bozhanov, https://github.com/vakata/jstree
 
-This product includes the Sammy.js Javascript library created by Aaron Quint
-Copyright (c) 2008 Aaron Quint, Quirkey NYC, LLC, https://github.com/quirkey/sammy
-
 This product includes jquery.timeago.js Javascript library by Ryan McGeary
 Copyright (c) 2008-2014, Ryan McGeary, https://github.com/rmm5t/jquery-timeago
 
-This product includes linker.js Javascript library created by Michalis Tzikas & Vasilis Lolos
-Copyright (C) 2011 by Michalis Tzikas & Vasilis Lolos, https://github.com/lolos/jquery-Linker/
-
 This product includes require.js Javascript library created by James Burke
 Copyright (C) 2010-2014 James Burke, https://github.com/jrburke/requirejs
 

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/21384b5b/solr/contrib/velocity/src/java/org/apache/solr/response/VelocityResponseWriter.java
----------------------------------------------------------------------
diff --git a/solr/contrib/velocity/src/java/org/apache/solr/response/VelocityResponseWriter.java b/solr/contrib/velocity/src/java/org/apache/solr/response/VelocityResponseWriter.java
index 133bc63..c17412f 100644
--- a/solr/contrib/velocity/src/java/org/apache/solr/response/VelocityResponseWriter.java
+++ b/solr/contrib/velocity/src/java/org/apache/solr/response/VelocityResponseWriter.java
@@ -42,6 +42,7 @@ import org.apache.solr.request.SolrQueryRequest;
 import org.apache.solr.util.plugin.SolrCoreAware;
 import org.apache.velocity.Template;
 import org.apache.velocity.VelocityContext;
+import org.apache.velocity.app.Velocity;
 import org.apache.velocity.app.VelocityEngine;
 import org.apache.velocity.runtime.RuntimeConstants;
 import org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader;

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/21384b5b/solr/contrib/velocity/src/resources/velocity/head.vm
----------------------------------------------------------------------
diff --git a/solr/contrib/velocity/src/resources/velocity/head.vm b/solr/contrib/velocity/src/resources/velocity/head.vm
index 38e5f0c..4059294 100644
--- a/solr/contrib/velocity/src/resources/velocity/head.vm
+++ b/solr/contrib/velocity/src/resources/velocity/head.vm
@@ -9,7 +9,7 @@
   <link rel="icon" type="image/x-icon" href="#{url_root}/img/favicon.ico"/>
   <link rel="shortcut icon" type="image/x-icon" href="#{url_root}/img/favicon.ico"/>
 
-  <script type="text/javascript" src="#{url_root}/js/lib/jquery-1.7.2.min.js"></script>
+  <script type="text/javascript" src="#{url_root}/libs/jquery-1.7.2.min.js"></script>
 
   <style>
     #admin{

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/21384b5b/solr/example/files/conf/velocity/head.vm
----------------------------------------------------------------------
diff --git a/solr/example/files/conf/velocity/head.vm b/solr/example/files/conf/velocity/head.vm
index 1b3aec9..3c98747 100644
--- a/solr/example/files/conf/velocity/head.vm
+++ b/solr/example/files/conf/velocity/head.vm
@@ -5,7 +5,7 @@
 <link rel="icon" type="image/x-icon" href="#{url_root}/img/favicon.ico"/>
 <link rel="shortcut icon" type="image/x-icon" href="#{url_root}/img/favicon.ico"/>
 
-<script type="text/javascript" src="#{url_root}/js/lib/jquery-1.7.2.min.js"></script>
+<script type="text/javascript" src="#{url_root}/libs/jquery-1.7.2.min.js"></script>
 <script type="text/javascript" src="#{url_for_solr}/admin/file?file=/velocity/js/jquery.tx3-tag-cloud.js&contentType=text/javascript"></script>
 <script type="text/javascript" src="#{url_for_solr}/admin/file?file=/velocity/js/dropit.js&contentType=text/javascript"></script>
 <script type="text/javascript" src="#{url_for_solr}/admin/file?file=/velocity/js/jquery.autocomplete.js&contentType=text/javascript"></script>

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/21384b5b/solr/licenses/javacscript-natural-sort-NOTICE.txt
----------------------------------------------------------------------
diff --git a/solr/licenses/javacscript-natural-sort-NOTICE.txt b/solr/licenses/javacscript-natural-sort-NOTICE.txt
deleted file mode 100644
index 576048b..0000000
--- a/solr/licenses/javacscript-natural-sort-NOTICE.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-javascript-natural-sort is a javascript library for sorting data with embedded
-numbers naturally, the way a human would expect.
-https://github.com/jarinudom/naturalSort.js
-
-javascript-natural-sort is licensed under the MIT license.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/21384b5b/solr/licenses/javascript-natural-sort-LICENSE-MIT.txt
----------------------------------------------------------------------
diff --git a/solr/licenses/javascript-natural-sort-LICENSE-MIT.txt b/solr/licenses/javascript-natural-sort-LICENSE-MIT.txt
deleted file mode 100644
index e7a4eb1..0000000
--- a/solr/licenses/javascript-natural-sort-LICENSE-MIT.txt
+++ /dev/null
@@ -1,21 +0,0 @@
-The MIT License (MIT)
-
-Copyright (c) 2011 Jim Palmer and other contributors
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/21384b5b/solr/server/solr/configsets/sample_techproducts_configs/conf/velocity/head.vm
----------------------------------------------------------------------
diff --git a/solr/server/solr/configsets/sample_techproducts_configs/conf/velocity/head.vm b/solr/server/solr/configsets/sample_techproducts_configs/conf/velocity/head.vm
index f1ff5c3..15dc0e8 100644
--- a/solr/server/solr/configsets/sample_techproducts_configs/conf/velocity/head.vm
+++ b/solr/server/solr/configsets/sample_techproducts_configs/conf/velocity/head.vm
@@ -6,7 +6,7 @@
   <title>#param('title')</title>
   <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
 
-  <script type="text/javascript" src="#{url_root}/js/lib/jquery-1.7.2.min.js"></script>
+  <script type="text/javascript" src="#{url_root}/libs/jquery-1.7.2.min.js"></script>
   <link rel="stylesheet" type="text/css" href="#{url_for_solr}/admin/file?file=/velocity/main.css&contentType=text/css"/>
   <link rel="stylesheet" href="#{url_for_solr}/admin/file?file=/velocity/jquery.autocomplete.css&contentType=text/css" type="text/css" />
   <link rel="icon" type="image/x-icon" href="#{url_root}/img/favicon.ico"/>

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/21384b5b/solr/webapp/web/WEB-INF/web.xml
----------------------------------------------------------------------
diff --git a/solr/webapp/web/WEB-INF/web.xml b/solr/webapp/web/WEB-INF/web.xml
index 5ebce10..a4dc233 100644
--- a/solr/webapp/web/WEB-INF/web.xml
+++ b/solr/webapp/web/WEB-INF/web.xml
@@ -141,11 +141,6 @@
 
   <servlet-mapping>
     <servlet-name>LoadAdminUI</servlet-name>
-    <url-pattern>/old.html</url-pattern>
-  </servlet-mapping>
-
-  <servlet-mapping>
-    <servlet-name>LoadAdminUI</servlet-name>
     <url-pattern>/index.html</url-pattern>
   </servlet-mapping>
 

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/21384b5b/solr/webapp/web/WEB-INF/weblogic.xml
----------------------------------------------------------------------
diff --git a/solr/webapp/web/WEB-INF/weblogic.xml b/solr/webapp/web/WEB-INF/weblogic.xml
deleted file mode 100644
index 43809ee..0000000
--- a/solr/webapp/web/WEB-INF/weblogic.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one or more
- contributor license agreements.  See the NOTICE file distributed with
- this work for additional information regarding copyright ownership.
- The ASF licenses this file to You under the Apache License, Version 2.0
- (the "License"); you may not use this file except in compliance with
- the License.  You may obtain a copy of the License at
-
-     http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<weblogic-web-app
-    xmlns="http://www.bea.com/ns/weblogic/90"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://www.bea.com/ns/weblogic/90 http://www.bea.com/ns/weblogic/90/weblogic-web-app.xsd">
-
-    <container-descriptor>
-      <filter-dispatched-requests-enabled>false</filter-dispatched-requests-enabled>
-    </container-descriptor>
-
-</weblogic-web-app>
-

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/21384b5b/solr/webapp/web/css/angular/java-properties.css
----------------------------------------------------------------------
diff --git a/solr/webapp/web/css/angular/java-properties.css b/solr/webapp/web/css/angular/java-properties.css
new file mode 100644
index 0000000..ab5b67b
--- /dev/null
+++ b/solr/webapp/web/css/angular/java-properties.css
@@ -0,0 +1,52 @@
+/*
+
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+*/
+
+#content #java-properties .loader
+{
+  background-position: 0 50%;
+  padding-left: 21px;   
+}
+
+#content #java-properties li
+{
+  padding-top: 3px;
+  padding-bottom: 3px;
+}
+
+#content #java-properties li.odd
+{
+  background-color: #f8f8f8;
+}
+
+#content #java-properties li dt
+{
+  float: left;
+  width: 29%;
+}
+
+#content #java-properties li dd
+{
+  float: right;
+  width: 70%
+}
+
+#content #java-properties li dd.odd
+{
+  color: #999;
+}

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/21384b5b/solr/webapp/web/css/chosen.css
----------------------------------------------------------------------
diff --git a/solr/webapp/web/css/chosen.css b/solr/webapp/web/css/chosen.css
deleted file mode 100644
index 127b3c2..0000000
--- a/solr/webapp/web/css/chosen.css
+++ /dev/null
@@ -1,421 +0,0 @@
-/*
-
-Chosen
-
-- by Patrick Filler for Harvest http://getharvest.com
-- Copyright (c) 2011-2013 by Harvest
-
-Available for use under the MIT License
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
-
-*/
-
-/* @group Base */
-.chzn-container {
-  font-size: 13px;
-  position: relative;
-  display: inline-block;
-  zoom: 1;
-  *display: inline;
-}
-.chzn-container .chzn-drop {
-  background: #fff;
-  border: 1px solid #aaa;
-  border-top: 0;
-  position: absolute;
-  top: 29px;
-  left: 0;
-  -webkit-box-shadow: 0 4px 5px rgba(0,0,0,.15);
-  -moz-box-shadow   : 0 4px 5px rgba(0,0,0,.15);
-  -o-box-shadow     : 0 4px 5px rgba(0,0,0,.15);
-  box-shadow        : 0 4px 5px rgba(0,0,0,.15);
-  z-index: 999;
-}
-/* @end */
-
-/* @group Single Chosen */
-.chzn-container-single .chzn-single {
-  background-color: #ffffff;
-  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );   
-  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));
-  background-image: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
-  background-image: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
-  background-image: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
-  background-image: -ms-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
-  background-image: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%); 
-  -webkit-border-radius: 5px;
-  -moz-border-radius   : 5px;
-  border-radius        : 5px;
-  -moz-background-clip   : padding;
-  -webkit-background-clip: padding-box;
-  background-clip        : padding-box;
-  border: 1px solid #aaaaaa;
-  -webkit-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
-  -moz-box-shadow   : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
-  box-shadow        : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
-  display: block;
-  overflow: hidden;
-  white-space: nowrap;
-  position: relative;
-  height: 23px;
-  line-height: 24px;
-  padding: 0 0 0 8px;
-  color: #444444;
-  text-decoration: none;
-}
-.chzn-container-single .chzn-default {
-  color: #999;
-}
-.chzn-container-single .chzn-single span {
-  margin-right: 26px;
-  display: block;
-  overflow: hidden;
-  white-space: nowrap;
-  -o-text-overflow: ellipsis;
-  -ms-text-overflow: ellipsis;
-  text-overflow: ellipsis;
-}
-.chzn-container-single .chzn-single abbr {
-  display: block;
-  position: absolute;
-  right: 26px;
-  top: 6px;
-  width: 12px;
-  height: 13px;
-  font-size: 1px;
-  background: url(../img/chosen-sprite.png) right top no-repeat;
-}
-.chzn-container-single .chzn-single abbr:hover {
-  background-position: right -11px;
-}
-.chzn-container-single .chzn-single div {
-  position: absolute;
-  right: 0;
-  top: 0;
-  display: block;
-  height: 100%;
-  width: 18px;
-}
-.chzn-container-single .chzn-single div b {
-  background: url('../img/chosen-sprite.png') no-repeat 0 0;
-  display: block;
-  width: 100%;
-  height: 100%;
-}
-.chzn-container-single .chzn-search {
-  padding: 3px 4px;
-  position: relative;
-  margin: 0;
-  white-space: nowrap;
-  z-index: 1010;
-}
-.chzn-container-single .chzn-search input {
-  background: #fff url('../img/chosen-sprite.png') no-repeat 100% -22px;
-  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));
-  background: url('../img/chosen-sprite.png') no-repeat 100% -22px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
-  background: url('../img/chosen-sprite.png') no-repeat 100% -22px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
-  background: url('../img/chosen-sprite.png') no-repeat 100% -22px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
-  background: url('../img/chosen-sprite.png') no-repeat 100% -22px, -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
-  background: url('../img/chosen-sprite.png') no-repeat 100% -22px, linear-gradient(top, #eeeeee 1%, #ffffff 15%);
-  margin: 1px 0;
-  padding: 4px 20px 4px 5px;
-  outline: 0;
-  border: 1px solid #aaa;
-  font-family: sans-serif;
-  font-size: 1em;
-}
-.chzn-container-single .chzn-drop {
-  -webkit-border-radius: 0 0 4px 4px;
-  -moz-border-radius   : 0 0 4px 4px;
-  border-radius        : 0 0 4px 4px;
-  -moz-background-clip   : padding;
-  -webkit-background-clip: padding-box;
-  background-clip        : padding-box;
-}
-/* @end */
-
-.chzn-container-single-nosearch .chzn-search input {
-  position: absolute;
-  left: -9000px;
-}
-
-/* @group Multi Chosen */
-.chzn-container-multi .chzn-choices {
-  background-color: #fff;
-  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
-  background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
-  background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
-  background-image: -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
-  background-image: -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
-  background-image: linear-gradient(top, #eeeeee 1%, #ffffff 15%);
-  border: 1px solid #aaa;
-  margin: 0;
-  padding: 0;
-  cursor: text;
-  overflow: hidden;
-  height: auto !important;
-  height: 1%;
-  position: relative;
-}
-.chzn-container-multi .chzn-choices li {
-  float: left;
-  list-style: none;
-}
-.chzn-container-multi .chzn-choices .search-field {
-  white-space: nowrap;
-  margin: 0;
-  padding: 0;
-}
-.chzn-container-multi .chzn-choices .search-field input {
-  color: #666;
-  background: transparent !important;
-  border: 0 !important;
-  font-family: sans-serif;
-  font-size: 100%;
-  height: 15px;
-  padding: 5px;
-  margin: 1px 0;
-  outline: 0;
-  -webkit-box-shadow: none;
-  -moz-box-shadow   : none;
-  -o-box-shadow     : none;
-  box-shadow        : none;
-}
-.chzn-container-multi .chzn-choices .search-field .default {
-  color: #999;
-}
-.chzn-container-multi .chzn-choices .search-choice {
-  -webkit-border-radius: 3px;
-  -moz-border-radius   : 3px;
-  border-radius        : 3px;
-  -moz-background-clip   : padding;
-  -webkit-background-clip: padding-box;
-  background-clip        : padding-box;
-  background-color: #e4e4e4;
-  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 ); 
-  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));
-  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
-  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
-  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
-  background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
-  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); 
-  -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
-  -moz-box-shadow   : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
-  box-shadow        : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
-  color: #333;
-  border: 1px solid #aaaaaa;
-  line-height: 13px;
-  padding: 3px 20px 3px 5px;
-  margin: 3px 0 3px 5px;
-  position: relative;
-  cursor: default;
-}
-.chzn-container-multi .chzn-choices .search-choice-focus {
-  background: #d4d4d4;
-}
-.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
-  display: block;
-  position: absolute;
-  right: 3px;
-  top: 4px;
-  width: 12px;
-  height: 13px;
-  font-size: 1px;
-  background: url(../img/chosen-sprite.png) right top no-repeat;
-}
-.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
-  background-position: right -11px;
-}
-.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
-  background-position: right -11px;
-}
-/* @end */
-
-/* @group Results */
-.chzn-container .chzn-results {
-  margin: 0 4px 4px 0;
-  max-height: 240px;
-  padding: 0 0 0 4px;
-  position: relative;
-  overflow-x: hidden;
-  overflow-y: auto;
-}
-.chzn-container-multi .chzn-results {
-  margin: -1px 0 0;
-  padding: 0;
-}
-.chzn-container .chzn-results li {
-  display: none;
-  line-height: 15px;
-  padding: 5px 6px;
-  margin: 0;
-  list-style: none;
-}
-.chzn-container .chzn-results .active-result {
-  cursor: pointer;
-  display: list-item;
-}
-.chzn-container .chzn-results .highlighted {
-  background-color: #3875d7;
-  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3875d7', endColorstr='#2a62bc', GradientType=0 );  
-  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
-  background-image: -webkit-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
-  background-image: -moz-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
-  background-image: -o-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
-  background-image: -ms-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
-  background-image: linear-gradient(top, #3875d7 20%, #2a62bc 90%);
-  color: #fff;
-}
-.chzn-container .chzn-results li em {
-  background: #feffde;
-  font-style: normal;
-}
-.chzn-container .chzn-results .highlighted em {
-  background: transparent;
-}
-.chzn-container .chzn-results .no-results {
-  background: #f4f4f4;
-  display: list-item;
-}
-.chzn-container .chzn-results .group-result {
-  cursor: default;
-  color: #999;
-  font-weight: bold;
-}
-.chzn-container .chzn-results .group-option {
-  padding-left: 15px;
-}
-.chzn-container-multi .chzn-drop .result-selected {
-  display: none;
-}
-.chzn-container .chzn-results-scroll {
-  background: white;
-  margin: 0 4px;
-  position: absolute;
-  text-align: center;
-  width: 321px; /* This should by dynamic with js */
-  z-index: 1;
-}
-.chzn-container .chzn-results-scroll span {
-  display: inline-block;
-  height: 17px;
-  text-indent: -5000px;
-  width: 9px;
-}
-.chzn-container .chzn-results-scroll-down {
-  bottom: 0;
-}
-.chzn-container .chzn-results-scroll-down span {
-  background: url('../img/chosen-sprite.png') no-repeat -4px -3px;
-}
-.chzn-container .chzn-results-scroll-up span {
-  background: url('../img/chosen-sprite.png') no-repeat -22px -3px;
-}
-/* @end */
-
-/* @group Active  */
-.chzn-container-active .chzn-single {
-  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
-  -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
-  -o-box-shadow     : 0 0 5px rgba(0,0,0,.3);
-  box-shadow        : 0 0 5px rgba(0,0,0,.3);
-  border: 1px solid #5897fb;
-}
-.chzn-container-active .chzn-single-with-drop {
-  border: 1px solid #aaa;
-  -webkit-box-shadow: 0 1px 0 #fff inset;
-  -moz-box-shadow   : 0 1px 0 #fff inset;
-  -o-box-shadow     : 0 1px 0 #fff inset;
-  box-shadow        : 0 1px 0 #fff inset;
-  background-color: #eee;
-  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 );
-  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
-  background-image: -webkit-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
-  background-image: -moz-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
-  background-image: -o-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
-  background-image: -ms-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
-  background-image: linear-gradient(top, #eeeeee 20%, #ffffff 80%);
-  -webkit-border-bottom-left-radius : 0;
-  -webkit-border-bottom-right-radius: 0;
-  -moz-border-radius-bottomleft : 0;
-  -moz-border-radius-bottomright: 0;
-  border-bottom-left-radius : 0;
-  border-bottom-right-radius: 0;
-}
-.chzn-container-active .chzn-single-with-drop div {
-  background: transparent;
-  border-left: none;
-}
-.chzn-container-active .chzn-single-with-drop div b {
-  background-position: -18px 1px;
-}
-.chzn-container-active .chzn-choices {
-  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
-  -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
-  -o-box-shadow     : 0 0 5px rgba(0,0,0,.3);
-  box-shadow        : 0 0 5px rgba(0,0,0,.3);
-  border: 1px solid #5897fb;
-}
-.chzn-container-active .chzn-choices .search-field input {
-  color: #111 !important;
-}
-/* @end */
-
-/* @group Disabled Support */
-.chzn-disabled {
-  cursor: default;
-  opacity:0.5 !important;
-}
-.chzn-disabled .chzn-single {
-  cursor: default;
-}
-.chzn-disabled .chzn-choices .search-choice .search-choice-close {
-  cursor: default;
-}
-
-/* @group Right to Left */
-.chzn-rtl { text-align: right; }
-.chzn-rtl .chzn-single { padding: 0 8px 0 0; overflow: visible; }
-.chzn-rtl .chzn-single span { margin-left: 26px; margin-right: 0; direction: rtl; }
-
-.chzn-rtl .chzn-single div { left: 3px; right: auto; }
-.chzn-rtl .chzn-single abbr {
-  left: 26px;
-  right: auto;
-}
-.chzn-rtl .chzn-choices .search-field input { direction: rtl; }
-.chzn-rtl .chzn-choices li { float: right; }
-.chzn-rtl .chzn-choices .search-choice { padding: 3px 5px 3px 19px; margin: 3px 5px 3px 0; }
-.chzn-rtl .chzn-choices .search-choice .search-choice-close { left: 4px; right: auto; background-position: right top;}
-.chzn-rtl.chzn-container-single .chzn-results { margin: 0 0 4px 4px; padding: 0 4px 0 0; }
-.chzn-rtl .chzn-results .group-option { padding-left: 0; padding-right: 15px; }
-.chzn-rtl.chzn-container-active .chzn-single-with-drop div { border-right: none; }
-.chzn-rtl .chzn-search input {
-  background: #fff url('../img/chosen-sprite.png') no-repeat -38px -22px;
-  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));
-  background: url('../img/chosen-sprite.png') no-repeat -38px -22px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);  
-  background: url('../img/chosen-sprite.png') no-repeat -38px -22px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
-  background: url('../img/chosen-sprite.png') no-repeat -38px -22px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
-  background: url('../img/chosen-sprite.png') no-repeat -38px -22px, -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
-  background: url('../img/chosen-sprite.png') no-repeat -38px -22px, linear-gradient(top, #eeeeee 1%, #ffffff 15%);
-  padding: 4px 5px 4px 20px;
-  direction: rtl;
-}
-/* @end */

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/21384b5b/solr/webapp/web/css/styles/analysis.css
----------------------------------------------------------------------
diff --git a/solr/webapp/web/css/styles/analysis.css b/solr/webapp/web/css/styles/analysis.css
deleted file mode 100644
index 2273f4f..0000000
--- a/solr/webapp/web/css/styles/analysis.css
+++ /dev/null
@@ -1,311 +0,0 @@
-/*
-
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements.  See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License.  You may obtain a copy of the License at
-
-http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-
-*/
-
-#content #analysis-holder
-{
-  background-image: url( ../../img/div.gif );
-  background-position: 50% 0;
-  background-repeat: repeat-y;
-}
-
-#content #analysis #field-analysis
-{
-  margin-bottom: 0;
-}
-
-#content #analysis #field-analysis .content
-{
-  padding-bottom: 0;
-}
-
-#content #analysis .settings-holder
-{
-  clear: both;
-  padding-top: 15px;
-}
-
-#content #analysis .settings
-{
-  background-color: #fff;
-  border-top: 1px solid #fafafa;
-  border-bottom: 1px solid #fafafa;
-  padding-top: 10px;
-  padding-bottom: 10px;
-}
-
-#content #analysis .settings select.loader
-{
-  background-position: 3px 50%;
-  padding-left: 21px;
-}
-
-#content #analysis .settings select optgroup
-{
-  font-style: normal;
-  padding: 5px;
-}
-
-#content #analysis .settings select option
-{
-  padding-left: 10px;
-}
-
-#content #analysis .settings #tor_schema
-{
-  background-image: url( ../../img/ico/question-white.png );
-  background-position: 0 50%;
-  color: #c0c0c0;
-  margin-left: 5px;
-  padding-left: 21px;
-}
-
-#content #analysis .settings #tor_schema:hover
-{
-  background-image: url( ../../img/ico/question.png );
-}
-
-#content #analysis .settings #tor_schema span
-{
-  display: none;
-}
-
-#content #analysis .settings #tor_schema:hover span
-{
-  display: inline;
-}
-
-#content #analysis .settings .buttons
-{
-  float: right;
-  width: 47%;
-}
-
-#content #analysis .settings button
-{
-  float: right;
-}
-
-#content #analysis .settings button span
-{
-  background-image: url( ../../img/ico/funnel.png );
-}
-
-#content #analysis .settings .verbose_output
-{
-  float: left;
-  width: auto;
-}
-
-#content #analysis .settings .verbose_output a
-{
-  background-image: url( ../../img/ico/ui-check-box-uncheck.png );
-  background-position: 0 50%;
-  color: #999;
-  display: block;
-  padding-left: 21px;
-}
-
-#content #analysis .settings .verbose_output.active a
-{
-  background-image: url( ../../img/ico/ui-check-box.png );
-}
-
-#content #analysis .index label,
-#content #analysis .query label
-{
-  display: block;
-}
-
-#content #analysis .index textarea,
-#content #analysis .query textarea
-{
-  display: block;
-  width: 100%;
-}
-
-#content #analysis .index
-{
-  float: left;
-  margin-right: 0.5%;
-  min-width: 47%;
-  max-width: 99%;
-}
-
-#content #analysis .query
-{
-  float: right;
-  margin-left: 0.5%;
-  min-width: 47%;
-  max-width: 99%;
-}
-
-#content #analysis .analysis-error
-{
-  background-color: #f00;
-  background-image: url( ../../img/ico/construction.png );
-  background-position: 10px 50%;
-  color: #fff;
-  display: none;
-  font-weight: bold;
-  margin-bottom: 20px;
-  padding: 10px;
-  padding-left: 35px;
-}
-
-#content #analysis .analysis-error .head a
-{
-  color: #fff;
-  cursor: auto;
-}
-
-#content #analysis #analysis-result
-{
-  overflow: auto;
-}
-
-#content #analysis #analysis-result .index,
-#content #analysis #analysis-result .query
-{
-  background-color: #fff;
-  padding-top: 20px;
-}
-
-#content #analysis #analysis-result table
-{
-  border-collapse: collapse;
-}
-
-#content #analysis #analysis-result td
-{
-  vertical-align: top;
-  white-space: nowrap;
-}
-
-#content #analysis #analysis-result td.part.analyzer div,
-#content #analysis #analysis-result td.part.spacer .holder,
-#content #analysis #analysis-result td td td
-{
-  padding-top: 1px;
-  padding-bottom: 1px;
-}
-
-#content #analysis #analysis-result td.legend,
-#content #analysis #analysis-result td.data tr.verbose_output
-{
-  display: none;
-}
-
-#content #analysis #analysis-result.verbose_output td.legend
-{
-  display: table-cell;
-}
-
-#content #analysis #analysis-result.verbose_output td.data tr.verbose_output
-{
-  display: table-row;
-}
-
-#content #analysis #analysis-result .match
-{
-  background-color: #e9eff7;
-  background-color: #f2f2ff;
-}
-
-#content #analysis #analysis-result td.part
-{
-  padding-bottom: 10px;
-}
-
-#content #analysis #analysis-result td.part.analyzer div
-{
-  border-right: 1px solid #f0f0f0;
-  padding-right: 10px;
-}
-
-#content #analysis #analysis-result td.part.analyzer abbr
-{
-  color: #c0c0c0;
-}
-
-#content #analysis #analysis-result td.part.legend .holder,
-#content #analysis #analysis-result td.part.data .holder
-{
-  padding-left: 10px;
-  padding-right: 10px;
-  border-right: 1px solid #c0c0c0;
-}
-
-#content #analysis #analysis-result td.part.legend td
-{
-  color: #c0c0c0;
-}
-
-#content #analysis #analysis-result td.part.legend .holder
-{
-  border-right-color: #f0f0f0;
-}
-
-#content #analysis #analysis-result td.part.data:last-child .holder
-{
-  padding-right: 0;
-  border-right: 0;
-}
-
-#content #analysis #analysis-result td.details 
-{
-  padding-left: 10px;
-  padding-right: 10px;
-  border-left: 1px solid #f0f0f0;
-  border-right: 1px solid #f0f0f0;
-}
-
-#content #analysis #analysis-result td.details:first-child
-{
-  padding-left: 0;
-  border-left: 0;
-}
-
-#content #analysis #analysis-result td.details:last-child
-{
-  padding-right: 0;
-  border-right: 0;
-}
-
-#content #analysis #analysis-result td.details tr.empty td
-{
-  color: #f0f0f0;
-}
-
-#content #analysis #analysis-result td.details tr.raw_bytes td
-{
-  letter-spacing: -1px;
-}
-
-#content #analysis #analysis-result .part table table td
-{
-  border-top: 1px solid #f0f0f0;
-}
-
-#content #analysis #analysis-result .part table table tr:first-child td
-{
-  border-top: 0;
-}
-
-#content #analysis #field-analysis h2 { background-image: url( ../../img/ico/receipt.png ); }
-#content #analysis .analysis-result h2 { background-image: url( ../../img/ico/receipt-invoice.png ); }

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/21384b5b/solr/webapp/web/css/styles/cloud.css
----------------------------------------------------------------------
diff --git a/solr/webapp/web/css/styles/cloud.css b/solr/webapp/web/css/styles/cloud.css
deleted file mode 100644
index 65b5815..0000000
--- a/solr/webapp/web/css/styles/cloud.css
+++ /dev/null
@@ -1,410 +0,0 @@
-/*
-
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements.  See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License.  You may obtain a copy of the License at
-
-http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-
-*/
-
-#content #cloud
-{
-  position: relative;
-}
-
-#content #cloud #frame .content
-{
-  display: none;
-}
-
-#content #cloud .loader
-{
-  background-position: 0 50%;
-  padding-left: 21px;
-}
-
-#content #cloud #error
-{
-  background-color: #f00;
-  background-image: url( ../../img/ico/construction.png );
-  background-position: 10px 12px;
-  color: #fff;
-  font-weight: bold;
-  margin-bottom: 20px;
-  padding: 10px;
-  padding-left: 35px;
-}
-
-#content #cloud #error .msg
-{
-  font-style: italic;
-  font-weight: normal;
-  margin-top: 10px;
-}
-
-#content #cloud #debug
-{
-  background-color: #fff;
-  box-shadow: 0px 0px 10px #c0c0c0;
-  -moz-box-shadow: 0px 0px 10px #c0c0c0;
-  -webkit-box-shadow: 0px 0px 10px #c0c0c0;
-  display: none;
-  padding: 20px;
-  position: absolute;
-  left: 50px;
-  top: 10px;
-}
-
-#content #cloud #debug ul
-{
-  margin-bottom: 5px;
-}
-
-#content #cloud #debug ul a
-{
-  background-position: 4px 50%;
-  border-right: 0;
-  display: block;
-  padding: 2px 4px;
-  padding-left: 25px;
-}
-
-#content #cloud #debug ul a:hover,
-#content #cloud #debug ul a.hover
-{
-  background-color: #f0f0f0;
-}
-
-#content #cloud #debug .clipboard
-{
-  float: left;
-  position: relative;
-}
-
-#content #cloud #debug .clipboard a
-{
-  background-image: url( ../../img/ico/clipboard-paste.png );
-  z-index: 98;
-}
-
-#content #cloud #debug .clipboard a:hover,
-#content #cloud #debug .clipboard a.hover,
-#content #cloud #debug .clipboard.copied a
-{
-  background-image: url( ../../img/ico/clipboard-paste-document-text.png );
-}
-
-#content #cloud #debug .close
-{
-  float: right;
-}
-
-#content #cloud #debug .close a
-{
-  background-image: url( ../../img/ico/cross-0.png );
-  padding-left: 21px;
-}
-
-#content #cloud #debug .close a:hover
-{
-  background-image: url( ../../img/ico/cross-1.png );
-}
-
-#content #cloud #debug .debug
-{
-  border: 1px solid #f0f0f0;
-  max-height: 350px;
-  overflow: auto;
-  padding: 5px;
-  width: 500px;
-}
-
-#content #cloud #debug .debug .loader
-{
-  background-position: 5px 50%;
-  display: block;
-  padding: 10px 26px;
-}
-
-#content #cloud .content
-{
-  padding-left: 0;
-  padding-right: 0;
-}
-
-#content #cloud .content.show
-{
-  background-image: url( ../../img/div.gif );
-  background-repeat: repeat-y;
-  background-position: 31% 0;
-}
-
-#content #cloud #tree
-{
-  float: left;
-  width: 30%;
-}
-
-#content #cloud .show #tree
-{
-  overflow: hidden;
-}
-
-#content #cloud #file-content
-{
-  display: none;
-  float: right;
-  position: relative;
-  width: 68%;
-  min-height: 100px
-}
-
-#content #cloud .show #file-content
-{
-  display: block;
-}
-
-#content #cloud #file-content .close
-{
-  background-image: url( ../../img/ico/cross-0.png );
-  background-position: 50% 50%;
-  display: block;
-  height: 20px;
-  position: absolute;
-  right: 0;
-  top: 0;
-  width: 20px;
-}
-
-#content #cloud #file-content .close:hover
-{
-  background-image: url( ../../img/ico/cross-1.png );
-}
-
-#content #cloud #file-content .close span
-{
-  display: none;
-}
-
-#content #cloud #file-content #data
-{
-  border-top: 1px solid #c0c0c0;
-  margin-top: 10px;
-  padding-top: 10px;
-}
-
-#content #cloud #file-content #data pre
-{
-  display: block;
-  max-height: 600px;
-  overflow: auto;
-}
-
-#content #cloud #file-content #data em
-{
-  color: #c0c0c0;
-}
-
-#content #cloud #file-content #prop
-{
-}
-
-#content #cloud #file-content li
-{
-  padding-top: 3px;
-  padding-bottom: 3px;
-}
-
-#content #cloud #file-content li.odd
-{
-  background-color: #F8F8F8;
-}
-
-#content #cloud #file-content li dt
-{
-  float: left;
-  width: 19%;
-}
-
-#content #cloud #file-content li dd
-{
-  float: right;
-  width: 80%;
-}
-
-/* tree */
-
-#content #cloud #legend
-{
-  border: 1px solid #f0f0f0;
-  padding: 10px;
-  position: absolute;
-  right: 0;
-  bottom: 0;
-}
-
-#content #cloud #legend li
-{
-  padding-left: 15px;
-  position: relative;
-}
-
-#content #cloud #legend li svg
-{
-  position: absolute;
-  left: 0;
-  top: 2px;
-}
-
-#content #graph-content
-{
-  min-height: 400px;
-}
-
-#content #graph-content .node
-{
-  fill: #333;
-}
-
-#content #cloud #legend circle,
-#content #graph-content .node circle
-{
-  fill: #fff;
-  stroke: #c0c0c0;
-  stroke-width: 1.5px;
-}
-
-#content #graph-content .node.lvl-3 text
-{
-  cursor: pointer;
-}
-
-#content #graph-content .node.lvl-3:hover circle
-{
-  stroke: #000 !important;
-}
-
-#content #graph-content .node.lvl-3:hover text
-{
-  fill: #000 !important;
-}
-
-#content #graph-content .link
-{
-  fill: none;
-  stroke: #e0e0e0;
-  stroke-width: 1.5px;
-}
-
-#content #cloud #legend .gone circle,
-#content #graph-content .node.gone circle,
-#content #graph-content .link.gone
-{
-  stroke: #f0f0f0;
-}
-
-#content #graph-content .node.gone text
-{
-  fill: #f0f0f0;
-}
-
-#content #cloud #legend ul .gone
-{
-  color: #e0e0e0;
-}
-
-#content #cloud #legend .recovery_failed,
-#content #cloud #legend .recovery_failed circle,
-#content #graph-content .node.recovery_failed circle
-{
-  color: #C43C35;
-  stroke: #C43C35;
-}
-
-#content #graph-content .node.recovery_failed text
-{
-  fill: #C43C35;
-}
-
-#content #cloud #legend .down,
-#content #cloud #legend .down circle,
-#content #graph-content .node.down circle
-{
-  color: #c48f00;
-  stroke: #c48f00;
-}
-
-#content #graph-content .node.down text
-{
-  fill: #c48f00;
-}
-
-#content #cloud #legend .recovering,
-#content #cloud #legend .recovering circle,
-#content #graph-content .node.recovering circle
-{
-  color: #d5dd00;
-  stroke: #d5dd00;
-}
-
-#content #graph-content .node.recovering text
-{
-  fill: #d5dd00;
-}
-
-#content #cloud #legend .active,
-#content #cloud #legend .active circle,
-#content #graph-content .node.active circle
-{
-  color: #57A957;
-  stroke: #57A957;
-}
-
-#content #graph-content .node.active text
-{
-  fill: #57A957;
-}
-
-#content #cloud #legend .leader circle,
-#content #graph-content .node.leader circle
-{
-  fill: #000;
-}
-
-#content #cloud #legend .leader circle
-{
-  stroke: #fff;
-}
-
-#content #graph-content .link.lvl-2,
-#content #graph-content .link.leader
-{
-  stroke: #c0c0c0;
-}
-
-#content #graph-content .node.lvl-0 circle
-{
-  stroke: #fff;
-}
-
-#content #graph-content .link.lvl-1
-{
-  stroke: #fff;
-}
-
-#cloudGraphPaging
-{
-  display: inline-block,
-  padding-top: 15px,
-  padding-bottom: 15px
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/21384b5b/solr/webapp/web/css/styles/common.css
----------------------------------------------------------------------
diff --git a/solr/webapp/web/css/styles/common.css b/solr/webapp/web/css/styles/common.css
deleted file mode 100644
index 6c0a9fb..0000000
--- a/solr/webapp/web/css/styles/common.css
+++ /dev/null
@@ -1,731 +0,0 @@
-/*
-
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements.  See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License.  You may obtain a copy of the License at
-
-http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-
-*/
-
-*
-{
-  background-repeat: no-repeat;
-  margin: 0;
-  padding: 0;
-}
-
-body, h1, h2, h3, h4, h5, h6, a, button, input, select, option, textarea, th, td
-{
-  color: #333;
-  font: 12px/1.6em "Lucida Grande", "DejaVu Sans", "Bitstream Vera Sans", Verdana, Arial, sans-serif;
-}
-
-body
-{
-  padding: 30px;
-  text-align: center;
-}
-
-a, button
-{
-  cursor: pointer;
-}
-
-input, select, textarea
-{
-  border: 1px solid #c0c0c0;
-  padding: 2px;
-}
-
-input[readonly=readonly]
-{
-  border-color: #f0f0f0;
-}
-
-button
-{
-  background-color: #e6e6e6;
-  background-repeat: no-repeat;
-  background-image: -webkit-gradient( linear, 0 0, 0 100%, from( #ffffff ), color-stop( 25%, #ffffff ), to( #e6e6e6 ) );
-  background-image: -webkit-linear-gradient( #ffffff, #ffffff 25%, #e6e6e6 );
-  background-image: -moz-linear-gradient( top, #ffffff, #ffffff 25%, #e6e6e6 );
-  background-image: -ms-linear-gradient( #ffffff, #ffffff 25%, #e6e6e6 );
-  background-image: -o-linear-gradient( #ffffff, #ffffff 25%, #e6e6e6 );
-  background-image: linear-gradient( #ffffff, #ffffff 25%, #e6e6e6 );
-  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0 );
-  border: 1px solid #ccc;
-  border-bottom-color: #bbb;
-  -moz-border-radius: 4px;
-  -webkit-border-radius: 4px;
-  -khtml-border-radius: 4px;
-  border-radius: 4px;
-  -webkit-box-shadow: inset 0 1px 0 rgba( 255, 255, 255, 0.2 ), 0 1px 2px rgba( 0, 0, 0, 0.05 );
-  -moz-box-shadow: inset 0 1px 0 rgba( 255, 255, 255, 0.2 ), 0 1px 2px rgba( 0, 0, 0, 0.05 );
-  box-shadow: inset 0 1px 0 rgba( 255, 255, 255, 0.2 ), 0 1px 2px rgba( 0, 0, 0, 0.05 );
-  color: #333;
-  cursor: pointer;
-  display: inline-block;
-  padding: 4px 7px 5px;
-  overflow: visible;
-  text-shadow: 0 1px 1px rgba( 255, 255, 255, 0.75 );
-  -webkit-transition: 0.1s linear background-image;
-  -moz-transition: 0.1s linear background-image;
-  -ms-transition: 0.1s linear background-image;
-  -o-transition: 0.1s linear background-image;
-  transition: 0.1s linear background-image;
-}
-
-button span
-{
-  background-position: 0 50%;
-  display: block;
-  padding-left: 21px;
-}
-
-button[type=submit], button.primary
-{
-  background-color: #0064cd;
-  background-repeat: repeat-x;
-  background-image: -khtml-gradient( linear, left top, left bottom, from( #049cdb ), to( #0064cd ) );
-  background-image: -moz-linear-gradient( top, #049cdb, #0064cd );
-  background-image: -ms-linear-gradient( top, #049cdb, #0064cd );
-  background-image: -webkit-gradient( linear, left top, left bottom, color-stop( 0%, #049cdb ), color-stop( 100%, #0064cd ) );
-  background-image: -webkit-linear-gradient( top, #049cdb, #0064cd );
-  background-image: -o-linear-gradient( top, #049cdb, #0064cd );
-  background-image: linear-gradient( top, #049cdb, #0064cd );
-  border-color: #0064cd #0064cd #003f81;
-  border-color: rgba( 0, 0, 0, 0.1 ) rgba( 0, 0, 0, 0.1 ) rgba( 0, 0, 0, 0.25 );
-  color: #ffffff;
-  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0 );
-  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
-}
-
-button.success
-{
-  background-color: #57a957;
-  background-repeat: repeat-x;
-  background-image: -khtml-gradient( linear, left top, left bottom, from( #62c462 ), to( #57a957 ) );
-  background-image: -moz-linear-gradient( top, #62c462, #57a957 );
-  background-image: -ms-linear-gradient( top, #62c462, #57a957 );
-  background-image: -webkit-gradient( linear, left top, left bottom, color-stop( 0%, #62c462 ), color-stop( 100%, #57a957 ) );
-  background-image: -webkit-linear-gradient( top, #62c462, #57a957 );
-  background-image: -o-linear-gradient( top, #62c462, #57a957 );
-  background-image: linear-gradient( top, #62c462, #57a957 );
-  border-color: #57a957 #57a957 #3d773d;
-  border-color: rgba( 0, 0, 0, 0.1 ) rgba( 0, 0, 0, 0.1 ) rgba( 0, 0, 0, 0.25 );
-  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62c462', endColorstr='#57a957', GradientType=0 );
-  color: #ffffff;
-  text-shadow: 0 -1px 0 rgba( 0, 0, 0, 0.25 );
-}
-
-button.warn
-{
-  background-color: #c43c35;
-  background-repeat: repeat-x;
-  background-image: -khtml-gradient( linear, left top, left bottom, from( #ee5f5b ), to( #c43c35 ) );
-  background-image: -moz-linear-gradient( top, #ee5f5b, #c43c35 );
-  background-image: -ms-linear-gradient( top, #ee5f5b, #c43c35 );
-  background-image: -webkit-gradient( linear, left top, left bottom, color-stop( 0%, #ee5f5b ), color-stop( 100%, #c43c35 ) );
-  background-image: -webkit-linear-gradient( top, #ee5f5b, #c43c35 );
-  background-image: -o-linear-gradient( top, #ee5f5b, #c43c35 );
-  background-image: linear-gradient( top, #ee5f5b, #c43c35 );
-  border-color: #c43c35 #c43c35 #882a25;
-  border-color: rgba( 0, 0, 0, 0.1 ) rgba( 0, 0, 0, 0.1 ) rgba( 0, 0, 0, 0.25 );
-  color: #ffffff;
-  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0 );
-  text-shadow: 0 -1px 0 rgba( 0, 0, 0, 0.25 );
-}
-
-a
-{
-  text-decoration: none;
-}
-
-pre
-{
-  color: #333;
-  text-align: left;
-}
-
-abbr
-{
-  cursor: help;
-}
-
-ul
-{
-  list-style: none;
-}
-
-.clearfix:after { clear: both; content: "."; display: block; font-size: 0; height: 0; visibility: hidden; }
-.clearfix       { display: block; }
-
-.loader
-{
-  background-image: url( ../../img/loader.gif ) !important;
-}
-
-.loader-light
-{
-  background-image: url( ../../img/loader-light.gif ) !important;
-}
-
-#wrapper
-{
-  position: relative;
-  margin: 0 auto;
-  margin-bottom: 30px;
-  text-align: left;
-}
-
-#header
-{
-  padding-bottom: 10px;
-  position: fixed;
-  z-index: 42;
-}
-
-.scroll #header
-{
-  position: absolute;
-}
-
-#header #solr
-{
-  background-image: url( ../../img/solr.svg );
-  background-size: 128px;
-  display: block;
-  height: 78px;
-  width: 150px;
-}
-
-#header #solr span
-{
-  display: none;
-}
-
-#main
-{
-  min-width: 750px;
-  position: relative;
-}
-
-#main.error
-{
-  border: 0;
-  min-height: 0;
-  padding-top: 20px;
-}
-
-#main.error .message
-{
-  background-color: #f00;
-  background-image: url( ../../img/ico/construction.png );
-  background-position: 10px 50%;
-  color: #fff;
-  font-weight: bold;
-  margin-left: 150px;
-  margin-bottom: 20px;
-  padding: 10px;
-  padding-left: 35px;
-}
-
-#main.error .code
-{
-  border: 1px solid #c0c0c0;
-  padding: 5px;
-}
-
-#meta
-{
-  position: absolute;
-  bottom: -26px;
-  right: 0;
-}
-
-#meta li
-{
-  float: left;
-}
-
-#meta li a
-{
-  background-position: 10px 50%;
-  display: block;
-  height: 25px;
-  line-height: 25px;
-  padding-left: 31px;
-  padding-right: 10px;
-}
-
-#meta li a:hover
-{
-  background-color: #f0f0f0;
-}
-
-#meta .documentation a { background-image: url( ../../img/ico/document-text.png ); }
-#meta .issues a { background-image: url( ../../img/ico/bug.png ); }
-#meta .irc a { background-image: url( ../../img/ico/users.png ); }
-#meta .mailinglist a { background-image: url( ../../img/ico/mail.png ); }
-#meta .wiki-query-syntax a { background-image: url( ../../img/ico/script-code.png ); }
-
-#environment
-{
-  background-image: url( ../../img/ico/box.png );
-  background-position: 5px 50%;
-  display: none;
-  font-weight: bold;
-  margin-top: 10px;
-  padding: 5px 10px;
-  padding-left: 26px;
-}
-
-.has-environment #environment
-{
-  display: block;
-}
-
-#environment.prod
-{
-  background-color: #c37f7f;
-  color: #fff;
-}
-
-#environment.test
-{
-  background-color: #f5f5b2;
-}
-
-#environment.dev
-{
-  background-color: #cce7cc;
-}
-
-#init-failures
-{
-  border: 1px solid #f00;
-  display: none;
-  margin-left: 150px;
-  margin-bottom: 20px;
-}
-
-#init-failures h2,
-#init-failures ul,
-#init-failures p
-{
-  padding: 10px;
-}
-
-#init-failures h2
-{
-  background-color: #f00;
-  color: #fff;
-  font-weight: bold;
-}
-
-#init-failures p
-{
-  color: #c0c0c0;
-  padding-top: 0;
-}
-
-#content-wrapper
-{
-  margin-left: 150px;
-  border: 1px solid #c0c0c0;
-  min-height: 500px;
-}
-
-#content
-{
-  padding: 10px;
-}
-
-#content > .loader
-{
-  background-position: 0 50%;
-  padding-left: 21px;
-}
-
-#content iframe
-{
-  border: 0;
-  display: block;
-  min-height: 400px;
-  width: 100%;
-}
-
-#content .block
-{
-  margin-bottom: 10px;
-}
-
-#content .block h2
-{
-  background-color: #fafafa;
-  background-position: 5px 50%;
-  border-bottom: 1px solid #f0f0f0;
-  font-weight: bold;
-  padding: 5px;
-  padding-left: 26px;
-}
-
-#content .block.disabled,
-#content .block.disabled h2
-{
-  color: #c0c0c0;
-}
-
-#content .block .message,
-#content .block .content
-{
-  padding: 5px;
-}
-
-#content .block .message
-{
-  display: none;
-}
-
-/* syntax */
-
-pre.syntax
-{
-  overflow: auto;
-}
-
-pre.syntax code
-{
-  display: block;
-  color: #000;
-}
-
-pre.syntax .comment,
-pre.syntax .template_comment,
-pre.syntax .diff .header,
-pre.syntax .javadoc
-{
-  color: #998;
-  font-style: italic;
-}
-
-pre.syntax .keyword,
-pre.syntax .css .rule .keyword,
-pre.syntax .winutils,
-pre.syntax .javascript .title,
-pre.syntax .lisp .title,
-pre.syntax .subst
-{
-  color: #000;
-  font-weight: bold;
-}
-
-pre.syntax .number,
-pre.syntax .hexcolor
-{
-  color: #40a070;
-}
-
-pre.syntax.language-json .number
-{
-  color: blue;
-}
-
-pre.syntax.language-json .literal
-{
-  color: firebrick;
-}
-
-pre.syntax .string,
-pre.syntax .tag .value,
-pre.syntax .phpdoc,
-pre.syntax .tex .formula
-{
-  color: #d14;
-}
-
-pre.syntax.language-json .string
-{
-  color: green;
-}
-
-pre.syntax .title,
-pre.syntax .id
-{
-  color: #900;
-  font-weight: bold;
-}
-
-pre.syntax .javascript .title,
-pre.syntax .lisp .title,
-pre.syntax .subst
-{
-  font-weight: normal;
-}
-
-pre.syntax .class .title,
-pre.syntax .tex .command
-{
-  color: #458;
-  font-weight: bold;
-}
-
-pre.syntax .tag,
-pre.syntax .css .keyword,
-pre.syntax .html .keyword,
-pre.syntax .tag .title,
-pre.syntax .django .tag .keyword
-{
-  color: #000080;
-  font-weight: normal;
-}
-
-pre.syntax .attribute,
-pre.syntax .variable,
-pre.syntax .instancevar,
-pre.syntax .lisp .body
-{
-  color: #008080;
-}
-
-pre.syntax.language-json .attribute
-{
-  color: black;
-  font-weight: bold;
-}
-
-pre.syntax .regexp
-{
-  color: #009926;
-}
-
-pre.syntax .class
-{
-  color: #458;
-  font-weight: bold;
-}
-
-pre.syntax .symbol,
-pre.syntax .ruby .symbol .string,
-pre.syntax .ruby .symbol .keyword,
-pre.syntax .ruby .symbol .keymethods,
-pre.syntax .lisp .keyword,
-pre.syntax .tex .special
-{
-  color: #990073;
-}
-
-pre.syntax .builtin,
-pre.syntax .built_in,
-pre.syntax .lisp .title
-{
-  color: #0086b3;
-}
-
-pre.syntax .preprocessor,
-pre.syntax .pi,
-pre.syntax .doctype,
-pre.syntax .shebang,
-pre.syntax .cdata
-{
-  color: #999;
-  font-weight: bold;
-}
-
-pre.syntax .deletion
-{
-  background: #fdd;
-}
-
-pre.syntax .addition
-{
-  background: #dfd;
-}
-
-pre.syntax .diff .change
-{
-  background: #0086b3;
-}
-
-pre.syntax .chunk
-{
-  color: #aaa;
-}
-
-pre.syntax .tex .formula
-{
-  opacity: 0.5;
-}
-
-#content .tree li, 
-#content .tree ins
-{
-  background-color: transparent;
-  background-image: url( ../../img/tree.png );
-  background-repeat: no-repeat; 
-}
-
-#content .tree li
-{
-  background-position: -54px 0;
-  background-repeat: repeat-y;
-  line-height: 22px;
-}
-
-#content .tree li.jstree-last
-{
-  background:transparent;
-}
-
-#content .tree .jstree-open > ins
-{
-  background-position: -36px 0;
-}
-
-#content .tree .jstree-closed > ins
-{
-  background-position: -18px 0;
-}
-
-#content .tree .jstree-leaf > ins
-{
-  background-position: 0 0;
-}
-
-#content .tree .jstree-hovered
-{
-  background:#e7f4f9; border:1px solid #d8f0fa; padding:0 2px 0 1px;
-}
-
-#content .tree .jstree-clicked
-{
-  background:#beebff; border:1px solid #99defd; padding:0 2px 0 1px;
-}
-
-#content .tree a.active
-{
-  background-color: #f0f0f0;
-  color: #00f;
-}
-
-#content .tree a .jstree-icon
-{
-  background-image: url( ../../img/ico/folder.png );
-}
-
-#content .tree .jstree-leaf a .jstree-icon
-{
-  background-image: url( ../../img/ico/document-text.png );
-}
-
-#content .tree .jstree-search
-{
-  font-style:italic;
-}
-
-#content .tree a.jstree-search
-{
-  color:aqua;
-}
-
-#connection_status
-{
-  display: none;
-  padding: 30px;
-}
-
-#connection_status span
-{
-  background-image: url( ../../img/ico/network-status-busy.png );
-  background-position: 0 50%;
-  color: #800;
-  padding-left: 26px;
-}
-
-#connection_status.online span,
-#connection_status.online span a
-{
-  color: #080;
-}
-
-#connection_status.online span
-{
-  background-image: url( ../../img/ico/network-status.png );
-}
-
-#connection_status.online span a
-{
-  text-decoration: underline;
-}
-
-#connection_status.online span a:hover
-{
-  text-decoration: none;
-}
-
-#content .address-bar
-{
-  margin-bottom: 10px;
-  background-image: url( ../../img/ico/ui-address-bar.png );
-  background-position: 5px 50%;
-  border: 1px solid #f0f0f0;
-  box-shadow: 1px 1px 0 #f0f0f0;
-  -moz-box-shadow: 1px 1px 0 #f0f0f0;
-  -webkit-box-shadow: 1px 1px 0 #f0f0f0;
-  color: #c0c0c0;
-  display: block;
-  overflow: hidden;
-  padding: 5px;
-  padding-left: 26px;
-  white-space: nowrap;
-}
-
-#content .address-bar:focus,
-#content .address-bar:hover
-{
-  border-color: #c0c0c0;
-  box-shadow: 1px 1px 0 #d8d8d8;
-  -moz-box-shadow: 1px 1px 0 #d8d8d8;
-  -webkit-box-shadow: 1px 1px 0 #d8d8d8;
-  color: #333;
-}
-
-.other-ui-link {
-  margin: 0px;
-  position: absolute;
-  right: 0px;
-  top: -20px;
-}
-
-.other-ui-link span.help {
-  background-image: url( ../../img/ico/information-white.png );
-  right: 0px;
-  padding-left: 16px;
-}
-.other-ui-link a.ul {
-  text-decoration: underline;
-}
-
-.old-ui-warning {
-  position: absolute;
-  right: 0px;
-  top: -20px;
-  align: center;
-  color: red;
-  font-weight: bold;
-}
-.old-ui-warning a.ul {
-  color: red;
-  font-weight: bold;
-  text-decoration: underline;
-}

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/21384b5b/solr/webapp/web/css/styles/cores.css
----------------------------------------------------------------------
diff --git a/solr/webapp/web/css/styles/cores.css b/solr/webapp/web/css/styles/cores.css
deleted file mode 100644
index 6a30588..0000000
--- a/solr/webapp/web/css/styles/cores.css
+++ /dev/null
@@ -1,244 +0,0 @@
-/*
-
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements.  See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License.  You may obtain a copy of the License at
-
-http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-
-*/
-
-#content #cores
-{
-  position: relative;
-}
-
-#content #cores #ui-block
-{
-  background-color: #fff;
-  height: 200px;
-  display: none;
-  position: absolute;
-  left: -5px;
-  top: 35px;
-  width: 500px;
-}
-
-#content #cores.empty .requires-core
-{
-  display: none;
-}
-
-#content #cores #frame
-{
-  float: right;
-  width: 86%;
-}
-
-#content #cores #navigation
-{
-  padding-top: 50px;
-  width: 12%;
-}
-
-#content #cores #navigation a
-{
-  padding-left: 5px;
-}
-
-#content #cores #frame .actions
-{
-  margin-bottom: 20px;
-  min-height: 30px;
-}
-
-#content #cores .actions div.action
-{
-  width: 300px;
-}
-
-#content #cores .actions div.action .cloud
-{
-  display: none;
-}
-
-#content #cores .actions form .directory-note
-{
-  background-image: url( ../../img/ico/information-white.png );
-  background-position: 22% 1px;
-  color: #c0c0c0;
-}
-
-#content #cores .actions form .error
-{
-  background-image: url( ../../img/ico/cross-button.png );
-  background-position: 22% 1px;
-  color: #c00;
-  font-weight: bold;
-  display: none;
-}
-
-#content #cores .actions form p
-{
-  padding-bottom: 8px;
-}
-
-#content #cores .actions form label
-{
-  float: left;
-  padding-top: 3px;
-  padding-bottom: 3px;
-  text-align: right;
-  width: 25%;
-}
-
-#content #cores .actions form input,
-#content #cores .actions form select,
-#content #cores .actions form .buttons,
-#content #cores .actions form .note span
-{
-  float: right;
-  width: 71%;
-}
-
-#content #cores .actions form .note span
-{
-  padding-left: 3px;
-  padding-right: 3px;
-}
-
-#content #cores .actions form .buttons
-{
-  padding-top: 10px;
-}
-
-#content #cores .actions form button.submit
-{
-  margin-right: 20px;
-}
-
-#content #cores .actions form button.submit span
-{
-  background-image: url( ../../img/ico/tick.png );
-}
-
-#content #cores .actions form button.reset span
-{
-  background-image: url( ../../img/ico/cross.png );
-}
-
-#content #cores .actions #add
-{
-  left: 0;
-  position: absolute;
-}
-
-#content #cores .actions #add span
-{
-  background-image: url( ../../img/ico/plus-button.png );
-}
-
-#content #cores .actions #unload
-{
-  margin-right: 20px;
-}
-
-#content #cores .actions #unload span
-{
-  background-image: url( ../../img/ico/cross.png );
-}
-
-#content #cores .actions #reload span
-{
-  background-image: url( ../../img/ico/arrow-circle.png );
-}
-
-#content #cores .actions #rename span
-{
-  background-image: url( ../../img/ico/ui-text-field-select.png );
-}
-
-#content #cores .actions #swap span
-{
-  background-image: url( ../../img/ico/arrow-switch.png );
-}
-
-#content #cores .actions #optimize
-{
-  display: none;
-}
-
-#content #cores .actions #optimize span
-{
-  background-image: url( ../../img/ico/hammer-screwdriver.png );
-}
-
-#content #cores .actions div.action
-{
-  background-color: #fff;
-  border: 1px solid #f0f0f0;
-  box-shadow: 5px 5px 10px #c0c0c0;
-  -moz-box-shadow: 5px 5px 10px #c0c0c0;
-  -webkit-box-shadow: 5px 5px 10px #c0c0c0;
-  display: none;
-  position: absolute;
-  left: -50px;
-  top: 40px;
-  padding: 10px;
-}
-
-#content #cores #data #core-data h2 { background-image: url( ../../img/ico/box.png ); }
-#content #cores #data #index-data h2 { background-image: url( ../../img/ico/chart.png ); }
-
-#content #cores #data #index-data
-{
-  margin-top: 10px;
-}
-
-#content #cores #data li
-{
-  padding-bottom: 3px;
-  padding-top: 3px;
-}
-
-#content #cores #data li.odd
-{
-  background-color: #f8f8f8;
-}
-
-#content #cores #data li dt
-{
-  float: left;
-  width: 17%;
-}
-
-#content #cores #data li dd
-{
-  float: right;
-  width: 82%;
-}
-
-#content #cores #data li dd.ico
-{
-  background-image: url( ../../img/ico/slash.png );
-  height: 20px;
-}
-
-#content #cores #data li dd.ico.ico-1
-{
-  background-image: url( ../../img/ico/tick.png );
-}
-
-#content #cores #data li dd.ico span
-{
-  display: none;
-}

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/21384b5b/solr/webapp/web/css/styles/dashboard.css
----------------------------------------------------------------------
diff --git a/solr/webapp/web/css/styles/dashboard.css b/solr/webapp/web/css/styles/dashboard.css
deleted file mode 100644
index 8d8fd97..0000000
--- a/solr/webapp/web/css/styles/dashboard.css
+++ /dev/null
@@ -1,155 +0,0 @@
-/*
-
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements.  See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License.  You may obtain a copy of the License at
-
-http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-
-*/
-
-#content #dashboard .block
-{
-  background-image: none;
-  width: 49%;
-}
-
-#content #dashboard .fieldlist
-{
-  float: left;
-}
-
-#content #dashboard .fieldlist dt,
-#content #dashboard .fieldlist dd
-{
-  display: block;
-  float: left;
-}
-
-#content #dashboard .fieldlist dt
-{
-  clear: left;
-  margin-right: 2%;
-  text-align: right;
-  width: 23%;
-}
-
-#content #dashboard .fieldlist dd
-{
-  width: 74%;
-}
-
-#content #dashboard .fieldlist .index_optimized
-{
-  margin-top: 10px;
-}
-
-#content #dashboard .fieldlist .ico
-{
-  background-image: url( ../../img/ico/slash.png );
-  height: 20px;
-}
-
-#content #dashboard .fieldlist .ico.ico-1
-{
-  background-image: url( ../../img/ico/tick.png );
-}
-
-#content #dashboard .fieldlist .ico span
-{
-  display: none;
-}
-
-#content #dashboard #statistics .index_optimized.value a
-{
-  display: none;
-}
-
-#content #dashboard #statistics .index_optimized.value.ico-0 a
-{
-  background-color: #f0f0f0;
-  background-image: url( ../../img/ico/hammer-screwdriver.png );
-  background-position: 5px 50%;
-  border: 1px solid #c0c0c0;
-  display: block;
-  float: left;
-  margin-left: 50px;
-  padding: 1px 5px;
-  padding-left: 26px;
-}
-
-#content #dashboard #statistics .index_has-deletions
-{
-  display: none;
-}
-
-#content #dashboard #statistics .index_has-deletions.value.ico-0
-{
-  background-image: url( ../../img/ico/tick-red.png );
-}
-
-#content #dashboard #replication
-{
-  float: left;
-}
-
-#content #dashboard #replication .is-replicating
-{
-  background-position: 99% 50%;
-  display: block;
-}
-
-#content #dashboard #replication #details table thead td span
-{
-  display: none;
-}
-
-#content #dashboard #instance
-{
-  float: right;
-}
-
-#content #dashboard #instance .dir_impl
-{
-  margin-top: 10px;
-}
-
-#content #dashboard #admin-extra
-{
-  float: left;
-}
-
-#content #dashboard #healthcheck
-{
-  float: right;
-}
-
-#content #dashboard #healthcheck .ico
-{
-  background-image: url( ../../img/ico/slash.png );
-  height: 20px;
-  padding-left: 20px;
-  width: 60%;
-}
-
-#content #dashboard #healthcheck .ico.ico-1
-{
-  background-image: url( ../../img/ico/tick.png );
-}
-
-#content #dashboard #system h2 { background-image: url( ../../img/ico/server.png ); }
-#content #dashboard #statistics h2 { background-image: url( ../../img/ico/chart.png ); }
-#content #dashboard #replication h2 { background-image: url( ../../img/ico/node.png ); }
-#content #dashboard #replication.master h2 { background-image: url( ../../img/ico/node-master.png ); }
-#content #dashboard #replication.slave h2 { background-image: url( ../../img/ico/node-slave.png ); }
-#content #dashboard #instance h2 { background-image: url( ../../img/ico/server.png ); }
-#content #dashboard #admin-extra h2 { background-image: url( ../../img/ico/plus-button.png ); }
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/21384b5b/solr/webapp/web/css/styles/dataimport.css
----------------------------------------------------------------------
diff --git a/solr/webapp/web/css/styles/dataimport.css b/solr/webapp/web/css/styles/dataimport.css
deleted file mode 100644
index 0ec196d..0000000
--- a/solr/webapp/web/css/styles/dataimport.css
+++ /dev/null
@@ -1,403 +0,0 @@
-/*
-
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements.  See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License.  You may obtain a copy of the License at
-
-http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-
-*/
-
-#content #dataimport
-{
-  background-image: url( ../../img/div.gif );
-  background-position: 21% 0;
-  background-repeat: repeat-y;
-}
-
-#content #dataimport #frame
-{
-  float: right;
-  width: 78%;
-}
-
-#content #dataimport #form
-{
-  float: left;
-  width: 20%;
-}
-
-#content #dataimport #form #navigation
-{
-  border-right: 0;
-}
-
-#content #dataimport #form #navigation a
-{
-  background-image: url( ../../img/ico/status-offline.png );
-}
-
-#content #dataimport #form #navigation .current a
-{
-  background-image: url( ../../img/ico/status.png );
-}
-
-#content #dataimport #form form
-{
-  display: none;
-  border-top: 1px solid #f0f0f0;
-  margin-top: 10px;
-  padding-top: 5px;
-}
-
-#content #dataimport.error #form form
-{
-  display: none !important;
-}
-
-#content #dataimport #form label
-{
-  cursor: pointer;
-  display: block;
-  margin-top: 5px;
-}
-
-#content #dataimport #form input,
-#content #dataimport #form select,
-#content #dataimport #form textarea
-{
-  margin-bottom: 2px;
-  width: 100%;
-}
-
-#content #dataimport #form input
-{
-  width: 98%;
-}
-
-#content #dataimport #form button
-{
-  margin-top: 10px;
-}
-
-#content #dataimport #form .execute span
-{
-  background-image: url( ../../img/ico/document-import.png );
-}
-
-#content #dataimport #form .refresh-status span
-{
-  background-image: url( ../../img/ico/arrow-circle.png );
-}
-
-#content #dataimport #form .refresh-status span.success
-{
-  background-image: url( ../../img/ico/tick.png );
-}
-
-#content #dataimport #form #start
-{
-  float: left;
-  width: 47%;
-}
-
-#content #dataimport #form #rows
-{
-  float: right;
-  width: 47%;
-}
-
-#content #dataimport #form .checkbox input
-{
-  margin-bottom: 0;
-  width: auto;
-}
-
-#content #dataimport #form #auto-refresh-status
-{
-  margin-top: 20px;
-}
-
-#content #dataimport #form #auto-refresh-status a
-{
-  background-image: url( ../../img/ico/ui-check-box-uncheck.png );
-  background-position: 0 50%;
-  color: #c0c0c0;
-  display: block;
-  padding-left: 21px;
-}
-
-#content #dataimport #form #auto-refresh-status a.on,
-#content #dataimport #form #auto-refresh-status a:hover
-{
-  color: #333;
-}
-
-#content #dataimport #form #auto-refresh-status a.on
-{
-  background-image: url( ../../img/ico/ui-check-box.png );
-}
-
-#content #dataimport #current_state
-{
-  padding: 10px;
-  margin-bottom: 20px;
-}
-
-#content #dataimport.error #current_state
-{
-  display: none !important;
-}
-
-#content #dataimport #current_state .last_update,
-#content #dataimport #current_state .info
-{
-  display: block;
-  padding-left: 21px;
-}
-
-#content #dataimport #current_state .last_update
-{
-  color: #c0c0c0;
-  font-size: 11px;
-}
-
-#content #dataimport #current_state .info
-{
-  background-position: 0 1px;
-  position: relative;
-}
-
-#content #dataimport #current_state .info .details span
-{
-  color: #c0c0c0;
-}
-
-#content #dataimport #current_state .info .abort-import
-{
-  display: none;
-  position: absolute;
-  right: 0px;
-  top: 0px;
-}
-
-#content #dataimport #current_state .info .abort-import span
-{
-  background-image: url( ../../img/ico/cross.png );
-}
-
-#content #dataimport #current_state .info .abort-import.success span
-{
-  background-image: url( ../../img/ico/tick.png );
-}
-
-#content #dataimport #current_state.indexing
-{
-  background-color: #f9f9f9;
-}
-
-#content #dataimport #current_state.indexing .info
-{
-  background-image: url( ../../img/ico/hourglass.png );
-}
-
-#content #dataimport #current_state.indexing .info .abort-import
-{
-  display: block;
-}
-
-#content #dataimport #current_state.success
-{
-  background-color: #e6f3e6;
-}
-
-#content #dataimport #current_state.success .info
-{
-  background-image: url( ../../img/ico/tick-circle.png );
-}
-
-#content #dataimport #current_state.success .info strong
-{
-  color: #080;
-}
-
-#content #dataimport #current_state.aborted
-{
-  background-color: #f3e6e6;
-}
-
-#content #dataimport #current_state.aborted .info
-{
-  background-image: url( ../../img/ico/slash.png );
-}
-
-#content #dataimport #current_state.aborted .info strong
-{
-  color: #800;
-}
-
-#content #dataimport #current_state.failure
-{
-  background-color: #f3e6e6;
-}
-
-#content #dataimport #current_state.failure .info
-{
-  background-image: url( ../../img/ico/cross-button.png );
-}
-
-#content #dataimport #current_state.failure .info strong
-{
-  color: #800;
-}
-
-#content #dataimport #current_state.idle
-{
-  background-color: #e6e6ff;
-}
-
-#content #dataimport #current_state.idle .info
-{
-  background-image: url( ../../img/ico/information.png );
-}
-
-#content #dataimport #error
-{
-  background-color: #f00;
-  background-image: url( ../../img/ico/construction.png );
-  background-position: 10px 50%;
-  color: #fff;
-  display: none;
-  font-weight: bold;
-  margin-bottom: 20px;
-  padding: 10px;
-  padding-left: 35px;
-}
-
-#content #dataimport .block h2
-{
-  border-color: #c0c0c0;
-  padding-left: 5px;
-  position: relative;
-}
-
-#content #dataimport .block.hidden h2
-{
-  border-color: #fafafa;
-}
-
-#content #dataimport .block h2 a.toggle
-{
-  background-image: url( ../../img/ico/toggle-small.png );
-  background-position: 0 50%;
-  padding-left: 21px;
-}
-
-#content #dataimport .block.hidden h2 a.toggle
-{
-  background-image: url( ../../img/ico/toggle-small-expand.png );
-}
-
-#content #dataimport #config h2 a.r
-{
-  background-position: 3px 50%;
-  display: block;
-  float: right;
-  margin-left: 10px;
-  padding-left: 24px;
-  padding-right: 3px;
-}
-
-#content #dataimport #config h2 a.reload_config
-{
-  background-image: url( ../../img/ico/arrow-circle.png );
-}
-
-#content #dataimport #config h2 a.reload_config.success
-{
-  background-image: url( ../../img/ico/tick.png );
-}
-
-#content #dataimport #config h2 a.reload_config.error
-{
-  background-image: url( ../../img/ico/slash.png );
-}
-
-#content #dataimport #config h2 a.debug_mode
-{
-  background-image: url( ../../img/ico/hammer.png );
-  color: #c0c0c0;
-}
-
-#content #dataimport #config.debug_mode h2 a.debug_mode
-{
-  background-color: #ff0;
-  background-image: url( ../../img/ico/hammer-screwdriver.png );
-  color: #333;
-}
-
-#content #dataimport .block.hidden .content
-{
-  display: none;
-}
-
-#content #dataimport #config .content
-{
-  padding: 5px 2px;
-}
-
-#content #dataimport #dataimport_config .loader
-{
-  background-position: 0 50%;
-  padding-left: 21px;
-}
-
-#content #dataimport #dataimport_config .formatted
-{
-  border: 1px solid #fff;
-  display: block;
-  padding: 2px;
-}
-
-#content #dataimport .debug_mode #dataimport_config .formatted
-{
-  display: none;
-}
-
-#content #dataimport #dataimport_config .editable
-{
-  display: none;
-}
-
-#content #dataimport .debug_mode #dataimport_config .editable
-{
-  display: block;
-}
-
-#content #dataimport #dataimport_config .editable textarea
-{
-  font-family: monospace;
-  height: 120px;
-  min-height: 60px;
-  width: 100%;
-}
-
-#content #dataimport #debug_response
-{
-  display: none;
-}
-
-#content #dataimport #debug_response em
-{
-  color: #c0c0c0;
-  font-style: normal;
-}

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/21384b5b/solr/webapp/web/css/styles/documents.css
----------------------------------------------------------------------
diff --git a/solr/webapp/web/css/styles/documents.css b/solr/webapp/web/css/styles/documents.css
deleted file mode 100644
index 18c4efc..0000000
--- a/solr/webapp/web/css/styles/documents.css
+++ /dev/null
@@ -1,197 +0,0 @@
-/*
-
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements.  See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License.  You may obtain a copy of the License at
-
-http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-
-*/
-
-#content #documents
-{
-  background-image: url( ../../img/div.gif );
-  background-position: 45% 0;
-  background-repeat: repeat-y;
-}
-
-#content #documents #form
-{
-  float: left;
-  /*width: 21%;*/
-}
-
-#content #documents #form label
-{
-  cursor: pointer;
-  display: block;
-  margin-top: 5px;
-}
-
-#content #documents #form input,
-#content #documents #form select,
-#content #documents #form textarea
-{
-  margin-bottom: 2px;
-  /*width: 100%;*/
-}
-
-#content #documents #form input,
-#content #documents #form textarea
-{
-  margin-bottom: 2px;
-  /*width: 98%;*/
-}
-
-#content #documents #form #start
-{
-  float: left;
-  /*width: 45%;*/
-}
-
-#content #documents #form #rows
-{
-  float: right;
- /* width: 45%;*/
-}
-
-#content #documents #form .checkbox input
-{
-  margin-bottom: 0;
-  width: auto;
-}
-
-#content #documents #form fieldset,
-#content #documents #form .optional.expanded
-{
-  border: 1px solid #fff;
-  border-top: 1px solid #c0c0c0;
-  margin-bottom: 5px;
-}
-
-#content #documents #form fieldset.common
-{
-  margin-top: 10px;
-}
-
-#content #documents #form fieldset legend,
-#content #documents #form .optional.expanded legend
-{
-  display: block;
-  margin-left: 10px;
-  padding: 0px 5px;
-}
-
-#content #documents #form fieldset legend label
-{
-  margin-top: 0;
-}
-
-#content #documents #form fieldset .fieldset
-{
-  border-bottom: 1px solid #f0f0f0;
-  margin-bottom: 5px;
-  padding-bottom: 10px;
-}
-
-#content #documents #form .optional
-{
-  border: 0;
-}
-
-#content #documents #form .optional .fieldset
-{
-  display: none;
-}
-
-#content #documents #form .optional legend
-{
-  margin-left: 0;
-  padding-left: 0;
-}
-
-#content #documents #form .optional.expanded .fieldset
-{
-  display: block;
-}
-
-#content #documents #file-upload{
-  display: none;
-}
-
-#content #documents #result
-{
-  display: none;
-  float: right;
-  width: 54%;
-}
-
-#content #documents #result #url
-{
-  margin-bottom: 10px;
-  background-image: url( ../../img/ico/ui-address-bar.png );
-  background-position: 5px 50%;
-  border: 1px solid #f0f0f0;
-  box-shadow: 1px 1px 0 #f0f0f0;
-  -moz-box-shadow: 1px 1px 0 #f0f0f0;
-  -webkit-box-shadow: 1px 1px 0 #f0f0f0;
-  color: #c0c0c0;
-  display: block;
-  overflow: hidden;
-  padding: 5px;
-  padding-left: 26px;
-  white-space: nowrap;
-}
-
-#content #documents #result #url:focus,
-#content #documents #result #url:hover
-{
-  border-color: #c0c0c0;
-  box-shadow: 1px 1px 0 #d8d8d8;
-  -moz-box-shadow: 1px 1px 0 #d8d8d8;
-  -webkit-box-shadow: 1px 1px 0 #d8d8d8;
-  color: #333;
-}
-
-#content #documents #result #response
-{
-}
-
-#content #documents #result #response pre
-{
-  padding-left: 20px;
-}
-
-.description{
-  font-weight: bold;
-}
-
-#upload-only{
-  display: none;
-}
-
-#document-type{
-  padding-bottom: 5px;
-}
-
-#wizard{
-  display: none;
-}
-
-#wizard-fields div{
-  padding-top: 5px;
-  padding-bottom: 5px;
-}
-
-#wiz-field-data, #wiz-field-data span{
-  vertical-align: top;
-}

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/21384b5b/solr/webapp/web/css/styles/files.css
----------------------------------------------------------------------
diff --git a/solr/webapp/web/css/styles/files.css b/solr/webapp/web/css/styles/files.css
deleted file mode 100644
index 792cc31..0000000
--- a/solr/webapp/web/css/styles/files.css
+++ /dev/null
@@ -1,54 +0,0 @@
-/*
-
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements.  See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License.  You may obtain a copy of the License at
-
-http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-
-*/
-
-#content #files #tree-holder
-{
-  float: left;
-  width: 20%;
-}
-
-#content #files #tree-holder li
-{
-  overflow: hidden;
-}
-
-#content #files form .buttons button
-{
-  float: right;
-}
-
-#content #files #file-content
-{
-  display: none;
-  float: right;
-  position: relative;
-  width: 78%;
-  min-height: 100px
-}
-
-#content #files .show #file-content
-{
-  display: block;
-}
-
-#content #files #file-content .response
-{
-  border: 1px solid transparent;
-  padding: 2px;
-}
\ No newline at end of file