Last change
on this file since 274 was
274,
checked in by hendrikvanantwerpen, 13 years ago
|
- [Client] Moved pages in subtree of rft/, allowing controllers next to them.
- [Client] Created questions page, gives overview and allows adding.
- [Client] Page controllers inherit from _Page, because the previous mechanism w
asn't working.
- [Client] Added new user registration.
- [Server] Changed user passwords to passwordHash/passwordSalt combination.
- [Server] Added simple object marshalling and unmarshalling to preserve types.
- [Server] Added ResearchToolObjectInterface? with static create() method. Implemented for all model classes.
|
File size:
355 bytes
|
Line | |
---|
1 | .mainHeader { |
---|
2 | display: inline-block; |
---|
3 | width: 100%; |
---|
4 | border-bottom: 1px solid; |
---|
5 | } |
---|
6 | |
---|
7 | .mainMenu { |
---|
8 | width: 100%; |
---|
9 | } |
---|
10 | |
---|
11 | .menuItem { |
---|
12 | margin: 0px 5px 0px 5px; |
---|
13 | } |
---|
14 | |
---|
15 | #content { |
---|
16 | display: block; |
---|
17 | clear: both; |
---|
18 | } |
---|
19 | |
---|
20 | .loginLabel { |
---|
21 | float: left; |
---|
22 | clear: left; |
---|
23 | width: 100px; |
---|
24 | } |
---|
25 | |
---|
26 | .loginInput { |
---|
27 | float: left; |
---|
28 | clear: right; |
---|
29 | width: 150px; |
---|
30 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.