diff --git a/solr/webapp/web/css/angular/common.css b/solr/webapp/web/css/angular/common.css
index 9cc7a18957e..4bdd4bbadd3 100644
--- a/solr/webapp/web/css/angular/common.css
+++ b/solr/webapp/web/css/angular/common.css
@@ -352,6 +352,18 @@ ul
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;
@@ -722,3 +734,16 @@ pre.syntax .tex .formula
-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;
+}
diff --git a/solr/webapp/web/index.html b/solr/webapp/web/index.html
index 7a44b56a634..1184828d445 100644
--- a/solr/webapp/web/index.html
+++ b/solr/webapp/web/index.html
@@ -90,10 +90,12 @@ limitations under the License.
-
-
-