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

Last change on this file was 1602, checked in by nanardon, 9 years ago

Revoir le menu principal

File size: 746 bytes
RevLine 
[977]1/* $Id$ */
[976]2
3#header  {
[1596]4    width: auto;
[976]5    padding: 0.2em;
6}
7
8#sidebar {
[1513]9    font-size: 0.9em;
[976]10}
11
[1513]12#sidebar [name="q"] {
13    width: 130px;
14}
15
[1596]16#sidebar form {
17    display: inline-block;
18}
19
20#sidebar>span {
21    padding-left: 20px;
22}
23
[976]24#mainbox {
[1596]25    width: auto;
26    padding: 1em;
27    border: groove 10px;
[976]28}
29
[1162]30#oinfo {
31}
32
33#oaction {
[976]34    clear: both;
35}
[1162]36#oaction form {
37    display: inline-block;
38}
[976]39
[1162]40#omenu {
41    clear: both;
[976]42}
43
44#objectform {
[1162]45    clear: both;
[976]46}
47
[1162]48#objectform div {
49    vertical-align: text-top;
[976]50}
[1162]51#objectform form {
52    display: inline-block;
53    vertical-align: text-top;
54}
55#objectform table {
56    display: inline-block;
57    vertical-align: text-top;
58}
[976]59
[1162]60#footer {
61    clear: both;
62    padding: 0.2em;
[976]63}
[1162]64
65#navigate {
66    float: right;
67}
Note: See TracBrowser for help on using the repository browser.