Changeset 25232 for trunk/themes
- Timestamp:
- Oct 30, 2013, 7:35:08 AM (11 years ago)
- Location:
- trunk/themes
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/themes/Sylvia/theme.css
r20982 r25232 319 319 padding:2px 5px 0 8px; 320 320 } 321 .calItemEmpty, td.calDayCellEmpty, td.calDayCellFull {321 SPAN.calItem, td.calDayCellEmpty, td.calDayCellFull { 322 322 border:1px solid #666; 323 323 } -
trunk/themes/clear/theme.css
r14084 r25232 73 73 74 74 /*calendar elements*/ 75 .calItem , .calItemEmpty75 .calItem 76 76 { 77 77 border: 1px solid silver; -
trunk/themes/default/template/month_calendar.tpl
r24831 r25232 12 12 {else} 13 13 {foreach from=$bar.items item=item} 14 <span class="calItem{if !isset($item.URL)}Empty{/if}"{if isset($item.NB_IMAGES)} title="{$item.NB_IMAGES|@translate_dec:'%d photo':'%d photos'}"{/if}> 15 {if isset($item.URL)} 16 <a href="{$item.URL}">{$item.LABEL}</a> 14 {if !isset($item.URL)} 15 <span class="calItem">{$item.LABEL}</span> 17 16 {else} 18 {$item.LABEL}17 <a class="calItem"{if isset($item.NB_IMAGES)} title="{$item.NB_IMAGES|@translate_dec:'%d photo':'%d photos'}"{/if} href="{$item.URL}">{$item.LABEL}</a> 19 18 {/if} 20 </span>21 19 {/foreach} 22 20 {/if} -
trunk/themes/default/theme.css
r24966 r25232 141 141 } 142 142 143 .calItem , .calItemEmpty{143 .calItem { 144 144 font-weight: bold; 145 145 margin: 0 1px; 146 padding: 0 1px; 146 147 border: 1px solid gray; 147 148 } 148 149 .calItem A { text-decoration:none }150 149 151 150 .calendarCalBar { … … 665 664 666 665 /* So that non-links are slightly greyed out */ 667 .content .navigationBar, .calItemEmpty, TD.calDayCellEmpty {666 .content .navigationBar, SPAN.calItem, TD.calDayCellEmpty { 668 667 color: #b0b0b0; 669 668 }
Note: See TracChangeset
for help on using the changeset viewer.