seitime-frappe/frappe/public/css/page.css
2015-01-27 19:46:29 +05:30

69 lines
1.1 KiB
CSS

.page-container {
margin-top: 40px;
}
.page-head {
border-bottom: 1px solid #d1d8dd;
height: 70px;
position: fixed;
left: 0;
right: 0;
margin: auto;
background-color: #fff;
z-index: 2;
}
.sub-heading {
display: inline-block;
margin-right: 10px;
}
.page-body {
overflow-x: hidden;
}
.page-title h6 {
margin-top: -8px;
}
.page-title .title-text {
margin-right: 7px;
}
.page-actions {
padding-top: 20px;
padding-bottom: 20px;
}
.page-icon-group a {
margin-right: 7px;
}
.layout-main {
margin-top: 70px;
}
/* show menu aligned to the right border of the dropdown */
.page-actions .dropdown-menu {
right: 0px;
left: auto;
}
.layout-main-section {
border: 1px solid #d1d8dd;
border-top: 0px;
}
.layout-main-section-wrapper {
margin-bottom: 60px;
padding-right: 0px;
}
.layout-side-section {
margin-right: -15px;
}
.form-intro-area {
padding: 15px;
}
.page-form {
margin: 0px;
padding-top: 15px;
border-bottom: 1px solid #d1d8dd;
}
.page-form .form-group {
margin-bottom: 15px;
}
.page-form .checkbox {
margin-top: 2px;
}
.page-form .checkbox input {
margin-top: -3px;
}