mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-14 02:31:21 +00:00
framework build
This commit is contained in:
@@ -1945,6 +1945,10 @@ div.std-footer-item {
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.layout-section {
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
.layout-main-section {
|
||||
width: 71%;
|
||||
float: left;
|
||||
@@ -2201,6 +2205,29 @@ div.time_field select{
|
||||
width: 45px;
|
||||
}
|
||||
|
||||
/* sidebar */
|
||||
|
||||
div.sidebar-comment-wrapper input {
|
||||
width: 50%;
|
||||
}
|
||||
div.sidebar-comment-message {
|
||||
margin-top: 8px;
|
||||
color: #777;
|
||||
}
|
||||
|
||||
div.sidebar-comment-text {
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
margin-top: 8px;
|
||||
color: #444;
|
||||
}
|
||||
div.sidebar-comment-info {
|
||||
color: #777;
|
||||
}
|
||||
|
||||
/*
|
||||
* lib/css/legacy/fields.css
|
||||
*/
|
||||
/* Documents */
|
||||
|
||||
.frm_field_table {
|
||||
@@ -2267,26 +2294,6 @@ div.time_field select{
|
||||
background-color:#FEE;
|
||||
}
|
||||
|
||||
/* sidebar */
|
||||
|
||||
div.sidebar-comment-wrapper input {
|
||||
width: 50%;
|
||||
}
|
||||
div.sidebar-comment-message {
|
||||
margin-top: 8px;
|
||||
color: #777;
|
||||
}
|
||||
|
||||
div.sidebar-comment-text {
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
margin-top: 8px;
|
||||
color: #444;
|
||||
}
|
||||
div.sidebar-comment-info {
|
||||
color: #777;
|
||||
}
|
||||
|
||||
/*
|
||||
* lib/css/legacy/grid.css
|
||||
*/
|
||||
@@ -3494,7 +3501,7 @@ div.appframe-titlebar {
|
||||
background: -ms-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* IE10+ */
|
||||
background: linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* W3C */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
|
||||
border-bottom: 1px solid #ccc;
|
||||
border-bottom: 1px solid #aaa;
|
||||
min-height: 1.2em;
|
||||
}
|
||||
|
||||
|
||||
@@ -1425,6 +1425,10 @@ div.std-footer-item {
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.layout-section {
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
.layout-main-section {
|
||||
width: 71%;
|
||||
float: left;
|
||||
@@ -1846,6 +1850,39 @@ div.stat-bar {
|
||||
|
||||
|
||||
|
||||
/*
|
||||
* lib/css/ui/views.css
|
||||
*/
|
||||
|
||||
.breadcrumbs {
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.breadcrumbs a {
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
div.appframe-titlebar {
|
||||
padding: 6px;
|
||||
background: #eeeeee; /* Old browsers */
|
||||
background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
|
||||
background: -webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
|
||||
background: -o-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
|
||||
background: -ms-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* IE10+ */
|
||||
background: linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* W3C */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
|
||||
border-bottom: 1px solid #aaa;
|
||||
min-height: 1.2em;
|
||||
}
|
||||
|
||||
div.appframe-toolbar {
|
||||
padding: 4px;
|
||||
background: #eeeeee;
|
||||
border-top: 1px solid #f8f8f8;
|
||||
border-bottom: 1px solid #ccc;
|
||||
}
|
||||
|
||||
/*
|
||||
* erpnext/startup/startup.css
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user