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:
93ac7e9
)
adding styles to the month and year buttons in the calendar view
author
Anthony Talarico
<talarico@gaslightmedia.com>
Thu, 11 May 2017 15:09:04 +0000
(11:09 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Thu, 11 May 2017 15:09:04 +0000
(11:09 -0400)
adding a border and padding to the buttons for the calendar navigation on the events calendar view
agenda view file
css/front.css
patch
|
blob
|
history
diff --git
a/css/front.css
b/css/front.css
index
9260de3
..
5df9713
100755
(executable)
--- a/
css/front.css
+++ b/
css/front.css
@@
-401,6
+401,8
@@
a.fc-time-grid-event.fc-v-event {
.month-nav, .year-nav{
display: inline-block;
margin: 5px;
+ border: 1px solid black;
+ padding: 3px 5px;
}
.month-nav:hover, .year-nav:hover{
cursor: pointer;