Last change
on this file since 256 was
256,
checked in by hendrikvanantwerpen, 13 years ago
|
Reworked project structure based on REST interaction and Dojo library. As
soon as this is stable, the old jQueryUI branch can be removed (it's
kept for reference).
|
File size:
634 bytes
|
Line | |
---|
1 | .mainHeader { |
---|
2 | display: inline-block; |
---|
3 | width: 100%; |
---|
4 | border-bottom: 1px solid; |
---|
5 | } |
---|
6 | |
---|
7 | .mainTitle { |
---|
8 | display: block; |
---|
9 | float: left; |
---|
10 | border-right: 1px solid; |
---|
11 | padding-right: 5px; |
---|
12 | margin-right: 5px; |
---|
13 | } |
---|
14 | |
---|
15 | .mainMenu { |
---|
16 | display: block; |
---|
17 | float: left; |
---|
18 | } |
---|
19 | |
---|
20 | .mainUserInfo { |
---|
21 | display: block; |
---|
22 | float: right; |
---|
23 | border-left: 1px solid; |
---|
24 | padding-left: 5px; |
---|
25 | margin-left: 5px; |
---|
26 | } |
---|
27 | |
---|
28 | .menuItem { |
---|
29 | margin: 0px 5px 0px 5px; |
---|
30 | } |
---|
31 | |
---|
32 | #content { |
---|
33 | display: block; |
---|
34 | clear: both; |
---|
35 | } |
---|
36 | |
---|
37 | .loginLabel { |
---|
38 | float: left; |
---|
39 | clear: left; |
---|
40 | width: 100px; |
---|
41 | } |
---|
42 | |
---|
43 | .loginInput { |
---|
44 | float: left; |
---|
45 | clear: right; |
---|
46 | width: 150px; |
---|
47 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.