Changeset 12671


Ignore:
Timestamp:
Nov 29, 2011, 8:27:25 PM (12 years ago)
Author:
rvelices
Message:

bug 2515: a few icons are not in CSS sprite (start/stop filter are now)
also removed many icons that are not used anymore since 2.2

Location:
trunk/themes
Files:
92 deleted
11 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/Sylvia/theme.css

    r11992 r12671  
    7272        padding: 16px 16px 0;
    7373}
    74 #menubar .button {
    75         position:relative;
    76         right:9px;
    77         top:16px;
    78         height:16px;
    79         width:16px;
     74
     75.menubarFilter {
     76        position: relative;
     77        right: 8px;
     78        top: 16px;
    8079}
    8180
  • trunk/themes/default/iconset.css

    r8463 r12671  
    4646.pwg-icon-favorite-add {background-position: -104px -78px}
    4747.pwg-icon-favorite-del {background-position: -130px -78px}
     48.pwg-icon-filter {background-position: -156px -78px}
     49.pwg-icon-filter-del {background-position: -182px -78px}
    4850
    4951.pwg-icon-camera-info {background-position: 0 -104px}
  • trunk/themes/default/template/menubar_categories.tpl

    r8727 r12671  
    11<dt>
    2   {if isset($U_START_FILTER)}
    3   <a href="{$U_START_FILTER}" title="{'display only recently posted photos'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/start_filter.png" class="button" alt="start filter"></a>
    4   {/if}
    5   {if isset($U_STOP_FILTER)}
    6   <a href="{$U_STOP_FILTER}" title="{'return to the display of all photos'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/stop_filter.png" class="button" alt="stop filter"></a>
    7   {/if}
     2        {if isset($U_START_FILTER)}
     3        <a href="{$U_START_FILTER}" class="pwg-state-default pwg-button menubarFilter" title="{'display only recently posted photos'|@translate}" rel="nofollow"><span class="pwg-icon pwg-icon-filter"> </span></a>
     4        {/if}
     5        {if isset($U_STOP_FILTER)}
     6        <a href="{$U_STOP_FILTER}" class="pwg-state-default pwg-button menubarFilter" title="{'return to the display of all photos'|@translate}"><span class="pwg-icon pwg-icon-filter-del"> </span></a>
     7        {/if}
    88        <a href="{$block->data.U_CATEGORIES}">{'Albums'|@translate}</a>
    99</dt>
  • trunk/themes/default/theme.css

    r12670 r12671  
    1515}
    1616
    17 #menubar .button {
    18         margin: -2px 2px 2px;
    19         width: auto;
    20         padding: 0;
    21         text-indent: 0;
    22         list-style: none;
    23         text-align: center;
     17.menubarFilter {
    2418        float: right;
     19        margin: -4px 0 0;
    2520}
    2621
Note: See TracChangeset for help on using the changeset viewer.