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

Last change on this file since 1168 was 1162, checked in by nanardon, 12 years ago

fix conflict

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