Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
/* - - - - - - - - - - - - - - - - - - -
== Calendar
- - - - - - - - - - - - - - - - - - - */
#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;
}
.glyphicon-new-window {
display:none;
}
}
}
.uc-listcal {
.uc-cal-list {
list-style-type:none;
margin:0;
padding:0;
.uc-cal-item {
margin-bottom:1em;
.uc-cal-event-title {
font-style:normal;
margin-left:1em;
display:flex !important;
}
.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%;
text-align:center;
}
}
tbody {
th {
border-bottom-width:0;
padding-bottom:0;
padding-left:0;
text-align:right;
font-weight:normal;
// opacity so it'll "grey" out whatever the main text color is set to in future themes.
opacity:.7;
}
th.today{
background: $uc-shortcal-today-bg;
color: $uc-shortcal-today-color;
}
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;
}
}
}
}
}
}