projects
/
WP-Plugins
/
glm-member-db-events.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
929a954
)
removing the padding right none on the agenda view dropdown
author
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 30 Jan 2018 14:42:40 +0000
(09:42 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 30 Jan 2018 14:42:40 +0000
(09:42 -0500)
agenda view dropdown missing arrow because of padding setings
css/front.css
patch
|
blob
|
history
diff --git
a/css/front.css
b/css/front.css
index
13e56a8
..
13b9c13
100644
(file)
--- a/
css/front.css
+++ b/
css/front.css
@@
-477,7
+477,7
@@
label.date-toggle-label{
#glm-event-view-select{
float: right;
margin-right: 0;
- padding-right: 0;
+/* padding-right: 0;*/
}
}
.agenda-event-name{