diff options
author | Aleksander Machniak <machniak@kolabsys.com> | 2014-12-29 11:50:25 (GMT) |
---|---|---|
committer | Aleksander Machniak <machniak@kolabsys.com> | 2014-12-29 11:50:25 (GMT) |
commit | 60c5674ee95d2a3dc1893f9552544dcded54750d (patch) | |
tree | 7e10f52ba984c36b92c8cbca5cbad095828e04a5 | |
parent | 1e77005e3df7213dd38d391518c24ebfffedb9dc (diff) | |
download | roundcubemail-skin-chameleon-60c5674ee95d2a3dc1893f9552544dcded54750d.tar.gz |
Fix some issues in Calendar UI (#4136)
-rw-r--r-- | skins/chameleon/styles.css | 59 |
1 files changed, 57 insertions, 2 deletions
diff --git a/skins/chameleon/styles.css b/skins/chameleon/styles.css index 9af0888..8e12fda 100644 --- a/skins/chameleon/styles.css +++ b/skins/chameleon/styles.css @@ -1561,6 +1561,17 @@ input.button.delete:hover { border: 1px solid #ededed; } +#datepicker .ui-datepicker { + border: none; +} + +.ie10 .ui-datepicker .ui-datepicker-title select, +.webkit .ui-datepicker .ui-datepicker-title select, +.mozilla .ui-datepicker .ui-datepicker-title select { + background-image: url(images/ui-icons-datepicker.png); + background-position: right -16px; +} + .ui-datepicker .ui-datepicker-header .ui-icon { background-image: url(images/ui-icons-datepicker.png); } @@ -1939,7 +1950,8 @@ input.button.delete:hover { background-position: -22px -227px; } -#calendars .treelist li span.handle { +#calendars .treelist li span.handle, +.calendarmain .fc-view-table .fc-event-handle .fc-event-inner { box-shadow: none; -webkit-box-shadow: none; border: none; @@ -1951,6 +1963,31 @@ input.button.delete:hover { color: #4c4c4c; } +.fc-view-table { + border: none; +} + +.calendarmain .fc-view-table tr.fc-event td { + border-color: #ededed; +} + +.calendarmain .fc-view-table td.fc-list-header { + border-bottom-color: #ededed; + padding: 8px 7px; +} + +#agendaoptions { + background: #f9f9f9; + border-radius: 0; + border: none; + padding: 9px 8px; +} + +#agendaoptions label { + text-shadow: none; + vertical-align: middle; +} + #datepicker td.ui-datepicker-activerange, .ui-datepicker td { border-color: #fff; @@ -1995,6 +2032,24 @@ input.button.delete:hover { background: url(images/listicons.png) 0 -2040px no-repeat; } +.attendees-list span.attendee { + display: inline-block; + line-height: 14px; +} + +.attendees-list div.attendee { + line-height: 15px; +} + +.attendees-list div.attendee.spacer, +#schedule-freebusy-times tr.spacer td { + line-height: 5px; +} + +#schedule-freebusy-times td { + line-height: 15px; +} + .attendees-list .organizer { background-position: -30px -2020px; } @@ -2021,7 +2076,7 @@ input.button.delete:hover { } #timezonedisplay { - bottom: 2px; + bottom: 0; } .ui-datepicker .ui-state-highlight { |