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

Last change on this file since 519 was 519, checked in by hendrikvanantwerpen, 11 years ago
  • Support different environments with QED_ENV. If dev, run against qed-dev database, if production, run against qed database. The UI indicates if we are running in anything but production mode.
  • Return undefined if we allow page leaves, because null is treated as a value.
  • Changed format of design docs, so it can work for different databases.
  • Use correct design documents in configCouch, so server now actually updates them when it starts.
File size: 670 bytes
Line 
1#rft.claro .topbar {
2
3    overflow-y: hidden;
4
5    h1 {
6        float: left;
7        clear: left;
8    }
9   
10    #qedModeNode {
11        float: left;
12        margin-top: 28px;
13    }
14   
15    .dijitMenuBar {
16        .flatShading;
17        background-color: transparent;
18        float: right;
19        clear: right;
20        margin-top: 16px;
21    }
22
23    .breadcrumbs {
24        color: @headers;
25        .breadcrumb {
26            font-size: @font_size;
27            &.breadcrumbCurrent {
28                color: @text;
29                font-size: round(@font_size * 1.125);
30            }
31            &.breadcrumbHover {
32                color: @blue;
33            }
34        }
35    }
36}
Note: See TracBrowser for help on using the repository browser.