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