adding border around the detail search results page
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 5 Apr 2017 13:18:55 +0000 (09:18 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 5 Apr 2017 13:18:55 +0000 (09:18 -0400)
css/front.css

index 8fb198f..e7794fe 100644 (file)
@@ -116,6 +116,12 @@ input.sidebar-criteria{
     font-weight: bold;
     padding: 2px 10px;
 }
+@media(min-width: 1024px){
+    .detail-wrapper{
+        border: 1px solid grey;
+        padding: 0;
+    }
+}
 
 .detail-value{
   padding: 2px 0;