From 95a933c9a2c34bad936da5fdfea3fcd0614fc56a Mon Sep 17 00:00:00 2001 From: Fabio Comuni Date: Thu, 23 Jun 2011 12:13:04 +0200 Subject: dispy: update icons, style events --- view/theme/dispy/icons.png | Bin 18688 -> 20057 bytes view/theme/dispy/icons.svg | 1442 ++++++++++++++++++++++++++++++++++++++++++++ view/theme/dispy/style.css | 108 +++- 3 files changed, 1549 insertions(+), 1 deletion(-) create mode 100644 view/theme/dispy/icons.svg (limited to 'view/theme') diff --git a/view/theme/dispy/icons.png b/view/theme/dispy/icons.png index e2712ee30..bd52b62c8 100644 Binary files a/view/theme/dispy/icons.png and b/view/theme/dispy/icons.png differ diff --git a/view/theme/dispy/icons.svg b/view/theme/dispy/icons.svg new file mode 100644 index 000000000..b435ba665 --- /dev/null +++ b/view/theme/dispy/icons.svg @@ -0,0 +1,1442 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + YouTube + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Lorem Ip + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ? + ? + + diff --git a/view/theme/dispy/style.css b/view/theme/dispy/style.css index e0f5a46fb..7bb282184 100644 --- a/view/theme/dispy/style.css +++ b/view/theme/dispy/style.css @@ -643,6 +643,9 @@ section { margin: 10px 11% 0px 11%; font-size: 0.8em; padding-right: 230px;} transition: all 0.2s ease-in-out; } +#photo-next-link .icon, +#photo-prev-link .icon { display: none } + #photos-upload-spacer, #photos-upload-new-wrapper, #photos-upload-exist-wrapper { margin-bottom: 1em; } @@ -795,6 +798,108 @@ section { margin: 10px 11% 0px 11%; font-size: 0.8em; padding-right: 230px;} #cropimage-wrapper { float:left; } #crop-image-form { clear:both; } +/** + * events + **/ + +.clear { clear: both; } +.eventcal { + float: left; + font-size: 20px; +} + +.vevent { + border: 1px solid #CCCCCC; +} +.vevent .event-description, .vevent .event-location { + margin-left: 10px; + margin-right: 10px; +} +.vevent .event-start { + margin-left: 10px; + margin-right: 10px; +} + +#new-event-link { + margin-bottom: 10px; +} + +.edit-event-link, .plink-event-link { + float: left; + margin-top: 4px; + margin-right: 4px; + margin-bottom: 15px; +} + +.event-description:before { + content: url('../../../images/calendar.png'); + margin-right: 15px; +} + +.event-start, .event-end { + margin-left: 10px; + width: 330px; +} + +.event-start .dtstart, .event-end .dtend { + float: right; +} + +.event-list-date { + margin-bottom: 10px; +} + +.prevcal, .nextcal { + float: left; + margin-left: 32px; + margin-right: 32px; + margin-top: 64px; +} +.event-calendar-end { + clear: both; +} + + +.calendar { + font-family: Courier, monospace; +} +.today { + font-weight: bold; + color: #FF0000; +} + +#event-start-text, +#event-finish-text { + margin-top: 10px; + margin-bottom: 5px; +} + +#event-nofinish-checkbox, +#event-nofinish-text, +#event-adjust-checkbox, +#event-adjust-text, +#event-share-checkbox +{ + float: left; +} +#event-datetime-break { + margin-bottom: 10px; +} + +#event-nofinish-break, +#event-adjust-break, +#event-share-break { + clear: both; +} + +#event-desc-text, +#event-location-text { + margin-top: 10px; + margin-bottom: 5px; +} +#event-submit { + margin-top: 10px; +} /** * directory @@ -941,7 +1046,8 @@ section { margin: 10px 11% 0px 11%; font-size: 0.8em; padding-right: 230px;} .on { background-position: -50px -60px;} .off { background-position: -70px -60px;} - +.prev { background-position: -90px -60px;} +.next { background-position: -110px -60px;} .icon.dim { opacity: 0.3;filter:alpha(opacity=30); } -- cgit v1.2.3