mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-26 10:08:30 +00:00
stylefixes and listviews
This commit is contained in:
@@ -29,7 +29,7 @@ select, input, textarea {
|
||||
border: 1px solid #ccc;
|
||||
-moz-border-radius: 4px;
|
||||
-webkit-border-radius: 4px;
|
||||
font-size: 13px;
|
||||
font-size: inherit;
|
||||
padding: 4px;
|
||||
color: #444;
|
||||
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
||||
@@ -41,7 +41,7 @@ textarea {
|
||||
font-family: inherit;
|
||||
height: 120px;
|
||||
width: 90%;
|
||||
font-size: 12px;
|
||||
font-size: inherit;
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
@@ -104,6 +104,15 @@ div.fix_ff_cursor { overflow: auto; }
|
||||
|
||||
div.comment { color: #444; }
|
||||
|
||||
.small {
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.help {
|
||||
margin: 3px 0px;
|
||||
color: #888;
|
||||
}
|
||||
|
||||
div#body_div {
|
||||
position: relative;
|
||||
display: none;
|
||||
@@ -185,7 +194,6 @@ div.loading_div {
|
||||
display: none;
|
||||
text-align: center;
|
||||
padding: 2px;
|
||||
font-size: 12px;
|
||||
border: 1px solid #FF4;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user