|
- @import "variables.less";
-
- .form-print-wrapper {
- border: 1px solid @border-color;
- border-top: none;
- }
-
- .print-preview-wrapper {
- padding: 30px 0px;
- background-color: @navbar-bg;
- }
-
- .print-toolbar {
- margin: 0px;
- padding: 10px 0px;
- border-bottom: 1px solid @border-color;
- }
-
- .form-inner-toolbar {
- padding: 10px 15px 0px;
- background-color: @light-bg;
- text-align: right;
-
- .btn {
- margin-bottom: 10px;
- }
- }
-
- .form-clickable-section {
- border-top: 1px solid @border-color;
- padding: 10px 15px;
- background-color: @panel-bg;
- }
-
- .form-page.second-page {
- border-top: 1px solid @border-color;
- }
-
- .form-message {
- padding: 15px;
- }
-
- .document-flow-wrapper {
- padding: 40px 15px 30px;
- font-size: @text-medium;
- border-bottom: 1px solid @light-border-color;
-
- .document-flow {
- display: inline-block;
- position: relative;
- left: 50%;
- transform: translateX(-50%);
-
- .document-flow-link-wrapper {
- width: 140px;
- display: inline-block;
- }
-
-
- .document-flow-link-wrapper:not(:last-child) {
- border-top: 1px solid @indicator-darkgrey;
- // padding-left: 20px;
- // padding-right: 20px;
- margin-right: -4px;
- }
-
- .document-flow-link-wrapper:first-child {
- // padding-left: 0px;
- }
-
- .document-flow-link-wrapper:last-child {
- // padding-right: 0px;
- margin-right: -140px;
- }
-
- .document-flow-link {
- margin-top: -10px;
- display: inline-block;
- }
-
- .document-flow-link:not(.disabled):hover,
- .document-flow-link:not(.disabled):focus,
- .document-flow-link:not(.disabled):active {
- .document-flow-link-label {
- text-decoration: underline;
- }
- }
-
- .document-flow-link-label {
- display: inline-block;
- margin-left: -50%;
- margin-top: 5px;
- }
- }
- }
-
- @media(max-width: @screen-xs) {
- .document-flow-wrapper {
- display: none;
- }
- }
-
- .form-dashboard {
- background-color: @light-bg;
- border-bottom: 1px solid @border-color;
- }
-
- .form-documents h6 {
- margin-top: 15px;
- }
-
- .form-dashboard-section {
- padding: 15px 30px;
- border-bottom: 1px solid @light-border-color;
- }
-
- .form-dashboard-section:last-child {
- border-bottom: none;
- }
-
- .form-heatmap {
- padding-top: 30px;
-
- .heatmap-message {
- margin-top: 10px;
- }
-
- @media (max-width: @screen-sm) {
- overflow: hidden;
- overflow-x: scroll;
- }
- }
-
- .inline-graph {
- .inline-graph-half {
- width: 48%;
- display: inline-block;
- position: relative;
- height: 30px;
-
- .inline-graph-count {
- font-size: 10px;
- position: absolute;
- left: 0;
- right: 0;
- top: 3px;
- padding: 0px 5px;
- text-align: left;
- }
- .inline-graph-bar {
- position: absolute;
- left: 0;
- right: 0;
- top: 20px;
- }
- .inline-graph-bar-inner {
- display: block;
- float: left;
- background-color: @border-color;
- height: 6px;
- border-radius: 0px 3px 3px 0px;
- }
- .inline-graph-bar-inner.dark {
- background-color: @text-color;
- }
-
- }
- .inline-graph-half:first-child {
- border-right: 1px solid @border-color;
- margin-right: -3px;
-
- .inline-graph-count {
- text-align: right;
- }
-
- .inline-graph-bar-inner {
- float: right;
- border-radius: 3px 0px 0px 3px;
- }
- }
- }
-
- .progress-area {
- padding-top: 15px;
- padding-bottom: 15px;
- }
-
- .form-links {
- .document-link {
- margin-bottom: 10px;
- height: 22px;
- }
-
- .document-link:hover .badge-link {
- text-decoration: underline;
- }
-
- .document-link:hover .badge-link[disabled='disabled'] {
- text-decoration: none;
- }
-
- .count {
- display: inline-block;
- margin-left: 5px;
- margin-right: 5px;
- }
- }
-
- h6.uppercase, .h6.uppercase {
- font-size: 11px;
- font-weight: normal;
- letter-spacing: 0.4px;
- text-transform: uppercase;
- color: @text-muted;
- }
-
- .form-section {
- margin: 0px;
- padding: 15px;
-
-
- .form-section-description {
- margin-bottom: 10px;
- }
-
- .form-section-heading {
- margin: 10px 0px;
- }
-
- .section-head {
- margin: 0px 0px 15px 15px;
- cursor: pointer;
-
- .collapse-indicator {
- color: @text-extra-muted;
- margin-left: 10px;
- position: relative;
- bottom: -1px;
- }
-
- .collapse-indicator.octicon-chevron-up {
- bottom: -2px;
- }
- }
- .section-head.collapsed {
- margin-bottom: 0px;
- }
- }
-
- .form-section:not(:last-child),
- .form-inner-toolbar {
- border-bottom: 1px solid @border-color;
- }
-
- .empty-section {
- display: none !important;
- }
-
- .shaded-section {
- //background-color: @light-bg;
- }
-
- .modal {
- .form-layout {
- margin: -15px;
- }
-
- .form-grid .form-layout {
- margin: 0px;
- }
-
- .form-section {
- padding: 15px 7px;
- }
- }
-
- .help ol {
- padding-left: 19px;
- }
-
- .field_description_top {
- margin-bottom: 3px;
- }
-
- .user-actions {
- margin-bottom: 15px;
- }
- .user-actions a {
- font-weight: bold;
- }
-
- .badge-important {
- background-color: #e74c3c;
- }
-
- .address-box {
- background-color: @light-bg;
- padding: 0px 15px;
- margin: 15px 0px;
- border: 1px solid @border-color;
- border-radius: 3px;
- font-size: 12px;
- }
-
- .timeline {
- margin: 30px 0px;
-
- .timeline-head {
- .comment-input {
- height: auto;
- }
- }
- }
-
- .timeline-item {
- margin-top: 0px;
-
- b {
- color: @text-color !important;
- }
-
- blockquote {
- font-size: inherit;
- }
-
- .btn-more {
- margin-left: 65px;
- }
-
- .gmail_extra {
- display: none;
- }
- }
-
- .timeline-items {
- position: relative;
- }
-
- .timeline {
- position: relative;
- }
-
- .timeline::before {
- content: " ";
- border-left: 1px solid @border-color;
- position: absolute;
- top: 0px;
- bottom: -124px;
- left: 43px;
- z-index: 0;
- }
-
- .timeline.in-dialog::before {
- bottom: 0px;
- }
-
- @media(max-width: @screen-sm) {
- .timeline::before {
- bottom: -64px;
- }
- }
-
- .timeline-item.user-content {
- margin: 30px 0px 30px 27px;
-
- .media-body {
- border: 1px solid @border-color;
- border-radius: 3px;
- margin-left: -7px;
- position: relative;
-
- // to display the triangle beside the box
- overflow: visible;
- }
-
- .avatar-medium {
- margin-right: 10px;
- height: 45px;
- width: 45px;
- }
-
- .comment-header {
- background-color: @light-bg;
- padding: 10px 15px 10px 13px;
- margin: 0px;
- color: @text-muted;
- border-bottom: 1px solid @light-border-color;
-
- .octicon-heart {
- color: @heart-color;
- cursor: pointer;
- }
- }
-
- .reply {
- padding: 15px;
-
- & > div > p:first-child {
- margin-top: 0px;
- }
-
- & > div > p:last-child {
- margin-bottom: 0px;
- }
-
- hr {
- margin: 10px 0px;
- }
- }
-
- .close-btn-container {
- padding: 4px 10px 2px 5px;
- }
-
- .edit-btn-container {
- padding: 4px 5px;
-
- .edit {
- color: inherit;
- font-size: 21px;
- line-height: 1;
-
- .octicon-check {
- font-size: 1em;
- }
-
- &:hover, &:focus {
- color: #000;
- }
- }
- }
-
- .comment-likes {
- margin-left: 5px;
- }
-
- .media-body:after, .media-body:before {
- right: 100%;
- top: 15px;
- border: solid transparent;
- content: " ";
- height: 0;
- width: 0;
- position: absolute;
- pointer-events: none;
- }
-
- .media-body:after {
- border-color: rgba(136, 183, 213, 0);
- border-right-color: #fafbfc;
- border-width: 6px;
- margin-top: -6px;
- }
- .media-body:before {
- border-color: rgba(194, 225, 245, 0);
- border-right-color: @border-color;
- border-width: 7px;
- margin-top: -7px;
- }
- }
-
- .timeline-item.notification-content {
- padding-left: 30px;
- margin: 30px 0px;
- position: relative;
- color: @text-muted;
-
- * {
- color: @text-muted;
- }
-
- .fa-fw {
- margin-left: 36px;
- }
-
- div.small {
- padding-left: 40px;
-
- .fa-fw {
- margin-left: 0px;
- }
- }
-
- .octicon-heart {
- color: @heart-color !important;
- }
- }
-
- .timeline-indicator() {
- content: " ";
- width: 7px;
- height: 7px;
- background-color: @border-color;
- // background-color: white;
- // border: 1px solid @border-color;
- position: absolute;
- left: 40px;
- border-radius: 50%;
- top: 5px;
- }
-
- .timeline-item.notification-content::before {
- .timeline-indicator();
- }
-
- .timeline-item .reply-link {
- padding-left: 7px;
- }
-
- .timeline-head {
- background-color: white;
- // padding: 15px 30px;
- border: 1px solid @border-color;
- border-radius: 3px;
- position: relative;
- z-index: 1;
-
- .comment-input-header {
- background-color: @light-bg;
- padding: 7px 15px;
- border-bottom: 1px solid @light-border-color;
- }
-
- .comment-input-container {
- padding: 15px;
-
- .awesomplete > ul {
- min-width: 200px;
- }
- }
-
- .comment-input {
- border-color: @light-border-color;
- max-width: 100%;
-
- &:focus {
- box-shadow: none;
- }
- }
- }
-
- @media(max-width: @screen-xs) {
- .timeline-head {
- border-left: none;
- border-right: none;
- border-radius: 0px;
- }
- }
-
- .signature-field {
- min-height: 300px;
- background: #fff;
- border: 1px solid @border-color;
- border-radius: 3px;
- position: relative;
- margin-top: -10px;
- }
- .signature-display {
- margin: 7px 0px;
- background: #fff;
- }
- .signature-btn-row {
- position: absolute;
- bottom: 12px;
- right: 12px;
- }
- .signature-reset {
- height: 30px;
- width: 30px;
- padding: 4px 0px;
- }
-
- .signature-img {
- border: 1px solid @border-color;
- background: #fff;
- border-radius: 3px;
- margin-top: 5px;
- width: 100%;
- max-height: 300px;
- }
-
-
- .timeline-new-email {
- margin: 30px 0px;
- padding-left: 70px;
- position: relative;
- }
-
- .timeline-new-email::before {
- .timeline-indicator();
- }
-
- .form-footer h5 {
- margin: 15px 0px;
- font-weight: bold;
- }
-
- .control-label, .grid-heading-row {
- color: @text-muted;
- font-size: 12px;
- }
-
- .control-label {
- margin-bottom: 5px;
- font-weight: normal;
- }
-
- .like-disabled-input {
- margin-bottom: 7px;
- border-radius: 3px;
- min-height: 30px;
- font-weight: bold;
- background-color: @navbar-bg;
- padding: 5px 10px;
- border-radius: 3px;
- }
-
- .disabled-check {
- color: @navbar-bg;
- margin-right: 3px;
- margin-bottom: -2px;
- }
-
- .like-disabled-input.for-description {
- font-weight: normal;
- }
-
- .frappe-control& {
- margin-bottom: 10px;
-
- .help-box {
- margin-top: 3px;
- }
-
- pre {
- white-space: pre-wrap;
- background-color: inherit;
- border: none;
- padding: 0px;
- margin: 0px;
- }
- }
-
- .hide-control {
- display: none !important;
- }
-
- .shared-user {
- margin-bottom: 10px;
- }
-
- .attach-missing-image,
- .attach-image-display {
- cursor: pointer;
- }
-
- select.form-control {
- -webkit-appearance: none;
- -moz-appearance: none;
- appearance: none;
- }
-
- .form-control.bold {
- color: #000;
- font-weight: bold;
- background-color: @extra-light-yellow;
- }
-
- .form-headline {
- padding: 0px 15px;
- margin: 0px;
- }
-
- .form-headline .alert {
- font-size: @text-medium;
- background-color: @light-yellow;
- font-weight: normal !important;
- border: 0px;
- border-radius: 0px;
- margin-bottom: 0px;
- margin: 0px -15px;
- padding: 10px 30px;
- }
-
- .delivery-status-indicator {
- display: inline-block;
- margin-top: -3px;
- margin-left: 1px;
- font-weight: 500;
- color: @text-muted;
- }
-
- // above mobile
- @media (min-width: 768px) {
- .layout-main .form-column.col-sm-12 > form > .input-max-width {
- max-width: 50%;
- padding-right: 15px;
- }
-
- // don't max-width when in form-grid with half width
- .col-sm-6 .form-grid .form-column.col-sm-12 > form > .input-max-width {
- max-width: none;
- padding-right: 0px;
- }
-
- .form-column.col-sm-6 textarea[data-fieldtype="Code"] {
- height: 120px !important;
- }
- }
-
- // upto tablets
- @media (max-width: @screen-sm) {
- .form-section .form-section-heading {
- margin-top: 10px;
- }
- }
-
- // mobile
- @media (max-width: @screen-xs) {
- // padding to form section on mobile
- .form-section {
- .section-head {
- padding: 15px 15px 15px 0px;
- }
- .section-body .form-column:first-child{
- .radio, .checkbox{
- margin-top: 0;
- }
- }
- }
-
- .form-column {
- border-bottom: 1px solid @light-border-color;
- padding-top: 15px;
- padding-bottom: 15px;
- }
-
- .form-column:last-child {
- border-bottom: 0px;
- }
-
- .form-section {
- padding-left: 0px !important;
- padding-right: 0px !important;
- }
-
- .form-grid {
- margin-left: -17px;
- margin-right: -17px;
- border-left: none !important;
- border-right: none !important;
- border-radius: none;
- }
-
- // forms
-
- .form-page {
- .form-section {
- padding: 0px 15px;
- }
-
- .frappe-control& {
- padding: 7px 15px;
- border-bottom: 1px solid @light-border-color;
- margin: 0px -15px;
-
- .link-btn {
- top: -2px;
- }
-
- .like-disabled-input {
- min-height: 0px !important;
- }
-
- &:last-child {
- margin-bottom: 0px;
- }
- }
-
- .frappe-control:last-child {
- border-bottom: 0px;
- }
-
- .frappe-control[data-fieldtype="Table"] {
- padding: 0px 15px;
- margin-top: -1px;
- border-bottom: none;
-
- label {
- margin-top: 7px;
- }
- }
-
- // .form-section:last-child .form-column:last-child .frappe-control:last-child {
- // border-bottom: none;
- // }
-
- .form-control {
- border: none;
- border-bottom: 1px solid @border-color;
- box-shadow: none;
- background-color: inherit;
- height: auto;
- padding: 0px;
- margin-bottom: 7px;
- border-radius: 0px;
-
- // make all fields left-aligned!
- text-align: left !important;
- }
-
- .form-control:focus {
- box-shadow: none;
- }
-
- // select.form-control {
- // text-indent: -2px;
- // }
- }
- }
-
- body[data-route^="Form/Communication"] textarea[data-fieldname="subject"] {
- height: 80px !important;
- }
|