Ignore:
Timestamp:
Jul 1, 2011, 3:19:35 PM (13 years ago)
Author:
mistic100
Message:

feature:2317 move order config to Admin->Config->Options
new GUI interface for simple paterns
in GUI, order_by and order_by_inside_category are merged (not un DB)
users can define special paterns with $conforder_by_custom and $conforder_by_inside_category_custom

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/default/theme.css

    r11014 r11587  
    10491049div.token-input-dropdown ul li em {font-weight: bold;font-style: normal;}
    10501050div.token-input-dropdown ul li.token-input-selected-dropdown-item {background-color: #3b5998;color: #fff;}
     1051
     1052#mainConfCheck a.addFilter {background: url(icon/plus.gif) no-repeat 0 4px;width:19px;height:19px;display:inline-block;}
     1053#mainConfCheck a.addFilter:hover {background-position:0 5px;border:none;}
     1054#mainConfCheck a.addFilter span {display:none;}
     1055#mainConfCheck a.removeFilter {background: url(icon/remove_filter.png) no-repeat top left;width:7px;height:7px;display:inline-block;}
     1056#mainConfCheck a.removeFilter:hover {background: url(icon/remove_filter_hover.png);border:none;}
     1057#mainConfCheck a.removeFilter span {display:none;}
     1058#mainConfCheck span.property span.filter:first-child a.removeFilter {display:none;} /* can't delete the first field */
     1059#mainConfCheck span.filter {margin-right:10px;}
     1060#mainConfCheck .transparent {opacity:0.5;filter:alpha(opacity=50);}
     1061#mainConfCheck .order_by_is_custom {display:block;font-weight:normal;font-style:italic;}
Note: See TracChangeset for help on using the changeset viewer.