svn commit: r1781731 [14/45] - in /ofbiz/trunk: applications/accounting/src/main/java/org/apache/ofbiz/accounting/thirdparty/ideal/ applications/accounting/webapp/ap/error/ applications/accounting/webapp/ar/error/ applications/commonext/webapp/ofbizset...

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1781731 [14/45] - in /ofbiz/trunk: applications/accounting/src/main/java/org/apache/ofbiz/accounting/thirdparty/ideal/ applications/accounting/webapp/ap/error/ applications/accounting/webapp/ar/error/ applications/commonext/webapp/ofbizset...

jleroux@apache.org
Modified: ofbiz/trunk/plugins/solr/webapp/solr/css/angular/common.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/plugins/solr/webapp/solr/css/angular/common.css?rev=1781731&r1=1781730&r2=1781731&view=diff
==============================================================================
--- ofbiz/trunk/plugins/solr/webapp/solr/css/angular/common.css (original)
+++ ofbiz/trunk/plugins/solr/webapp/solr/css/angular/common.css Sun Feb  5 11:09:59 2017
@@ -1,768 +1,768 @@
-/*
-
-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;
-}
-
-.universal-loader {
-  position: absolute;
-  left: -16px;
-  top: 0px;
-  width: 16px;
-  height: 16px;
-}
-
-#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;
-}
-
-.header-message
-{
-  border: 1px solid #f00;
-  margin-left: 150px;
-  margin-bottom: 20px;
-}
-
-.header-message h2,
-.header-message ul,
-.header-message p
-{
-  padding: 10px;
-}
-
-.header-message h2
-{
-  background-color: #f00;
-  color: #fff;
-  font-weight: bold;
-}
-
-.header-message p
-{
-  color: #c0c0c0;
-  padding-top: 0;
-}
-
-#loading
-#http-exception
-{
-  display: none;
-}
-
-.exception
-{
-  background-color: #f00;
-  background-image: url( ../../img/ico/construction.png );
-  background-position: 10px 50%;
-  color: #fff;
-  font-weight: bold;
-  margin-bottom: 20px;
-  padding: 10px;
-  padding-left: 35px;
-}
-
-#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;
-}
-
-/* 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-box
-{
-  display: none;
-}
-
-#connection-status-modal
-{
-  position: absolute;
-  top: 0px;
-  left: 0px;
-  width: 100%;
-  height: 100%;
-  background-color: #e6e6e6;
-  opacity: 0.5;
-  z-index: 100;
-}
-
-#connection-status-recovered:
-{
-  z-index:102;
-}
-
-.connection-status
-{
-  position: absolute;
-  left: 200px;
-  right: 200px;
-  top: 40%;
-  height: 75px;
-  border: 1px solid #f00;
-  padding: 30px;
-  background-color: #fff;
-  opacity: 1;
-  z-index: 101;
-}
-
-.connection-status p
-{
-  background-image: url( ../../img/ico/network-status-busy.png );
-  background-position: 0 50%;
-  color: #800;
-  padding-left: 26px;
-}
-
-#connection-status-recovered p
-{
-  color: #080;
-  background-image: url( ../../img/ico/network-status.png );
-}
-
-#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;
-}
-
-.exception .show-exception {
-  margin-top: 4px;
-  display: block;
-  position: absolute;
-  right: 10px;
-  top: 7px;
-  color: #fff;
-}
-
-#exception .show-exception a:hover {
-  color: #333;
-}
-
-.other-ui-link {
-  margin: 0px;
-  position: absolute;
-  right: 0px;
-  top: -20px;
-}
-
-.other-ui-link span,
-.new-ui-warning span.help {
-  background-image: url( ../../img/ico/information-white.png );
-  right: 0px;
-  padding-left: 16px;
-}
-
-.other-ui-link a.ul {
-  text-decoration: underline;
-}
-
+/*
+
+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;
+}
+
+.universal-loader {
+  position: absolute;
+  left: -16px;
+  top: 0px;
+  width: 16px;
+  height: 16px;
+}
+
+#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;
+}
+
+.header-message
+{
+  border: 1px solid #f00;
+  margin-left: 150px;
+  margin-bottom: 20px;
+}
+
+.header-message h2,
+.header-message ul,
+.header-message p
+{
+  padding: 10px;
+}
+
+.header-message h2
+{
+  background-color: #f00;
+  color: #fff;
+  font-weight: bold;
+}
+
+.header-message p
+{
+  color: #c0c0c0;
+  padding-top: 0;
+}
+
+#loading
+#http-exception
+{
+  display: none;
+}
+
+.exception
+{
+  background-color: #f00;
+  background-image: url( ../../img/ico/construction.png );
+  background-position: 10px 50%;
+  color: #fff;
+  font-weight: bold;
+  margin-bottom: 20px;
+  padding: 10px;
+  padding-left: 35px;
+}
+
+#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;
+}
+
+/* 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-box
+{
+  display: none;
+}
+
+#connection-status-modal
+{
+  position: absolute;
+  top: 0px;
+  left: 0px;
+  width: 100%;
+  height: 100%;
+  background-color: #e6e6e6;
+  opacity: 0.5;
+  z-index: 100;
+}
+
+#connection-status-recovered:
+{
+  z-index:102;
+}
+
+.connection-status
+{
+  position: absolute;
+  left: 200px;
+  right: 200px;
+  top: 40%;
+  height: 75px;
+  border: 1px solid #f00;
+  padding: 30px;
+  background-color: #fff;
+  opacity: 1;
+  z-index: 101;
+}
+
+.connection-status p
+{
+  background-image: url( ../../img/ico/network-status-busy.png );
+  background-position: 0 50%;
+  color: #800;
+  padding-left: 26px;
+}
+
+#connection-status-recovered p
+{
+  color: #080;
+  background-image: url( ../../img/ico/network-status.png );
+}
+
+#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;
+}
+
+.exception .show-exception {
+  margin-top: 4px;
+  display: block;
+  position: absolute;
+  right: 10px;
+  top: 7px;
+  color: #fff;
+}
+
+#exception .show-exception a:hover {
+  color: #333;
+}
+
+.other-ui-link {
+  margin: 0px;
+  position: absolute;
+  right: 0px;
+  top: -20px;
+}
+
+.other-ui-link span,
+.new-ui-warning span.help {
+  background-image: url( ../../img/ico/information-white.png );
+  right: 0px;
+  padding-left: 16px;
+}
+
+.other-ui-link a.ul {
+  text-decoration: underline;
+}
+

Propchange: ofbiz/trunk/plugins/solr/webapp/solr/css/angular/common.css
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: ofbiz/trunk/plugins/solr/webapp/solr/css/angular/cores.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/plugins/solr/webapp/solr/css/angular/cores.css?rev=1781731&r1=1781730&r2=1781731&view=diff
==============================================================================
--- ofbiz/trunk/plugins/solr/webapp/solr/css/angular/cores.css (original)
+++ ofbiz/trunk/plugins/solr/webapp/solr/css/angular/cores.css Sun Feb  5 11:09:59 2017
@@ -1,233 +1,233 @@
-/*
-
-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;
-  position: absolute;
-  left: -5px;
-  top: 35px;
-  width: 500px;
-}
-
-#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: 320px;
-}
-
-#content #cores .actions div.action .cloud
-{
-}
-
-#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;
-}
-
-#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
-{
-}
-
-#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;
-  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
-{
-}
+/*
+
+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;
+  position: absolute;
+  left: -5px;
+  top: 35px;
+  width: 500px;
+}
+
+#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: 320px;
+}
+
+#content #cores .actions div.action .cloud
+{
+}
+
+#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;
+}
+
+#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
+{
+}
+
+#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;
+  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
+{
+}

Propchange: ofbiz/trunk/plugins/solr/webapp/solr/css/angular/cores.css
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: ofbiz/trunk/plugins/solr/webapp/solr/css/angular/dashboard.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/plugins/solr/webapp/solr/css/angular/dashboard.css?rev=1781731&r1=1781730&r2=1781731&view=diff
==============================================================================
--- ofbiz/trunk/plugins/solr/webapp/solr/css/angular/dashboard.css (original)
+++ ofbiz/trunk/plugins/solr/webapp/solr/css/angular/dashboard.css Sun Feb  5 11:09:59 2017
@@ -1,185 +1,185 @@
-/*
-
-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 ); }
-#content #dashboard #collection h2 { background-image: url( ../../img/ico/book-open-text.png ); }
-#content #dashboard #shards h2 { background-image: url( ../../img/ico/documents-stack.png ); }
-
-#content #dashboard #shards { margin-left: 20px;}
-
-#dashboard #shards .shard h3.shard-title {
-    display: block;
-    background-color: #c8c8c8;
-    font-weight: bold;
-    padding: 3px;
-    padding-left: 30px;
-    margin-left: 20px;
-    margin-top: 20px;
-    background-image: url( ../../img/ico/document-text.png );
-    background-position-x: 10px;
-    background-position-y: 3px;
-}
-
-#dashboard #shards .shard .shard-detail {
-    margin-bottom: 25px;
-    margin-top: 7px;
-}
-
-#dashboard #shards .shard .replica {
-    background-color: #e4e4e4;
-}
-
-#dashboard #shards .shard .replica.odd {
-    background-color: #fff;
-}
+/*
+
+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 ); }
+#content #dashboard #collection h2 { background-image: url( ../../img/ico/book-open-text.png ); }
+#content #dashboard #shards h2 { background-image: url( ../../img/ico/documents-stack.png ); }
+
+#content #dashboard #shards { margin-left: 20px;}
+
+#dashboard #shards .shard h3.shard-title {
+    display: block;
+    background-color: #c8c8c8;
+    font-weight: bold;
+    padding: 3px;
+    padding-left: 30px;
+    margin-left: 20px;
+    margin-top: 20px;
+    background-image: url( ../../img/ico/document-text.png );
+    background-position-x: 10px;
+    background-position-y: 3px;
+}
+
+#dashboard #shards .shard .shard-detail {
+    margin-bottom: 25px;
+    margin-top: 7px;
+}
+
+#dashboard #shards .shard .replica {
+    background-color: #e4e4e4;
+}
+
+#dashboard #shards .shard .replica.odd {
+    background-color: #fff;
+}

Propchange: ofbiz/trunk/plugins/solr/webapp/solr/css/angular/dashboard.css
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: ofbiz/trunk/plugins/solr/webapp/solr/css/angular/dataimport.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/plugins/solr/webapp/solr/css/angular/dataimport.css?rev=1781731&r1=1781730&r2=1781731&view=diff
==============================================================================
--- ofbiz/trunk/plugins/solr/webapp/solr/css/angular/dataimport.css (original)
+++ ofbiz/trunk/plugins/solr/webapp/solr/css/angular/dataimport.css Sun Feb  5 11:09:59 2017
@@ -1,370 +1,370 @@
-/*
-
-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
-{
-  border-top: 1px solid #f0f0f0;
-  margin-top: 10px;
-  padding-top: 5px;
-}
-
-#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 #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
-{
-  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;
-  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 #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 .editable
-{
-  display: block;
-}
-
-#content #dataimport #dataimport_config .editable textarea
-{
-  font-family: monospace;
-  height: 120px;
-  min-height: 60px;
-  width: 100%;
-}
-
-#content #dataimport #debug_response em
-{
-  color: #c0c0c0;
-  font-style: normal;
-}
+/*
+
+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
+{
+  border-top: 1px solid #f0f0f0;
+  margin-top: 10px;
+  padding-top: 5px;
+}
+
+#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 #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
+{
+  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;
+  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 #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 .editable
+{
+  display: block;
+}
+
+#content #dataimport #dataimport_config .editable textarea
+{
+  font-family: monospace;
+  height: 120px;
+  min-height: 60px;
+  width: 100%;
+}
+
+#content #dataimport #debug_response em
+{
+  color: #c0c0c0;
+  font-style: normal;
+}

Propchange: ofbiz/trunk/plugins/solr/webapp/solr/css/angular/dataimport.css
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: ofbiz/trunk/plugins/solr/webapp/solr/css/angular/documents.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/plugins/solr/webapp/solr/css/angular/documents.css?rev=1781731&r1=1781730&r2=1781731&view=diff
==============================================================================
--- ofbiz/trunk/plugins/solr/webapp/solr/css/angular/documents.css (original)
+++ ofbiz/trunk/plugins/solr/webapp/solr/css/angular/documents.css Sun Feb  5 11:09:59 2017
@@ -1,179 +1,179 @@
-/*
-
-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 legend
-{
-  margin-left: 0;
-  padding-left: 0;
-}
-
-#content #documents #form .optional.expanded .fieldset
-{
-  display: block;
-}
-
-#content #documents #result
-{
-  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;
-}
-
-#document-type{
-  padding-bottom: 5px;
-}
-
-#wizard-fields div{
-  padding-top: 5px;
-  padding-bottom: 5px;
-}
-
-#wiz-field-data, #wiz-field-data span{
-  vertical-align: top;
-}
+/*
+
+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 legend
+{
+  margin-left: 0;
+  padding-left: 0;
+}
+
+#content #documents #form .optional.expanded .fieldset
+{
+  display: block;
+}
+
+#content #documents #result
+{
+  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;
+}
+
+#document-type{
+  padding-bottom: 5px;
+}
+
+#wizard-fields div{
+  padding-top: 5px;
+  padding-bottom: 5px;
+}
+
+#wiz-field-data, #wiz-field-data span{
+  vertical-align: top;
+}

Propchange: ofbiz/trunk/plugins/solr/webapp/solr/css/angular/documents.css
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: ofbiz/trunk/plugins/solr/webapp/solr/css/angular/files.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/plugins/solr/webapp/solr/css/angular/files.css?rev=1781731&r1=1781730&r2=1781731&view=diff
==============================================================================
--- ofbiz/trunk/plugins/solr/webapp/solr/css/angular/files.css (original)
+++ ofbiz/trunk/plugins/solr/webapp/solr/css/angular/files.css Sun Feb  5 11:09:59 2017
@@ -1,53 +1,53 @@
-/*
-
-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
-{
-  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;
-}
+/*
+
+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
+{
+  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;
+}

Propchange: ofbiz/trunk/plugins/solr/webapp/solr/css/angular/files.css
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: ofbiz/trunk/plugins/solr/webapp/solr/css/angular/index.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/plugins/solr/webapp/solr/css/angular/index.css?rev=1781731&r1=1781730&r2=1781731&view=diff
==============================================================================
--- ofbiz/trunk/plugins/solr/webapp/solr/css/angular/index.css (original)
+++ ofbiz/trunk/plugins/solr/webapp/solr/css/angular/index.css Sun Feb  5 11:09:59 2017
@@ -1,216 +1,216 @@
-/*
-
-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 #index .bar-desc
-{
-  color: #c0c0c0;
-  font-weight: normal;
-  margin-left: 10px;
-  white-space: pre;
-}
-
-#content #index .bar-holder
-{
-  box-shadow: 5px 5px 10px #c0c0c0;
-  -moz-box-shadow: 5px 5px 10px #c0c0c0;
-  -webkit-box-shadow: 5px 5px 10px #c0c0c0;
-  height: 35px;
-}
-
-#content #index .bar-holder .bar
-{
-  height: 100%;
-  position: relative;
-}
-
-#content #index .bar-holder div .val
-{
-  border-right: 1px solid #f00;
-  display: block;
-  padding-right: 5px;
-  position: absolute;
-  right: 0;
-  top: 35px;
-  white-space: nowrap;
-}
-
-#content #index .bar-holder .bar-max.bar
-{
-  background-color: #f0f0f0;
-}
-
-#content #index .bar-holder .bar-max.val
-{
-  border-color: #f0f0f0;
-  color: #d6d6d6;
-}
-
-#content #index .bar-holder .bar-total.bar
-{
-  background-color: #c0c0c0;
-}
-
-#content #index .bar-holder .bar-total.val
-{
-  border-color: #c0c0c0;
-  color: #c0c0c0;
-}
-
-#content #index .bar-holder .bar-used.bar
-{
-  background-color: #969696;
-}
-
-#content #index .bar-holder .bar-used.val
-{
-  border-color: #969696;
-  color: #969696;
-}
-
-#content #index .bar-holder.bar-lvl-2 .bar-max.val { padding-top: 25px; }
-#content #index .bar-holder.bar-lvl-2 .bar-total.val { padding-top: 5px; }
-#content #index .bar-holder.bar-lvl-2 { margin-bottom: 45px; }
-
-#content #index .bar-holder.bar-lvl-3 .bar-max.val { padding-top: 45px; }
-#content #index .bar-holder.bar-lvl-3 .bar-total.val { padding-top: 25px; }
-#content #index .bar-holder.bar-lvl-3 .bar-used.val { padding-top: 5px; }
-#content #index .bar-holder.bar-lvl-3 { margin-bottom: 65px; }
-
-#content #index .loader
-{
-  background-position: 0 50%;
-  padding-left: 21px;
-}
-
-#content #index .index-left
-{
-  float: left;
-  width: 55%;
-}
-
-#content #index .index-right
-{
-  float: right;
-  width: 40%;
-}
-
-#content #index .data
-{
-  padding-bottom: 12px;
-  overflow: hidden;
-}
-
-#content #index .data:hover
-{
-  overflow-x: auto;
-}
-
-#content #index .data li
-{
-  padding-top: 3px;
-  padding-bottom: 3px;
-}
-
-#content #index .data li dt
-{
-  float: left;
-  white-space: nowrap;
-  width: 20%;
-}
-
-#content #index .data li dd
-{
-  float: right;
-  text-overflow: ellipsis;
-  white-space: nowrap;
-  width: 80%
-}
-
-#content #index .data li dd.odd
-{
-  color: #999;
-}
-
-#content #index .data dt span
-{
-  background-position: 1px 50%;
-  display: block;
-  padding-left: 22px;
-}
-
-#content #index #instance h2 { background-image: url( ../../img/ico/server.png ); }
-#content #index #instance .start_time dt span { background-image: url( ../../img/ico/clock-select.png ); }
-
-#content #index #versions h2 { background-image: url( ../../img/ico/property.png ); }
-#content #index #versions .solr span { background-image: url( ../../img/solr-ico.png ); }
-#content #index #versions .lucene span { background-image: url( ../../img/lucene-ico.png ); }
-
-#content #index #jvm h2 { background-image: url( ../../img/ico/jar.png ); }
-#content #index #jvm .jvm_version dt span { background-image: url( ../../img/ico/jar.png ); }
-#content #index #jvm .processors dt span { background-image: url( ../../img/ico/processor.png ); }
-#content #index #jvm .command_line_args dt span { background-image: url( ../../img/ico/terminal.png ); }
-
-#content #index #system h2 { background-image: url( ../../img/ico/system-monitor.png ); }
-
-#content #index #system
-{
-  position: relative;
-}
-
-#content #index #system .reload
-{
-  background-image: url( ../../img/ico/arrow-circle.png );
-  background-position: 50% 50%;
-  display: block;
-  height: 30px;
-  position: absolute;
-  right: 0;
-  top: 0;
-  width: 30px;
-}
-
-#content #index #system .reload.loader
-{
-  padding-left: 0;
-}
-
-#content #index #system .reload span
-{
-  display: none;
-}
-
-#content #index #system .content p
-{
-  margin-top: 10px;
-  margin-bottom: 5px;
-}
-
-#content #index #system .content .no-info
-{
-  color: #c0c0c0;
-  display: none;
-  font-style: italic;
-}
-
-#content #index #jvm-memory h2 { background-image: url( ../../img/ico/memory.png ); }
-
-#content #index #jvm-memory-bar
-{
-  margin-top: 20px;
-}
+/*
+
+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 #index .bar-desc
+{
+  color: #c0c0c0;
+  font-weight: normal;
+  margin-left: 10px;
+  white-space: pre;
+}
+
+#content #index .bar-holder
+{
+  box-shadow: 5px 5px 10px #c0c0c0;
+  -moz-box-shadow: 5px 5px 10px #c0c0c0;
+  -webkit-box-shadow: 5px 5px 10px #c0c0c0;
+  height: 35px;
+}
+
+#content #index .bar-holder .bar
+{
+  height: 100%;
+  position: relative;
+}
+
+#content #index .bar-holder div .val
+{
+  border-right: 1px solid #f00;
+  display: block;
+  padding-right: 5px;
+  position: absolute;
+  right: 0;
+  top: 35px;
+  white-space: nowrap;
+}
+
+#content #index .bar-holder .bar-max.bar
+{
+  background-color: #f0f0f0;
+}
+
+#content #index .bar-holder .bar-max.val
+{
+  border-color: #f0f0f0;
+  color: #d6d6d6;
+}
+
+#content #index .bar-holder .bar-total.bar
+{
+  background-color: #c0c0c0;
+}
+
+#content #index .bar-holder .bar-total.val
+{
+  border-color: #c0c0c0;
+  color: #c0c0c0;
+}
+
+#content #index .bar-holder .bar-used.bar
+{
+  background-color: #969696;
+}
+
+#content #index .bar-holder .bar-used.val
+{
+  border-color: #969696;
+  color: #969696;
+}
+
+#content #index .bar-holder.bar-lvl-2 .bar-max.val { padding-top: 25px; }
+#content #index .bar-holder.bar-lvl-2 .bar-total.val { padding-top: 5px; }
+#content #index .bar-holder.bar-lvl-2 { margin-bottom: 45px; }
+
+#content #index .bar-holder.bar-lvl-3 .bar-max.val { padding-top: 45px; }
+#content #index .bar-holder.bar-lvl-3 .bar-total.val { padding-top: 25px; }
+#content #index .bar-holder.bar-lvl-3 .bar-used.val { padding-top: 5px; }
+#content #index .bar-holder.bar-lvl-3 { margin-bottom: 65px; }
+
+#content #index .loader
+{
+  background-position: 0 50%;
+  padding-left: 21px;
+}
+
+#content #index .index-left
+{
+  float: left;
+  width: 55%;
+}
+
+#content #index .index-right
+{
+  float: right;
+  width: 40%;
+}
+
+#content #index .data
+{
+  padding-bottom: 12px;
+  overflow: hidden;
+}
+
+#content #index .data:hover
+{
+  overflow-x: auto;
+}
+
+#content #index .data li
+{
+  padding-top: 3px;
+  padding-bottom: 3px;
+}
+
+#content #index .data li dt
+{
+  float: left;
+  white-space: nowrap;
+  width: 20%;
+}
+
+#content #index .data li dd
+{
+  float: right;
+  text-overflow: ellipsis;
+  white-space: nowrap;
+  width: 80%
+}
+
+#content #index .data li dd.odd
+{
+  color: #999;
+}
+
+#content #index .data dt span
+{
+  background-position: 1px 50%;
+  display: block;
+  padding-left: 22px;
+}
+
+#content #index #instance h2 { background-image: url( ../../img/ico/server.png ); }
+#content #index #instance .start_time dt span { background-image: url( ../../img/ico/clock-select.png ); }
+
+#content #index #versions h2 { background-image: url( ../../img/ico/property.png ); }
+#content #index #versions .solr span { background-image: url( ../../img/solr-ico.png ); }
+#content #index #versions .lucene span { background-image: url( ../../img/lucene-ico.png ); }
+
+#content #index #jvm h2 { background-image: url( ../../img/ico/jar.png ); }
+#content #index #jvm .jvm_version dt span { background-image: url( ../../img/ico/jar.png ); }
+#content #index #jvm .processors dt span { background-image: url( ../../img/ico/processor.png ); }
+#content #index #jvm .command_line_args dt span { background-image: url( ../../img/ico/terminal.png ); }
+
+#content #index #system h2 { background-image: url( ../../img/ico/system-monitor.png ); }
+
+#content #index #system
+{
+  position: relative;
+}
+
+#content #index #system .reload
+{
+  background-image: url( ../../img/ico/arrow-circle.png );
+  background-position: 50% 50%;
+  display: block;
+  height: 30px;
+  position: absolute;
+  right: 0;
+  top: 0;
+  width: 30px;
+}
+
+#content #index #system .reload.loader
+{
+  padding-left: 0;
+}
+
+#content #index #system .reload span
+{
+  display: none;
+}
+
+#content #index #system .content p
+{
+  margin-top: 10px;
+  margin-bottom: 5px;
+}
+
+#content #index #system .content .no-info
+{
+  color: #c0c0c0;
+  display: none;
+  font-style: italic;
+}
+
+#content #index #jvm-memory h2 { background-image: url( ../../img/ico/memory.png ); }
+
+#content #index #jvm-memory-bar
+{
+  margin-top: 20px;
+}

Propchange: ofbiz/trunk/plugins/solr/webapp/solr/css/angular/index.css
------------------------------------------------------------------------------
    svn:eol-style = native