source: Dev/trunk/src/qed-client/css/pages/session.less @ 447

Last change on this file since 447 was 443, checked in by hendrikvanantwerpen, 12 years ago

Reorganized for Node --- the SVN gods hate us all!

Lost all historical info on moved files, because SVN is a f *.

Also we have Node now, serving both the static content and forwarding
database requests.

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