Changeset 13729 for trunk/themes/dark


Ignore:
Timestamp:
Mar 25, 2012, 9:20:13 PM (12 years ago)
Author:
Zaphod
Message:

feature 2588: template modification for v2.4

-> new class .switchBox for all boxes (sortOrder, derivative, etc...)
-> new classes to help layout in switchBoxes:

  • .switchCheck for the check character
  • .switchSelected for the selected option
  • .switchUnselected for all other options

-> new menubar.tpl with empty div #menuSwitcher

File:
1 edited

Legend:

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

    r13697 r13729  
    1818}
    1919
    20 #menubar DL, .content, #imageToolBar, #imageHeaderBar, #derivativeSwitchBox, #sortOrderBox, .header_notes {
     20#menubar DL, .content, #imageToolBar, #imageHeaderBar, .switchBox, .header_notes {
    2121        background-color: #505050;
    2222}
     
    3131
    3232/* borders */
    33 #menubar DL, .content, #derivativeSwitchBox, #sortOrderBox{
     33#menubar DL, .content, .switchBox {
    3434        border: 1px solid #000;
    3535}
Note: See TracChangeset for help on using the changeset viewer.