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

    r342 r344  
    196196    font-size: 26px;
    197197}
     198
     199/* IndexMenuButton */
     200.claro .rftIndexMenuButton {
     201    display: block;
     202    margin: 0;
     203    padding: 0;
     204    line-height: 32px;
     205    vertical-align: middle;
     206    text-align: left;
     207    transition: all 0.3s;
     208    -moz-transition: all 0.3s;
     209    -webkit-transition: all 0.3s;
     210    -o-transition: all 0.3s;
     211}
     212.claro .rftIndexMenuButton .dijitButtonNode {
     213    border: none;
     214    color: #999999;
     215    font-size: 24px;
     216    font-weight: normal;
     217}
     218.claro .rftIndexMenuButton .rftIcon {
     219    height: 32px;
     220    width: 32px;
     221    margin: 0 8px;
     222    padding: 0;
     223    background-image: url('images/icons/rftIcons32.png');
     224}
     225.claro .oneHeight {
     226    height: 100px;
     227}
     228.claro .oneHeight .dijitButtonContents {
     229    margin: 34px 0 0 0;
     230}
     231.claro .twoHeight {
     232    height: 200px;
     233}
     234.claro .twoHeight .dijitButtonContents {
     235    margin: 82px 0 0 0;
     236}
     237.claro .fourHeight {
     238    height: 400px;
     239}
     240.claro .fourHeight .dijitButtonContents {
     241    margin: 184px 0 0 0;
     242}
     243.claro .rftIndexMenuButton.rftIndexMenuButtonHover,
     244.claro .rftIndexMenuButton.rftIndexMenuButtonHover .rftButtonText{
     245    transition: all 0.1s;
     246    -moz-transition: all 0.1s;
     247    -webkit-transition: all 0.1s;
     248    -o-transition: all 0.1s;
     249}
     250.claro .rftIndexMenuButton.rftIndexMenuButtonHover .dijitButtonText {
     251    color: #ffffff;
     252}
     253.claro .rftIndexMenuButton.rftIndexMenuButtonHover.blue {
     254    background: #0072bc;
     255}
     256.claro .rftIndexMenuButton.rftIndexMenuButtonHover.green {
     257    background: #3aa605;
     258}
     259.claro .rftIndexMenuButton.rftIndexMenuButtonHover.red {
     260    background: #8c0310;
     261}
     262.claro .rftIndexMenuButton.rftIndexMenuButtonHover.purple {
     263    background: #6529b7;
     264}
     265.claro .rftIndexMenuButton.rftIndexMenuButtonHover.orange {
     266    background: #ff5b12;
     267}
Note: See TracChangeset for help on using the changeset viewer.