source: Dev/trunk/client/qed/css/sessionEditor.less @ 431

Last change on this file since 431 was 425, checked in by hendrikvanantwerpen, 12 years ago

Always use the LESS stylesheets.

File size: 893 bytes
Line 
1#rft {
2        &.claro {
3
4                .rftSessionObject {
5                        .noOffset;
6                        width: @sessionobject_size;
7                        height: @sessionobject_size;
8                        background: @headers;
9                        margin: @std_offset_big;
10                        display: inline-block;
11
12
13                        .rftIcon {
14                                .setIcon (32px);
15                                @iconOffsetX: ((@sessionobject_size - 32px)/2);
16                                margin: @std_offset_big @iconOffsetX 0 @iconOffsetX;
17                        }
18
19                        label {
20                                .noOffset;
21                                float: left;
22                                clear: both;
23                                width: @sessionobject_size;
24                                text-align: center;
25                                color: @text;
26                                overflow: hidden;
27                        }
28
29
30
31
32                        &.blue {
33                                background-color: @blue;
34                                &.selected {
35                                        background-color: @blue_light;
36                                }
37                        }
38                        &.green {
39                                background-color: @green;
40                                &.selected {
41                                        background-color: @green_light;
42                                }
43                        }
44                        &.red {
45                                background-color: @red;
46                                &.selected {
47                                        background-color: @red_light;
48                                }
49                        }
50                       
51                }
52        }
53}
Note: See TracBrowser for help on using the repository browser.