diff screen.css @ 98:054c48a8860c rdfquery

Style the "no results found" message
author Chris Cannam
date Mon, 23 Jun 2014 16:01:00 +0100
parents 0774cbaf4e83
children af5c563a5839
line wrap: on
line diff
--- a/screen.css	Mon Jun 23 15:57:42 2014 +0100
+++ b/screen.css	Mon Jun 23 16:01:00 2014 +0100
@@ -310,3 +310,20 @@
     background-color: #ef6a35;
     color: #fff;
 }
+
+.no-results {
+    clear: both;
+    border-style: solid;
+    border-color: #ef6a35;
+    border-left-width: 0;
+    border-right-width: 0;
+    border-top-width: 2px;
+    border-bottom-width: 2px;
+    margin-left: 4%;
+    margin-right: 5%;
+}
+
+.no-results p {
+    font-style: italic;
+}
+