mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-15 04:45:09 +00:00
2 col layout in form, docbrowser and home
This commit is contained in:
@@ -12,6 +12,7 @@ body {
|
||||
font-family: Arial, Helvetica, Sans;
|
||||
font-size: 12px;
|
||||
color: #000;
|
||||
background-color: #e2e2e2;
|
||||
}
|
||||
|
||||
/* heading from bootstrap */
|
||||
@@ -225,12 +226,30 @@ div.std-footer-item {
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
.layout_wrapper {
|
||||
padding: 15px;
|
||||
.layout_wrapper, .layout-wrapper {
|
||||
-moz-box-shadow: 1px 1px 6px #AAA;
|
||||
-webkit-box-shadow: 1px 1px 6px #AAA;
|
||||
box-shadow: 1px 1px 6px #AAA;
|
||||
background-color: #fff;
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
.layout-main-section {
|
||||
width: 68%;
|
||||
float: left;
|
||||
padding: 13px;
|
||||
background-color: #FFF;
|
||||
min-height: 450px;
|
||||
}
|
||||
|
||||
.layout-side-section {
|
||||
width: 24%;
|
||||
float: right;
|
||||
margin-right: 15px;
|
||||
color: #606060;
|
||||
overflow-x: hidden;
|
||||
padding: 13px;
|
||||
min-height: 450px;
|
||||
}
|
||||
|
||||
/* from bootstrap */
|
||||
@@ -433,7 +452,7 @@ div.dialog_row table td textarea {
|
||||
}
|
||||
|
||||
/*
|
||||
* lib/css/legacy/bootstrap-buttons.css
|
||||
* lib/css/bootstrap/bootstrap-buttons.css
|
||||
*/.btn.danger,
|
||||
.alert-message.danger,
|
||||
.btn.danger:hover,
|
||||
@@ -1005,7 +1024,6 @@ span, div, td, input, textarea, button, select {
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: #e2e2e2;
|
||||
}
|
||||
|
||||
.erpnext-footer {
|
||||
|
||||
Reference in New Issue
Block a user