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/layout.css

    r342 r344  
    5353
    5454/* Topbar  */
    55 .topbar {
     55.claro .topbar {
    5656    overflow-y: hidden;
    5757}
    58 .topbar .dijitMenuBar {
     58.claro .topbar .dijitMenuBar {
     59    border: none;
     60    background-color: transparent;
     61    background-image: none;   
    5962    float: right;
    6063    clear: right;
     
    172175.claro .dijitTab.dijitTabHover {
    173176    color: #ffffff;
     177    border-color: #ffffff;
    174178    transition: all 0.1s;
    175179    -moz-transition: all 0.1s;
     
    183187    -webkit-transition: all 0.1s;
    184188    -o-transition: all 0.1s;
    185     /* The delay on clicking is wrong, needs to be quicker! */
    186189}
    187190.claro .dijitTab.dijitTabChecked {
     
    225228    color: #3aa605;
    226229}
     230
     231
     232/* Index Menu */
     233.rftIndexMenuBlock {
     234    width: 400px;
     235    height: 400px;
     236    background: #444444;
     237    float: left;
     238    margin: 16px;
     239    padding: 0;
     240}
     241
     242.rftIndexMenuBlockMask {
     243    height: 400px;
     244    width: 400px;
     245    margin: 0 0 0 -400px;
     246    background: #ff00ff;
     247    color: #999999;
     248    visibility: visible;
     249    float: left;
     250}
     251.rftIndexMenuBlockMask:hover {
     252    visibility: hidden;
     253}
Note: See TracChangeset for help on using the changeset viewer.