6mZ9zidbQjjvc9aFCXSucC changeset

Changeseted51ea0b2216 (b)
ParentNone (a)
ab
0+fieldset {
0+        margin: 0;
0+        padding: 0;
0+        border: none;
0+}
0+
0+textarea {
0+        font: inherit;
0+        border: 1px solid #999;
0+}
0+
0+input {
0+        font-size: inherit;
0+        font-family: inherit;
0+}
0+
0+#page form {
0+        font-size: 1.2em;
0+}
0+
0+#page label {
0+        display: block;
0+        float: left;   
0+        width: 28%;
0+        padding: .2em 2% 0 0;
0+        text-align: right;
0+        clear: left;
0+}
0+
0+#page .text input {
0+        width: 60%;
0+}
0+
0+input:focus,
0+textarea:focus {
0+        background: #ffc;
0+}
0+
0+#page .text_area textarea {
0+        width: 60%;
0+        height: 10em;
0+        line-height: 1.4;
0+        font-size: .8em;
0+}
0+
0+#page form .field {
0+        margin: 0;
0+        padding: 0 0 1em 0;
0+        clear: both;
0+        width: 100%;
0+        overflow: auto;
0+}
0+
0+#page form .note {
0+        font-size: .8em;
0+        padding: 0 0 0 30%;
0+        color: #444;
0+        font-style: italic;
0+}
0+
0+#page form .error label {
0+        color: #c30;
0+}
0+
0+#page form p.error {
0+        font-size: .8em;
0+        padding: 0 0 0 30%;
0+        color: #c30;
0+        font-weight: bold;
0+}
0+
0+#page form .required label {
0+        font-weight: bold;
0+}
0+
0+
0+#page form .controls {
0+        width: auto;
0+        padding: 0 0 0 30%;
0+}
0+
0+#page form .controls a.back {
0+        font-size: .8em;
0+        position: relative;
0+}
0+
...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
--- Revision None
+++ Revision ed51ea0b2216
@@ -0,0 +1,86 @@
+fieldset {
+ margin: 0;
+ padding: 0;
+ border: none;
+}
+
+textarea {
+ font: inherit;
+ border: 1px solid #999;
+}
+
+input {
+ font-size: inherit;
+ font-family: inherit;
+}
+
+#page form {
+ font-size: 1.2em;
+}
+
+#page label {
+ display: block;
+ float: left;
+ width: 28%;
+ padding: .2em 2% 0 0;
+ text-align: right;
+ clear: left;
+}
+
+#page .text input {
+ width: 60%;
+}
+
+input:focus,
+textarea:focus {
+ background: #ffc;
+}
+
+#page .text_area textarea {
+ width: 60%;
+ height: 10em;
+ line-height: 1.4;
+ font-size: .8em;
+}
+
+#page form .field {
+ margin: 0;
+ padding: 0 0 1em 0;
+ clear: both;
+ width: 100%;
+ overflow: auto;
+}
+
+#page form .note {
+ font-size: .8em;
+ padding: 0 0 0 30%;
+ color: #444;
+ font-style: italic;
+}
+
+#page form .error label {
+ color: #c30;
+}
+
+#page form p.error {
+ font-size: .8em;
+ padding: 0 0 0 30%;
+ color: #c30;
+ font-weight: bold;
+}
+
+#page form .required label {
+ font-weight: bold;
+}
+
+
+#page form .controls {
+ width: auto;
+ padding: 0 0 0 30%;
+}
+
+#page form .controls a.back {
+ font-size: .8em;
+ position: relative;
+}
+