85 lines
1.1 KiB
CSS
85 lines
1.1 KiB
CSS
|
|
/*
|
|
* lib/css/legacy/fields.css
|
|
*/
|
|
/* Documents */
|
|
|
|
.frm_field_table {
|
|
width: 100%;
|
|
border-collapse: collapse;
|
|
}
|
|
|
|
.datalabelcell {
|
|
padding: 2px 0px;
|
|
width: 160px;
|
|
vertical-align: top;
|
|
}
|
|
.datainputcell { padding: 2px 0px; }
|
|
|
|
|
|
.help ol {
|
|
padding-left: 19px;
|
|
}
|
|
|
|
.field_description_top {
|
|
margin-bottom: 3px;
|
|
}
|
|
|
|
.input_area input, select, textarea {
|
|
font-size: 14px;
|
|
padding: 2px;
|
|
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
.input_area input {
|
|
width: 80%;
|
|
margin: 0px;
|
|
}
|
|
.input_area select {
|
|
width: 80%;
|
|
}
|
|
.input_area textarea {
|
|
width: 90%;
|
|
}
|
|
|
|
.disp_area {
|
|
width: 80%;
|
|
padding: 2px 0px;
|
|
font-size: 12px;
|
|
background-color: #eee;
|
|
padding: 2px;
|
|
border: 1px solid #ddd;
|
|
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
}
|
|
.disp_area_no_val {
|
|
min-height: 14px;
|
|
}
|
|
|
|
.no_img {
|
|
padding: 40px;
|
|
width: 100px;
|
|
height: 20px;
|
|
color: #888;
|
|
text-align: center;
|
|
border: 1px solid #AAA;
|
|
}
|
|
|
|
.input-mandatory {
|
|
font-size: 14px !important;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.field-to-update {
|
|
background-color:#FEE;
|
|
}
|
|
|
|
.field-has-error {
|
|
border: 2px solid #C00;
|
|
}
|