Ignore:
Timestamp:
06/21/12 14:31:38 (13 years ago)
Author:
tjcschipper
Message:
  • Fixed Index Menu layout and overlays.
Location:
Dev/branches/rest-dojo-ui/client/rft/css
Files:
2 edited

Legend:

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

    r344 r345  
    172172    width: 190px;
    173173}
    174 
    175174.claro .dijitTab.dijitTabHover {
    176175    color: #ffffff;
     
    196195    -o-transition: all 0.1s;
    197196}
    198 
    199197.claro .dijitTabContainer.blue .dijitTab.dijitTabChecked {
    200198    background-color: #0072bc;
     
    212210    background-color: #3aa605;
    213211}
    214 
    215212.claro .dijitTabContainer.blue .dijitTab.dijitTabActive {
    216213    color: #0072bc;
     
    229226}
    230227
    231 
    232228/* Index Menu */
    233 .rftIndexMenuBlock {
     229.claro .rftIndexMenuBlock {
    234230    width: 400px;
    235231    height: 400px;
     
    237233    float: left;
    238234    margin: 16px;
    239     padding: 0;
    240 }
    241 
    242 .rftIndexMenuBlockMask {
     235    overflow: hidden;
     236}
     237.claro .rftIndexMenuMask {
    243238    height: 400px;
    244239    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 }
     240    background: #444444;
     241    color: #999999;
     242    margin-top: 0;
     243}
     244.claro .rftIndexMenuBlock:hover .rftIndexMenuMask {
     245    margin-top: -400px;
     246}
     247.claro .rftIndexMenuMask .label {
     248    color: #999999;
     249    font-size: 32px;
     250    line-height: 28px;
     251    height: 32px;
     252    margin: 184px 0;
     253    float: left;
     254}
     255.claro .rftIndexMenuMask .rftIcon {
     256    width: 32px;
     257    height: 32px;
     258    background-image: url('images/icons/rftIcons32.png');
     259    margin: 184px 8px 0 8px;
     260    float: left;
     261}
     262
  • Dev/branches/rest-dojo-ui/client/rft/css/rftButtons.css

    r344 r345  
    216216    font-weight: normal;
    217217}
     218.claro .rftIndexMenuButton .dijitButtonText {
     219    padding-bottom: 10px;
     220    line-height: 20px;
     221    transition: all 0.3s;
     222    -moz-transition: all 0.3s;
     223    -webkit-transition: all 0.3s;
     224    -o-transition: all 0.3s;
     225}
     226.claro .rftIndexMenuButton .dijitButtonContents {
     227    vertical-align: top;
     228}
    218229.claro .rftIndexMenuButton .rftIcon {
    219230    height: 32px;
     
    222233    padding: 0;
    223234    background-image: url('images/icons/rftIcons32.png');
     235    vertical-align: top;
    224236}
    225237.claro .oneHeight {
     
    242254}
    243255.claro .rftIndexMenuButton.rftIndexMenuButtonHover,
    244 .claro .rftIndexMenuButton.rftIndexMenuButtonHover .rftButtonText{
     256.claro .rftIndexMenuButton.rftIndexMenuButtonHover .dijitButtonText {
     257    color: #ffffff;
    245258    transition: all 0.1s;
    246259    -moz-transition: all 0.1s;
     
    248261    -o-transition: all 0.1s;
    249262}
    250 .claro .rftIndexMenuButton.rftIndexMenuButtonHover .dijitButtonText {
    251     color: #ffffff;
    252 }
    253263.claro .rftIndexMenuButton.rftIndexMenuButtonHover.blue {
    254264    background: #0072bc;
     
    266276    background: #ff5b12;
    267277}
     278.claro .rftIndexMenuButton.rftIndexMenuButtonActive {
     279    color: #000000;
     280    background: #ffffff;
     281    transition: all 0.3s;
     282    -moz-transition: all 0.3s;
     283    -webkit-transition: all 0.3s;
     284    -o-transition: all 0.3s;
     285}
     286.claro .rftIndexMenuButton.rftIndexMenuButtonActive .rftIcon {
     287    background-image: url('images/icons/rftIcons32b.png');
     288}
     289
Note: See TracChangeset for help on using the changeset viewer.