projects
/
WP-Plugins
/
glm-member-db.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
203fe8d
)
removing padding from toll free numbers in the members listing page in mobile view
author
Anthony Talarico
<talarico@gaslightmedia.com>
Thu, 3 Nov 2016 12:53:27 +0000
(08:53 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Thu, 3 Nov 2016 12:53:27 +0000
(08:53 -0400)
css/front.css
patch
|
blob
|
history
diff --git
a/css/front.css
b/css/front.css
index
b00a716
..
f6fcab5
100644
(file)
--- a/
css/front.css
+++ b/
css/front.css
@@
-660,9
+660,11
@@
input[type="submit"].glm-member-button {
.glm-member-db-list .glm-member-db-phone-tollfree {
}
-.glm-member-db-list .glm-member-db-phone-tollfree:before {
- padding-left: 15px;
- content: "";
+@media(min-width: 640px){
+ .glm-member-db-list .glm-member-db-phone-tollfree:before {
+ padding-left: 15px;
+ content: "";
+ }
}
#glm-member-detail-container {
background: white none repeat scroll 0 0;