projects
/
WP-Plugins
/
glm-member-db-obits.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
063b111
)
adding border around the detail search results page
author
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 5 Apr 2017 13:18:55 +0000
(09:18 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 5 Apr 2017 13:18:55 +0000
(09:18 -0400)
css/front.css
patch
|
blob
|
history
diff --git
a/css/front.css
b/css/front.css
index
8fb198f
..
e7794fe
100644
(file)
--- a/
css/front.css
+++ b/
css/front.css
@@
-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;