Last change
on this file since 432 was
432,
checked in by hendrikvanantwerpen, 12 years ago
|
Split up and re-organized LESS. Not sure how it all works yet though.
|
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.