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:
ce42dbf
)
Add margin to the bottom of the driving direction button.
author
Steve Sutton
<steve@gaslightmedia.com>
Tue, 30 Aug 2016 18:56:41 +0000
(14:56 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Tue, 30 Aug 2016 18:57:18 +0000
(14:57 -0400)
For some reason this site is missing the bottom margin.
css/front.css
patch
|
blob
|
history
diff --git
a/css/front.css
b/css/front.css
index
0233ea9
..
4e27140
100644
(file)
--- a/
css/front.css
+++ b/
css/front.css
@@
-22,6
+22,7
@@
}
#EventDrivingDirectionSubmit {
width: 100%;
+ margin: 0 0 1.25rem;
}
.glm-event-day-event h2 {
font-size: 16px;
@@
-130,7
+131,7
@@
input[name='contact_fname'], input[name='contact_lname']{
width: 85%;
}
#glm-event-pdf-submit,
-#glm-event-rss-feed,
+#glm-event-rss-feed,
#glm-event-ical-feed {
margin: 5px 5px;
}
@@
-289,5
+290,5
@@
a.fc-time-grid-event.fc-v-event {
@media (min-width: 641px){
.view-select {
float: right;
- }
+ }
}