2 col layout in form, docbrowser and home

This commit is contained in:
Rushabh Mehta
2012-02-20 15:40:29 +05:30
parent 13531b73eb
commit 3f29b85f5d
8 changed files with 64 additions and 37 deletions

View File

@@ -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 {