mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-02 21:18:27 +00:00
moved directory structure
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -1,84 +0,0 @@
|
||||
|
||||
/*
|
||||
* 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;
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user