Blame view
sources/apps/calendar/css/style.css
5.54 KB
|
d1bafeea1
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 |
/**
* Copyright (c) 2011 Georg Ehrke <ownclouddev at georgswebsite dot de>
* This file is licensed under the Affero General Public License version 3 or
* later.
* See the COPYING-README file.
*/
#view { float: left; font-size: 12px; height: 100%;}
#datecontrol {text-align: center;}
#datecontrol_date_label {margin: 0; padding: 0; font-size: 12px;}
#choosecalendar {margin-right: 10px; float: right; font-size: 12px;}
#choosecalendar_dialog {display: none;}
#newentry_dialog {display: none;}
#editentry_dialog {display: none;}
#parsingfail_dialog{display: none;}
#loading { display: none;margin: 0;padding:0;margin-top:5px;}
#fullcalendar {
position: relative;
bottom: 0;
right: 0;
left: 0;
top: 43px;
}
#listview {margin: 0; padding: 10px; background: #EEEEEE;}
#listview #more_before, #listview #more_after {border: 1px solid #1a1a1a; width:25em;padding: 3px;text-align: center;}
#listview #events {width:25em;padding: 4px;}
#listview #events .day {width:auto;padding-left:10px;border-bottom: 2px solid #EEEEEE;text-align:left;}
.actions {height: 33px; min-width: 800px;}
.actionsfloatleft {float:left;margin-left: 1.4em;}
.actionsfloatright {float:right;margin-right: 1.4em;}
.controls {min-width: 800px;}
.center {text-align: center;}
.dateinfo {height: 20px;width: 100%; overflow: hidden; margin-top: 0; padding: 0; font-size: 12px;background: #F7F7F7;}
.events {width: 100%; margin: 0; padding: 0;min-height: 100px;}
.calendar_row {height: 20px; text-align: center;background: #ffffff;}
#oneweekview .calendar_row {width: 13.5%;}
.calendar_time {height: 20px; width: 50px; text-align:right;background: #ffffff;}
.day {text-align: center; background: #ffffff; margin: 0; padding: 0; vertical-align: top; width: 14%; height: 22%;}
.weekend {background: #F3F3F3; }
.weekend_thead, .weekend_row{height: 20px;text-align: center;text-align: center;background: #F3F3F3;}
.thisday{background: #FFFABC;}
.event {position:relative;}
.event.colored {border-bottom: 1px solid white;}
#fromtime, #totime {
color:#333;
}
#fromtime.disabled, #totime.disabled {
color:#A9A9A9;
}
select#category{width:140px;}
button.category{margin:0 3px;}
.calendar-colorpicker-color{display:inline-block;width:20px;height:20px;margin-right:2px;cursor:pointer;border:2px solid transparent;}
.calendar-colorpicker-color.active{border:2px solid black;}
#event {
height: initial !important;
padding: 0;
margin: -5px 0 5px;
}
#sharewith {
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
margin: 5px 0 10px;
}
.sharedby li {
padding: 7px 0;
}
.sharedby .shareactions {
float: right;
clear: both;
}
.sharedby .shareactions label {
padding: 9px 5px;
}
.sharedby .shareactions input {
vertical-align: middle;
}
.sharedby .shareactions .delete {
float: right;
padding: 3px;
}
.fc-state-highlight { background: #ffa; }
.fc-list-table
{
margin: 10px;
border-style: hidden;
border-width: 10px;
padding: 10px;
vertical-align: top;
width: 100%;
}
.fc-list-table tr:hover
{
color: #0000FF;
background-color: #CCFFCC;
}
.fc-list-date
{
margin: 16px;
white-space: nowrap;
text-align: left;
width: 100%;
background-color: #808080;
color: #FFFFFF;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
}
.fc-list-time
{
text-align: center;
white-space: nowrap;
width: 1%;
}
.fc-list-event
{
text-align: left;
}
.fc-list-event .fc-event-title
{
cursor: pointer;
}
#fullcalendar{
overflow: auto;
}
.ui-timepicker-hour-cell *, .ui-timepicker-minute-cell *{
text-overflow: clip !important;
}
.link{
color:#148cf6;
}
/* fit buttons to control bar */
#controls input[type="button"] {
height: 38px;
margin: 0;
font-weight: normal;
}
#controls #view, #controls #datecontrol {
margin: 3px;
}
#controls #datecontrol_date,
#controls input[type="button"].active {
font-weight: bold;
}
/* input fields take whole width */
#event-title,
#event-location,
#category,
#event-description {
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
margin: 3px 0;
}
/* bigger event title in detail view */
#event-title {
font-size: 20px;
}
/* group from and to date fields */
#event-time {
display: block;
margin: 5px 0;
}
#event-time-from {
float: left;
}
#event-time-to {
float: right;
}
#from, #to {
width: 65px;
margin: 0;
}
#fromtime, #totime {
margin: 0;
}
#event-allday {
display: inline-block;
margin: 7px 0;
}
/* category input field leaves room for edit button */
#category {
width: 90%;
}
#editCategories {
display: inline-block;
padding: 6px 12px;
}
/* whole line for buttons of 'Advanced' and 'Export' */
#advanced_options_button,
#editEvent-export {
display: block;
margin: 0;
}
/* normal font weight for secondary buttons for less obtrusiveness */
#advanced_options_button,
#editEvent-export,
#editEvent-delete {
font-weight: normal;
}
/* more space for action buttons below */
#actions {
height: 45px;
}
/* make popups scrollable in smaller viewports */
.ui-dialog {
max-height: 75% !important;
top: 15% !important;
overflow-y: auto;
overflow-x: hidden;
padding: 0;
}
.ui-dialog .ui-dialog-content {
overflow: initial;
}
#appsettings_popup {
max-height: 70%;
overflow-y: auto;
overflow-x: hidden;
}
/* fix share dropdown being hidden and hiding calendar which will be shared */
#appsettings_popup #dropdown {
left: 0;
margin-top: 20px;
}
/* color weekends */
.fc-sat, .fc-sun {
background-color: #f8f8f8;
}
/* don't bold weekday names in header */
#fullcalendar th {
font-weight: normal;
color: #aaa;
}
/* lighter border color */
.fc-widget-header, .fc-widget-content {
border: 1px solid #e8e8e8;
}
|