source: PSPA/Interface_Web/trunk/pspaWT/resources/form.css @ 302

Last change on this file since 302 was 22, checked in by garnier, 12 years ago

premiers pas avec Wt

File size: 1.6 KB
Line 
1.Wt-form {
2    margin: 0 auto;
3    width: 40em;
4    padding: 0.7em;
5}
6
7.Wt-form h2 {
8    font-size: 130%;
9    font-weight: bold;
10    padding: 0px;
11    margin: 8px 0px;
12    letter-spacing: inherit;
13    line-height: inherit;
14    color: inherit;
15    background: inherit;
16    height: auto;
17}
18
19.Wt-form h3 {
20    font-size: 100%;
21    font-weight: bold;
22    margin: 8px 0px;
23}
24
25.Wt-form p {
26    font-size: 85%;
27    color: #666666;
28    margin-bottom: 1.5em;
29    border-bottom: solid 1px #b7ddf2;
30    padding-bottom: 0.5em;
31}
32
33.Wt-form label {
34    display: block;
35    font-weight: bold;
36    text-align: right;
37    width: 14em;
38    float: left;
39    clear: left;
40    line-height: 110%;
41}
42
43.Wt-form .Wt-info {
44    color: #666666;
45    display: block;
46    font-size: 85%;
47    width: 16.47em;
48    font-weight: normal;
49    text-align: right;
50}
51
52.Wt-form .Wt-fields input {
53    float: left;
54    padding: 5px 2px;
55    border: solid 1px #aacfe4;
56    font-size: 90%;
57    width: 14em;
58    margin: 0.5em 0.5em 1.4em 0.7em;
59}
60
61.Wt-form .Wt-fields input[type="checkbox"] {
62    margin-top: 1em;
63    width: auto;
64}
65
66.Wt-form .Wt-fields select {
67    margin-top: 1em;
68    width: auto;
69}
70
71.Wt-form .Wt-field {
72    float: left;
73    padding: 5px 2px;
74    width: 15em;
75    margin: 0 0.5em 1.4em 0.7em;
76}
77
78.Wt-form .Wt-buttons {
79    clear: both;
80    text-align: center;
81    margin: 0.5em 0;
82}
83
84.Wt-form .Wt-buttons span {
85    text-decoration: underline;
86    cursor: pointer; cursor: hand;
87}
88
89.Wt-form .Wt-error {
90    color: black;
91}
92
93.Wt-form .Wt-col-right {
94    margin-left: 29em;
95    padding-left: 2em;
96    border-left: solid 1px #b7ddf2;
97}
Note: See TracBrowser for help on using the repository browser.