Ignore:
Timestamp:
10/12/12 16:47:49 (13 years ago)
Author:
tjcschipper
Message:
  • Most visual bugs are gone now.
Location:
Dev/branches/rest-dojo-ui/client/rft/css/LESS
Files:
1 added
1 deleted
8 edited

Legend:

Unmodified
Added
Removed
  • Dev/branches/rest-dojo-ui/client/rft/css/LESS/main.less

    r411 r412  
    1919@import "rftObjectBox.less";
    2020@import "sessionEditor.less";
    21 @import "sessions.less";
     21
    2222
    2323// Page specific stylesheets!
    2424@import "pages/questions.less";
     25@import "pages/sessions.less";
  • Dev/branches/rest-dojo-ui/client/rft/css/LESS/mixins.less

    r411 r412  
    8383                .dijitButtonNode {
    8484                        background-color: @text;
     85                        color: @darkest;
    8586                }
    8687        }
     
    8990                        @colorName: "@{color}_light";
    9091                        background-color: @@colorName;
     92                        color: @text;
    9193                }
    9294        }
  • Dev/branches/rest-dojo-ui/client/rft/css/LESS/rftButtons.less

    r411 r412  
    7575                        .noMargin;
    7676                        height: @button_block_height;
    77                         line-height: @button_block_height;
    7877                        vertical-align: top;
     78
     79                        .dijitButtonContents {
     80                                height: 24px;
     81                        }
    7982
    8083                        .dijitButtonNode {
     
    8891                                color: @text;
    8992                                font-size: @button_block_font_size;
     93
     94                                .dijitButtonText {
     95                                        line-height: @button_block_height;
     96                                }
    9097
    9198                                .rftIcon {
     
    150157                        }
    151158
    152                         &.rftInlineButtonHover.white {
    153                                 .setIcon(16px, black);
    154                         }
    155                         &.rftInlineButtonHover.black {
    156                                 .setIcon(16px, black);
     159                        &.dijitHover {
     160                                .rftIcon {
     161                                        // outline: @headers solid thin;
     162                                }
    157163                        }
    158164                }
  • Dev/branches/rest-dojo-ui/client/rft/css/LESS/rftIcons.less

    r411 r412  
    88                        background-color: transparent;
    99                        background-repeat: no-repeat;
    10 
    11                         //Probably not needed anymore! Commenting out to see if code breaks
    12                         // &.rftMainIcon {
    13                         //      .setIcon(@icon_mainSize);
    14                         // }
    15                         // &.rftMidIcon {
    16                         //      .setIcon(@icon_midSize);
    17                         // }
    18                         // &.rftSmallIcon {
    19                         //      .setIcon(@icon_smallSize);
    20                         // }
    21 
    2210                }
    2311        }
  • Dev/branches/rest-dojo-ui/client/rft/css/LESS/rftLineWithActions.less

    r411 r412  
    1111                        margin: @std_offset 0;
    1212                        color: @text;
     13                        .bgColor("blue");
    1314
    1415                        &.dojoDndItem {
     
    3839                                white-space: nowrap;
    3940                                word-wrap: break-word;
     41                                line-height: 24px;
    4042                        }
    4143
  • Dev/branches/rest-dojo-ui/client/rft/css/LESS/rftObjectBox.less

    r411 r412  
    55                        margin: @std_offset_big 0;
    66
    7                         .rftIcon {
    8                                 .setIcon (32px);
    9                                 float: left;
    10                                 margin: 20px @std_offset_big;
     7                        .typeIcon {
     8                                // .setIcon (32px);
     9                                // margin: 20px @std_offset_big;
    1110                        }
    1211
  • Dev/branches/rest-dojo-ui/client/rft/css/LESS/rftSelector.less

    r411 r412  
    4444                                }
    4545                        }
     46
     47                        .rftSelectorOptions {
     48                                .rftLineWithActions {
     49                                        .rftInlineButton {
     50                                                .rftIcon {
     51                                                        .setIcon (16px, black);
     52                                                }
     53                                        }
     54                                }
     55                        }
    4656                }
    4757        }
  • Dev/branches/rest-dojo-ui/client/rft/css/LESS/variables.less

    r411 r412  
    1010@blue: #0072bc;
    1111@blue_light: #0794d1;
    12 @green: #3aa605;
    13 @green_light: #79ca0a;
     12// @green: #3aa605;                                     For now use the newer colours. Almost negligible difference, but looks better on non-calibrated monitors
     13// @green_light: #79ca0a;
     14@green: #25a000;
     15@green_light: #63c400;
     16
    1417@orange: #ff5b12;
    1518@orange_light: #ff9140;
Note: See TracChangeset for help on using the changeset viewer.