mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-05 22:48:27 +00:00
new cms with public folder
This commit is contained in:
69
public/css/fields.css
Normal file
69
public/css/fields.css
Normal file
@@ -0,0 +1,69 @@
|
||||
|
||||
/*
|
||||
* 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;
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
.disp_area_no_val {
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user