source: Dev/trunk/src/client/qed-client/css/ui/topbar.less @ 524

Last change on this file since 524 was 524, checked in by hendrikvanantwerpen, 11 years ago

Put dev mode more clearly in the title

File size: 593 bytes
Line 
1#rft.claro .topbar {
2
3    overflow-y: hidden;
4
5    h1 {
6        float: left;
7        clear: left;
8    }
9   
10    .dijitMenuBar {
11        .flatShading;
12        background-color: transparent;
13        float: right;
14        clear: right;
15        margin-top: 16px;
16    }
17
18    .breadcrumbs {
19        color: @headers;
20        .breadcrumb {
21            font-size: @font_size;
22            &.breadcrumbCurrent {
23                color: @text;
24                font-size: round(@font_size * 1.125);
25            }
26            &.breadcrumbHover {
27                color: @blue;
28            }
29        }
30    }
31}
Note: See TracBrowser for help on using the repository browser.