projects
/
WP-Plugins
/
glm-member-db-contacts.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1500665
)
floating the expand all button to the right in mobile
author
Anthony Talarico
<talarico@gaslightmedia.com>
Fri, 3 Aug 2018 19:31:56 +0000
(15:31 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Fri, 3 Aug 2018 19:31:56 +0000
(15:31 -0400)
moving the expand all button to the right in mobile view
css/admin.css
patch
|
blob
|
history
diff --git
a/css/admin.css
b/css/admin.css
index
e281a83
..
9440f04
100644
(file)
--- a/
css/admin.css
+++ b/
css/admin.css
@@
-361,6
+361,11
@@
a.tooltip, a.tooltip_bottomleft, a.tooltip_left {
a.tooltip, a.tooltip_bottomleft, a.tooltip_left {
position: static;
}
+ #glm-contact-fullprofile-toggle {
+ float: right;
+ top: 0px;
+ }
+
}
@media only screen and (max-width: 639px) {
a.tooltip, a.tooltip_bottomleft, a.tooltip_left {