Changeset 2489 for trunk/template/yoga
- Timestamp:
- Aug 28, 2008, 3:26:26 AM (16 years ago)
- Location:
- trunk/template/yoga
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/template/yoga/default-layout.css
r2480 r2489 139 139 FORM.filter FIELDSET LABEL SPAN SELECT, 140 140 FORM.filter FIELDSET LABEL SPAN TEXTAREA { 141 142 143 141 display: inline; 142 vertical-align: top; 143 margin: 0 0.5em 0 0; 144 144 } 145 145 146 146 FORM.filter FIELDSET UL.tagSelection LI LABEL INPUT { 147 147 margin-right:0; 148 148 } 149 149 150 150 /* following declaration is important to avoid strange FF behaviour */ 151 151 FORM.filter FIELDSET LABEL SPAN SELECT { 152 152 margin: 0; 153 153 } 154 154 … … 243 243 { 244 244 margin-bottom: 0.5em; 245 }246 247 BODY#thePopuphelpPage P#pageBottomActions A {248 border: none;249 245 } 250 246 -
trunk/template/yoga/popuphelp.tpl
r2352 r2489 4 4 </div> <!-- content --> 5 5 6 <p id="pageBottomActions"><a href="#" onclick="window.close();" title="{'Close this window'|@translate}"><img src="{$themeconf.icon_dir}/exit.png" class="button" alt="close"></a></p> 6 <ul class="categoryActions"> 7 <li> 8 <a href="#" onclick="window.close();" title="{'Close this window'|@translate}"> 9 <img src="{$ROOT_URL}{$themeconf.icon_dir}/exit.png" class="button" alt="exit"> 10 </a> 11 </li> 12 </ul> 13 -
trunk/template/yoga/redirect.tpl
r2249 r2489 1 1 {* $Id$ *} 2 <p>{$REDIRECT_MSG}</p> 3 <p><a href="{$page_refresh.U_REFRESH}">{'click_to_redirect'|@translate}</a></p> 2 <h2>{$REDIRECT_MSG}</h2> 3 <p style="text-align:center; margin: 2em"> 4 <a href="{$page_refresh.U_REFRESH}"> 5 {'click_to_redirect'|@translate} 6 </a> 7 </p> -
trunk/template/yoga/search_rules.tpl
r2352 r2489 50 50 </div> <!-- content --> 51 51 52 <p id="pageBottomActions"> 53 <a href="#" onclick="window.close();" title="{'Close this window'|@translate}"> 54 <img src="{$themeconf.icon_dir}/exit.png" class="button" alt="close"> 55 </a> 56 </p> 52 <ul class="categoryActions"> 53 <li> 54 <a href="#" onclick="window.close();" title="{'Close this window'|@translate}"> 55 <img src="{$ROOT_URL}{$themeconf.icon_dir}/exit.png" class="button" alt="exit"> 56 </a> 57 </li> 58 </ul>
Note: See TracChangeset
for help on using the changeset viewer.