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

Commit

Permalink
not sure
Browse files Browse the repository at this point in the history
just showed up when i synced, looks important.
  • Loading branch information
andrewmbacon committed Dec 29, 2014
1 parent d37f407 commit 15b7b88
Showing 1 changed file with 69 additions and 0 deletions.
69 changes: 69 additions & 0 deletions css/cal.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,72 @@
.uc-listcal .uc-cal-list .uc-cal-item .glyphicon-new-window {
display: none;
}

#events-table #vb.toolbar ul.btn-multi {
margin-bottom: .5em;
}
#events-table #vb.toolbar ul.btn-multi li ul {
padding: 0px 0px 0px 12px;
}
#events-table #vb.toolbar ul.btn-multi li ul li.month-arrow a.icon span.glyphicons {
padding: 0px 0px 0px 5px;
}
#events-table #vb.toolbar ul.btn-multi li ul li.month-arrow a.icon span.glyphicons:before {
color: #fff;
font-size: 14px;
display: block;
position: relative;
}
#events-table #vb.toolbar ul.btn-multi li a.btn-toggle {
margin-left: 10px;
font-size: 14px;
color: #777;
text-align: center;
}
#events-table #events-grid.table > tbody > tr > th {
border: 1px solid #fff !important;
}
#events-table #events-grid.table tbody tr.list-days th {
text-align: center;
border: 1px solid #eee !important;
background: #fff;
}
#events-table #events-grid.table tbody tr th {
width: 14%;
border-top: 1px solid #eee !important;
border-left: 1px solid #eee;
border-right: 1px solid #eee;
background: #fff;
text-align: right;
}
#events-table #events-grid.table tbody tr th span {
font-weight: normal;
color: #777;
font-size: 12px !important;
}
#events-table #events-grid.table tbody tr td {
border-left: 1px solid #eee;
border-right: 1px solid #eee;
border-bottom: 1px solid #eee;
background: #fff;
text-align: left;
height: 90px;
padding: 1px;
}
#events-table #events-grid.table tbody tr td ol.event-list li span.event-time {
font-size: 11px !important;
padding: 0px 0px 0px 2px !important;
}
#events-table #events-grid.table tbody tr td ol.event-list li ol {
padding: 0px 2px 0px 2px !important;
}
#events-table #events-grid.table tbody tr td ol.event-list li ol li {
background: rgba(15, 25, 56, 0.1);
border: 1px solid rgba(15, 25, 56, 0.2) !important;
padding: 0px 3px 0px 3px !important;
margin-bottom: 2px !important;
}
#events-table #events-grid.table tbody tr td ol.event-list li ol li a.event-link strong {
font-weight: normal;
font-size: 12px !important;
}

0 comments on commit 15b7b88

Please sign in to comment.