Ignore:
Timestamp:
06/20/12 19:07:01 (13 years ago)
Author:
tjcschipper
Message:
  • mSessions.html is more or less done
  • mMenu.html is nearly done, still needs non-hover overlays on the menu boxes/buttons
  • Fixed theme dependency, style overrides now work on a stock copy of Dojo claro theme!
  • Improved iconset alignment somewhat, still needs pixel tweaks to rftIcons24.png and rftIcons16.png (Icons are sometimes 1px too wide!)
  • Fixed MainMenu? template and applied styling classes. Replaced markup version with rft.ui.MainMenu? version in all mockups.
  • Fixed colour settings/context on LineWithButtons?
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/branches/rest-dojo-ui/client/rft/css/rftSelector.css

    r342 r344  
    33    font-size: 13px;
    44}
    5 .claro .rftLineWithButtons {
    6     height: 24px;
    7     line-height: 24px;
    8     font-size: 13px;
    9     margin: 4px 0;
    10     white-space: nowrap;
    11 }
    125.claro .rftSelector .rftLineWithButtons {
    136    margin: 0;
    14 }
    15 .claro .rftLineWithButtons .rftLineWithButtonsButtons {
    16     float: right;
    17     height: 24px;
    18     line-height: 24px;
    19     margin: 0;
    20     padding: 0;
    21 }
    22 .claro .rftLineWithButtons .rftLineWithButtonsButtons .rftBlockButton {
    23     float: right;
    24     clear: none;
    25 }
    26 .claro .rftLineWithButtons .rftLineWithButtonsTitle {
    27     float: left;
    28     margin: 0 8px 0 8px;
    297}
    308.claro .rftSelectorSelected .rftSelectorColor {
     
    3513}
    3614
    37 /* Own standard colour settings */
    38 .claro .rftLineWithButtons.blue {
    39     background-color: #0072bc;
    40     color: #ffffff;
    41 }
    42 .claro .rftLineWithButtons.red {
    43     background-color: #8c0310;
    44     color: #ffffff;
    45 }
    46 .claro .rftLineWithButtons.green {
    47     background-color: #3aa605;
    48     color: #ffffff;
    49 }
    50 .claro .rftLineWithButtons.purple {
    51     background-color: #6529b7;
    52     color: #ffffff;
    53 }
    54 .claro .rftLineWithButtons.orange {
    55     background-color: #ff5b12;
    56     color: #ffffff;
    57 }
    58 .claro .rftLineWithButtons.trans {
    59     background-color: transparent;
    60     color: #ffffff;
    61 }
    62 
    63 /* Background colour settings for the various contexts of rftLineWithButtons */
     15/* Set default LWB colour to white. */
    6416.claro .rftSelector .rftLineWithButtons {
    6517    background-color: #ffffff;
    6618    color: #000000;
    67 }
    68 .claro .blue.rftSelector .rftLineWithButtons {
    69     background-color: #0072bc;
    70     color: #ffffff;
    71 }
    72 .claro .red.rftSelector .rftLineWithButtons {
    73     background-color: #8c0310;
    74     color: #ffffff;
    75 }
    76 .claro .green.rftSelector .rftLineWithButtons {
    77     background-color: #3aa605;
    78     color: #ffffff;
    79 }
    80 .claro .purple.rftSelector .rftLineWithButtons {
    81     background-color: #6529b7;
    82     color: #ffffff;
    83 }
    84 .claro .orange.rftSelector .rftLineWithButtons {
    85     background-color: #ff5b12;
    86     color: #ffffff;
    8719}
    8820
     
    10739    background-color: #00ff00;
    10840}
    109 
    110 /* rftSessionBar */
    111 .claro .rftSessionBar {
    112     margin: 8px 0;
    113 }
    114 .claro .rftSessionBar .rftIcon.typeIcon {
    115     background-image: url('images/icons/rftIcons32.png');
    116     height: 32px;
    117     width: 32px;
    118     margin: 20px 8px;
    119     float: left;
    120 }
    121 .claro .rftSessionBar .rftLineWithButtons {
    122     margin: 0;
    123     padding: 0;
    124 }
Note: See TracChangeset for help on using the changeset viewer.