blob: 61892eeb72222f5c7951867f99470e16d5ff8291 [file] [log] [blame]
Rushabh Mehtaa9209432012-05-07 18:00:57 +05301
2/*
3 * lib/css/legacy/fields.css
4 */
5/* Documents */
6
7.frm_field_table {
8 width: 100%;
9 border-collapse: collapse;
10}
11
12.datalabelcell {
13 padding: 2px 0px;
14 width: 160px;
15 vertical-align: top;
16}
17.datainputcell { padding: 2px 0px; }
18
19
20.help ol {
21 padding-left: 19px;
22}
23
24.field_description_top {
25 margin-bottom: 3px;
26}
27
28.input_area input, select, textarea {
29 font-size: 14px;
30 padding: 2px;
Rushabh Mehtad6814dd2012-07-10 18:38:59 +053031
32 -webkit-border-radius: 3px;
33 -moz-border-radius: 3px;
34 border-radius: 3px;
Rushabh Mehtaa9209432012-05-07 18:00:57 +053035}
36
37.input_area input {
38 width: 80%;
39 margin: 0px;
40}
41.input_area select {
42 width: 80%;
43}
44.input_area textarea {
45 width: 90%;
46}
47
48.disp_area {
49 width: 80%;
50 padding: 2px 0px;
51 font-size: 12px;
Rushabh Mehtad6814dd2012-07-10 18:38:59 +053052 background-color: #eee;
53 padding: 2px;
54 border: 1px solid #ddd;
55
56 -webkit-border-radius: 3px;
57 -moz-border-radius: 3px;
58 border-radius: 3px;
Rushabh Mehtaa9209432012-05-07 18:00:57 +053059}
60.disp_area_no_val {
Rushabh Mehtad6814dd2012-07-10 18:38:59 +053061 min-height: 14px;
Rushabh Mehtaa9209432012-05-07 18:00:57 +053062}
63
64.no_img {
65 padding: 40px;
66 width: 100px;
67 height: 20px;
68 color: #888;
69 text-align: center;
70 border: 1px solid #AAA;
71}
72
73.input-mandatory {
74 font-size: 14px !important;
75 font-weight: bold;
76}
77
78.field-to-update {
79 background-color:#FEE;
80}