Changeset 412 for Dev/branches/rest-dojo-ui/client/rft/css/LESS
- Timestamp:
- 10/12/12 16:47:49 (13 years ago)
- 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 19 19 @import "rftObjectBox.less"; 20 20 @import "sessionEditor.less"; 21 @import "sessions.less"; 21 22 22 23 23 // Page specific stylesheets! 24 24 @import "pages/questions.less"; 25 @import "pages/sessions.less"; -
Dev/branches/rest-dojo-ui/client/rft/css/LESS/mixins.less
r411 r412 83 83 .dijitButtonNode { 84 84 background-color: @text; 85 color: @darkest; 85 86 } 86 87 } … … 89 90 @colorName: "@{color}_light"; 90 91 background-color: @@colorName; 92 color: @text; 91 93 } 92 94 } -
Dev/branches/rest-dojo-ui/client/rft/css/LESS/rftButtons.less
r411 r412 75 75 .noMargin; 76 76 height: @button_block_height; 77 line-height: @button_block_height;78 77 vertical-align: top; 78 79 .dijitButtonContents { 80 height: 24px; 81 } 79 82 80 83 .dijitButtonNode { … … 88 91 color: @text; 89 92 font-size: @button_block_font_size; 93 94 .dijitButtonText { 95 line-height: @button_block_height; 96 } 90 97 91 98 .rftIcon { … … 150 157 } 151 158 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 } 157 163 } 158 164 } -
Dev/branches/rest-dojo-ui/client/rft/css/LESS/rftIcons.less
r411 r412 8 8 background-color: transparent; 9 9 background-repeat: no-repeat; 10 11 //Probably not needed anymore! Commenting out to see if code breaks12 // &.rftMainIcon {13 // .setIcon(@icon_mainSize);14 // }15 // &.rftMidIcon {16 // .setIcon(@icon_midSize);17 // }18 // &.rftSmallIcon {19 // .setIcon(@icon_smallSize);20 // }21 22 10 } 23 11 } -
Dev/branches/rest-dojo-ui/client/rft/css/LESS/rftLineWithActions.less
r411 r412 11 11 margin: @std_offset 0; 12 12 color: @text; 13 .bgColor("blue"); 13 14 14 15 &.dojoDndItem { … … 38 39 white-space: nowrap; 39 40 word-wrap: break-word; 41 line-height: 24px; 40 42 } 41 43 -
Dev/branches/rest-dojo-ui/client/rft/css/LESS/rftObjectBox.less
r411 r412 5 5 margin: @std_offset_big 0; 6 6 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; 11 10 } 12 11 -
Dev/branches/rest-dojo-ui/client/rft/css/LESS/rftSelector.less
r411 r412 44 44 } 45 45 } 46 47 .rftSelectorOptions { 48 .rftLineWithActions { 49 .rftInlineButton { 50 .rftIcon { 51 .setIcon (16px, black); 52 } 53 } 54 } 55 } 46 56 } 47 57 } -
Dev/branches/rest-dojo-ui/client/rft/css/LESS/variables.less
r411 r412 10 10 @blue: #0072bc; 11 11 @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 14 17 @orange: #ff5b12; 15 18 @orange_light: #ff9140;
Note: See TracChangeset
for help on using the changeset viewer.