source: trunk/LATMOS-Accounts-Web/root/static/struct.css @ 1211

Last change on this file since 1211 was 1211, checked in by nanardon, 11 years ago

display improvement

File size: 664 bytes
Line 
1/* $Id$ */
2
3#header  {
4    width: 100%;
5    padding: 0.2em;
6}
7
8#sidebar {
9    width: 20%;
10    padding: 0.2em;
11    float: left;
12}
13
14#mainbox {
15    width: 78%;
16    padding: 0em;
17    float: right;
18}
19
20#oinfo {
21}
22
23#oaction {
24    clear: both;
25}
26#oaction form {
27    display: inline-block;
28}
29
30#omenu {
31    clear: both;
32}
33
34#objectform {
35    clear: both;
36}
37
38#objectform div {
39    display: inline-block;
40    vertical-align: text-top;
41}
42#objectform form {
43    display: inline-block;
44    vertical-align: text-top;
45}
46#objectform table {
47    display: inline-block;
48    vertical-align: text-top;
49}
50
51#footer {
52    clear: both;
53    padding: 0.2em;
54}
55
56#navigate {
57    float: right;
58}
Note: See TracBrowser for help on using the repository browser.