Changeset 2489 for trunk/template/yoga


Ignore:
Timestamp:
Aug 28, 2008, 3:26:26 AM (16 years ago)
Author:
rvelices
Message:
  • removed and moved (from common to admin) some CSS rules
  • upgraded jQuery and accordion to latest version (and reorganised a bit their location)
Location:
trunk/template/yoga
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/default-layout.css

    r2480 r2489  
    139139FORM.filter FIELDSET LABEL SPAN SELECT,
    140140FORM.filter FIELDSET LABEL SPAN TEXTAREA {
    141   display: inline;
    142   vertical-align: top;
    143   margin: 0 0.5em 0 0;
     141        display: inline;
     142        vertical-align: top;
     143        margin: 0 0.5em 0 0;
    144144}
    145145
    146146FORM.filter FIELDSET UL.tagSelection LI LABEL INPUT {
    147   margin-right:0;
     147        margin-right:0;
    148148}
    149149
    150150/* following declaration is important to avoid strange FF behaviour */
    151151FORM.filter FIELDSET LABEL SPAN SELECT {
    152   margin: 0;
     152        margin: 0;
    153153}
    154154
     
    243243{
    244244        margin-bottom: 0.5em;
    245 }
    246 
    247 BODY#thePopuphelpPage P#pageBottomActions A {
    248         border: none;
    249245}
    250246
  • trunk/template/yoga/popuphelp.tpl

    r2352 r2489  
    44</div> <!-- content -->
    55
    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  
    11{* $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  
    5050</div> <!-- content -->
    5151
    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.