From 0b142caf98a8918adc725d2b84d7927188fd80bc Mon Sep 17 00:00:00 2001 From: Tom King Date: Sun, 16 Nov 2014 14:05:21 +0000 Subject: [PATCH] Additional CSS --- stylesheets/custom.css | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/stylesheets/custom.css b/stylesheets/custom.css index cf39cdb..812f6b8 100644 --- a/stylesheets/custom.css +++ b/stylesheets/custom.css @@ -9,11 +9,11 @@ /* Various Helper Classes */ .append {margin-bottom:10px;} - .label-login {background:green;} .label-cookie {background:purple;} .label-error {background:red;} .label- {background:black;} + /* Dropdown Signin Form */ #dropdown-signin form {padding:10px;} #dropdown-signin form input.form-control {width:250px;} @@ -41,4 +41,17 @@ font-size:130%; font-weight: 700; } -fieldset {margin-top:20px; margin-bottom:20px;} \ No newline at end of file +fieldset {margin-top:20px; margin-bottom:20px;} + +/* Alt Day View */ +.table-day tbody>tr>th, .table-day tfoot>tr>th, .table-day thead>tr>td, .table-day tbody>tr>td, .table-day tfoot>tr>td {padding:0;} +.table-day tbody tr td.booked {border-top:none; border-width:0; background: #f4f4f4; padding:5px;} +.table-day tr td.booked:hover {cursor: pointer; -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.59); +-moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.59); +box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.59);} +.table-day tr.hour {border-top:2px solid #ccc;} +.table-day tr.hour.current {border-top:2px solid red;} +.table-day tr td.free {border-right:1px dotted #ddd; } +.table-day .label {font-size:100%;} +.table-day .allday {padding:5px;} +.table-day .lower-op {opacity:0.5;} \ No newline at end of file