Last change
on this file since 281 was
281,
checked in by hendrikvanantwerpen, 13 years ago
|
- [Client] Removed local Dojo copy and pull in via svn:external.
- [Client] Keep categories of questions in alphabetical order.
- [Client] Added skeleton QuestionWidget? for different question types.
|
File size:
405 bytes
|
Line | |
---|
1 | html,body { |
---|
2 | width: 100%; |
---|
3 | height: 100%; |
---|
4 | } |
---|
5 | |
---|
6 | .mainHeader { |
---|
7 | display: inline-block; |
---|
8 | width: 100%; |
---|
9 | border-bottom: 1px solid; |
---|
10 | } |
---|
11 | |
---|
12 | .mainMenu { |
---|
13 | width: 100%; |
---|
14 | } |
---|
15 | |
---|
16 | .menuItem { |
---|
17 | margin: 0px 5px 0px 5px; |
---|
18 | } |
---|
19 | |
---|
20 | #content { |
---|
21 | display: block; |
---|
22 | clear: both; |
---|
23 | } |
---|
24 | |
---|
25 | .loginLabel { |
---|
26 | float: left; |
---|
27 | clear: left; |
---|
28 | width: 100px; |
---|
29 | } |
---|
30 | |
---|
31 | .loginInput { |
---|
32 | float: left; |
---|
33 | clear: right; |
---|
34 | width: 150px; |
---|
35 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.