Skip to content
This repository has been archived by the owner. It is now read-only.

Quick Fixes. #101

Merged
merged 5 commits into from
Feb 4, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 20 additions & 20 deletions sass/cal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@
- - - - - - - - - - - - - - - - - - - */
#vb {
#vb-timespan {

list-style-type:none;
padding:0;
margin:0;
font-size:2em;

.glyphicon-new-window {
display:none;
}
}


}
#events-grid-wrap {
li {
margin-bottom:1em!important;

strong {
font-weight:normal;
}
Expand All @@ -38,36 +38,36 @@
padding:0;
.uc-cal-item {
margin-bottom:1em;

.uc-cal-event-title {
font-style:normal;
margin-left:1em;
}

.glyphicon-new-window {
display:none;
}
}
}

}


// Style for Shortcode Calendar
#events-table {

#events-toolbar {
margin-bottom:1em;

// set a width so that the buttons don't shift between long-named months and short-named months.
#events-month {
width:10em;
}
}

table {
font-size:85%;

thead {
th {
width:14%;
Expand All @@ -91,35 +91,35 @@
td {
border-top-width:0;
padding-top:0;

a {
text-decoration:none;

&:hover {
text-decoration:underline;
}

strong {
font-weight:normal;
}

//every link is external, no need to fly lnk flags here.
.glyphicon {
display:none;
}
}

.event-list {
&+.event-list {
margin-top:1em !important;
}

li+li {
margin-top:.5em !important;
}

}
}
}
}
}
}
Loading