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 */
@@ -1612,8 +1631,6 @@ div.psidebar-head {
}
div.psidebar-section {
background-color: #fff;
border: 1px solid #b2b2b7;
margin-bottom: 11px;
overflow: hidden;
}
@@ -1621,14 +1638,7 @@ div.psidebar-section {
div.psidebar-section-head {
font-size: 12px;
padding: 5px 11px;
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: 2px solid #444;
}
div.psidebar-section-body {
@@ -1650,7 +1660,7 @@ div.follower-list {
font-size: 11px;
}
/*
* lib/css/legacy/bootstrap-buttons.css
* lib/css/bootstrap/bootstrap-buttons.css
*/.btn.danger,
.alert-message.danger,
.btn.danger:hover,
@@ -2222,7 +2232,6 @@ span, div, td, input, textarea, button, select {
}
body {
background-color: #e2e2e2;
}
.erpnext-footer {