source: ComponentRegistry/trunk/ComponentRegistry/src/main/webapp/css/adminstyle.css @ 1364

Last change on this file since 1364 was 1364, checked in by patdui, 13 years ago
  • made admin pages work with db implementation. (undelete is still broken, will be fixed shortly).
File size: 308 bytes
Line 
1div.links {
2    width: 100%;
3}
4
5div.container {
6        width: 100%;
7}
8
9div.treeView {
10    float: left;
11    width: 300px;
12}
13
14div.infoView {
15    margin: 20px 0px 0px 300px;
16}
17
18textArea.contentTextArea {
19           width: 100%;
20           height: 500px;
21}
22
23textArea.descriptionTextArea {
24       width: 100%;
25       height: 200px;
26}
Note: See TracBrowser for help on using the repository browser.