source: Dev/trunk/src/client/qed-client/css/pages/sessions.less @ 474

Last change on this file since 474 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: 289 bytes
Line 
1#rft.claro {
2        .page_sessions {
3
4                .rftObjectBox {
5                        .noPadding ();
6                        color: @text;
7
8                        .typeIcon.rftIcon {
9                                .setIcon(32px);
10                        }
11
12                        .rftLineWithActions {
13                                background-color: @green;
14                                .rftBlockButton {
15                                        .blockButtonColorMixin ("green");
16                                }
17                        }
18                }
19        }
20}
Note: See TracBrowser for help on using the repository browser.