From 15b7b88d5e0d3e22d3fb09a6ccc2e35da3ec5e6b Mon Sep 17 00:00:00 2001 From: andrewmbacon Date: Mon, 29 Dec 2014 14:21:11 -0500 Subject: [PATCH] not sure just showed up when i synced, looks important. --- css/cal.css | 69 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) diff --git a/css/cal.css b/css/cal.css index 622cecd..e1a8b3b 100644 --- a/css/cal.css +++ b/css/cal.css @@ -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; +}