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:
ba8c970
)
removing padding-right 0 from the calendar view selection dropdown
author
Anthony Talarico
<talarico@gaslightmedia.com>
Fri, 12 May 2017 14:04:21 +0000
(10:04 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Fri, 12 May 2017 14:04:21 +0000
(10:04 -0400)
adding padding right 0 to the event list calender view dropdown doesn't
prevent it from getting pushed out of the bounds of the calendar. removing
that style
css/front.css
patch
|
blob
|
history
diff --git
a/css/front.css
b/css/front.css
index
828a458
..
c1ce867
100755
(executable)
--- a/
css/front.css
+++ b/
css/front.css
@@
-452,7
+452,7
@@
label.date-toggle-label{
.view-select {
float: right;
margin-right: 0;
- padding-right: 0;
+/* padding-right: 0;*/
}
#glm-event-view-select{
float: right;