Changeset 7823 for trunk/themes
- Timestamp:
- Nov 19, 2010, 9:27:24 PM (14 years ago)
- Location:
- trunk/themes/default
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/themes/default/template/month_calendar.tpl
r5178 r7823 75 75 <td class="calDayCellEmpty">{$day.DAY} 76 76 {/if} 77 {else} 78 <td class="calDayCellBlank">77 {else}{*blank cell first or last row only*} 78 <td> 79 79 {/if} 80 80 </td> -
trunk/themes/default/template/popuphelp.tpl
r5920 r7823 1 1 <div id="content" class="content"> 2 <div class="titrePage"> 3 <ul class="categoryActions"> 4 <li> 5 <a href="#" onclick="window.close();" title="{'Close this window'|@translate}"> 6 <img src="{$ROOT_URL}{$themeconf.icon_dir}/exit.png" class="button" alt="exit"> 7 </a> 8 </li> 9 </ul> 10 <h2>{$PAGE_TITLE}</h2> 11 </div> 12 2 13 {$HELP_CONTENT} 14 15 <p> 16 <a href="#" onclick="window.close();">{'Close this window'|@translate}</a> 17 </p> 18 3 19 </div> <!-- content --> 4 20 5 <ul class="categoryActions">6 <li>7 <a href="#" onclick="window.close();" title="{'Close this window'|@translate}">8 <img src="{$ROOT_URL}{$themeconf.icon_dir}/exit.png" class="button" alt="exit">9 </a>10 </li>11 </ul>12 21 -
trunk/themes/default/template/search_rules.tpl
r6993 r7823 1 1 <div id="content" class="content"> 2 <h2>{'Search rules'|@translate}</h2> 2 <div class="titrePage"> 3 <ul class="categoryActions"> 4 <li> 5 <a href="#" onclick="window.close();" title="{'Close this window'|@translate}"> 6 <img src="{$ROOT_URL}{$themeconf.icon_dir}/exit.png" class="button" alt="exit"> 7 </a> 8 </li> 9 </ul> 10 <h2>{'Search rules'|@translate}</h2> 11 </div> 3 12 4 13 {if isset($INTRODUCTION) } … … 47 56 </ul> 48 57 58 <p> 59 <a href="#" onclick="window.close();">{'Close this window'|@translate}</a> 60 </p> 61 49 62 </div> <!-- content --> 50 63 51 <ul class="categoryActions">52 <li>53 <a href="#" onclick="window.close();" title="{'Close this window'|@translate}">54 <img src="{$ROOT_URL}{$themeconf.icon_dir}/exit.png" class="button" alt="exit">55 </a>56 </li>57 </ul> -
trunk/themes/default/theme.css
r6577 r7823 140 140 list-style: none; 141 141 text-align: center; 142 }143 144 .content DIV.titrePage UL.categoryActions {145 142 float: right; 146 text-align: center;147 143 } 148 144 … … 156 152 157 153 .content UL.categoryActions A IMG, UL.categoryActions A { 158 border: none;154 border: 0; 159 155 margin-bottom: -5px; 160 156 } … … 170 166 font-weight: bold; 171 167 margin: 0 1px; 168 border: 1px solid gray; 172 169 } 173 170 … … 194 191 } 195 192 196 TD.calDayCellFull, TD.calDayCellEmpty , TD.calDayCellBlank{193 TD.calDayCellFull, TD.calDayCellEmpty { 197 194 vertical-align: top; 198 font-weight: bold; 199 font-size: 18px; 195 font-weight: bold; 196 font-size: 18px; 197 border: 1px solid gray; 200 198 } 201 199 … … 851 849 } 852 850 853 /*calendar*/854 SPAN.calItem, SPAN.calItemEmpty,855 TD.calDayCellEmpty, TD.calDayCellFull {856 border: 1px solid gray;857 }858 859 851 #piwigoAbout {width:600px;margin:0 auto;} 860 852 #linkToPiwigo {text-align:center;}
Note: See TracChangeset
for help on using the changeset viewer.