source: Dev/trunk/src/client/qed-client/css/dijit/TitleGroup.less @ 529

Last change on this file since 529 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: 702 bytes
Line 
1#rft.claro .dojoxTitleGroup .dijitTitlePane {
2    .noMargin;
3
4    .dijitTitlePaneTitle {
5        .flatShading;
6        .noMargin;
7        background-color: @orange;
8        border: none;
9        padding: 0 @std_offset;
10        height: @std_height;
11
12        &.dijitTitlePaneTitleHover,
13        &.dijitTitlePaneTitleFocused {
14            background-color: @orange_light;
15        }
16
17    }
18
19    .dijitTitlePaneTextNode {
20        color: @text;
21        font-size: @font_size;
22        line-height: @std_height;
23    }
24
25    .dijitTitlePaneContentOuter {
26        background-color: @base1;
27        border: none;
28    }
29
30    .dijitTitlePaneTitleFocus {
31        .noMargin;
32    }
33
34}
Note: See TracBrowser for help on using the repository browser.