- Timestamp:
- 09/05/12 16:05:13 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/branches/rest-dojo-ui/client/rft/css/LESS/variables.less
r403 r409 40 40 @icon_smallSize: 16px; 41 41 42 // MainMenu 43 @mm_blockheight: 400px; 44 @mm_blockwidth: 400px; 45 @mm_blockmargin: 16px; 46 @mm_font_size: 32px; 42 // IndexMenu 43 @im_blockheight: 400px; 44 @im_blockwidth: 400px; 45 @im_blockmargin: 16px; 46 @im_font_size: 32px; 47 48 // Mainmenu 49 @button_mainmenu_height: 30px; 50 @button_mainmenu_spacing: 5px; 51 @button_mainmenu_padding: 4px; 52 @button_mainmenu_font_size: 24px; 53 @button_mainmenu_font_grow: @button_mainmenu_font_size / 12; 54 55 // Index menu 56 @button_indexmenu_height: 32px; 57 @button_indexmenu_content_size: 24px; 58 @button_indexmenu_font_size: @h1Size; 59 60 // SessionObject 61 @sessionobject_size: 100px; 62 @sessionObject_spacing: 2 * @std_offset_big; 47 63 48 64 // Buttons … … 58 74 @button_inline_spacing: 0; 59 75 @button_inline_font_size: @font_size; 60 61 @button_mainmenu_height: 30px;62 @button_mainmenu_spacing: 5px;63 @button_mainmenu_padding: 4px;64 @button_mainmenu_font_size: 24px;65 @button_mainmenu_font_grow: @button_mainmenu_font_size / 12;
Note: See TracChangeset
for help on using the changeset viewer.