# HG changeset patch # User Chris Cannam # Date 1403535660 -3600 # Node ID 054c48a8860caa9318518d17c970f7c5b0ae46e0 # Parent 0774cbaf4e83ab0033863afd0e1715ccc17f9810 Style the "no results found" message diff -r 0774cbaf4e83 -r 054c48a8860c screen.css --- 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; +} +