better vertical spacing for event, better demos for more link

This commit is contained in:
Adam Shaw
2014-08-03 22:56:33 -07:00
parent f0e9a30887
commit 604a3faab5
8 changed files with 29 additions and 0 deletions
+4
View File
@@ -62,6 +62,10 @@
title: 'Happy Hour',
start: '2014-08-12T17:30:00'
},
{
title: 'Dinner',
start: '2014-08-12T20:00:00'
},
{
title: 'Birthday Party',
start: '2014-08-13T07:00:00'
+4
View File
@@ -62,6 +62,10 @@
title: 'Happy Hour',
start: '2014-08-12T17:30:00'
},
{
title: 'Dinner',
start: '2014-08-12T20:00:00'
},
{
title: 'Birthday Party',
start: '2014-08-13T07:00:00'
+4
View File
@@ -57,6 +57,10 @@
title: 'Happy Hour',
start: '2014-08-12T17:30:00'
},
{
title: 'Dinner',
start: '2014-08-12T20:00:00'
},
{
title: 'Birthday Party',
start: '2014-08-13T07:00:00'
+4
View File
@@ -40,6 +40,10 @@
"title": "Happy Hour",
"start": "2014-08-12T17:30:00-05:00"
},
{
"title": "Dinner",
"start": "2014-08-12T20:00:00"
},
{
"title": "Birthday Party",
"start": "2014-08-13T07:00:00-05:00"
+4
View File
@@ -88,6 +88,10 @@
title: 'Happy Hour',
start: '2014-08-12T17:30:00'
},
{
title: 'Dinner',
start: '2014-08-12T20:00:00'
},
{
title: 'Birthday Party',
start: '2014-08-13T07:00:00'
+4
View File
@@ -77,6 +77,10 @@
title: 'Happy Hour',
start: '2014-08-12T17:30:00'
},
{
title: 'Dinner',
start: '2014-08-12T20:00:00'
},
{
title: 'Birthday Party',
start: '2014-08-13T07:00:00'
+4
View File
@@ -64,6 +64,10 @@
title: 'Happy Hour',
start: '2014-08-12T17:30:00'
},
{
title: 'Dinner',
start: '2014-08-12T20:00:00'
},
{
title: 'Birthday Party',
start: '2014-08-13T07:00:00'
+1
View File
@@ -429,6 +429,7 @@ temporary rendered events).
background-color: #3a87ad; /* default BACKGROUND color */
color: #fff; /* default TEXT color */
font-size: .85em;
line-height: 1.3;
border-radius: 3px;
text-decoration: none; /* if it has an href */
}