123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882 |
- @import "globals";
- /* FORM ROWS */
- .form-row {
- overflow: hidden;
- padding: 10px;
- img, input {
- vertical-align: middle;
- }
- label input[type="checkbox"] {
- margin-top: 0;
- vertical-align: 0;
- }
- p {
- padding-left: 0;
- }
- .select2 {
- @include for-phone {
- width: auto !important;
- max-width: 100%;
- }
- }
- }
- .hidden {
- display: none;
- }
- /* FORM LABELS */
- label {
- .required &, &.required {
- font-weight: bold;
- &:after {
- content: "*";
- }
- }
- .form-row.errors & {
- color: $error-text-color;
- }
- }
- /* RADIO BUTTONS */
- form {
- ul.radiolist {
- li {
- list-style-type: none;
- }
- label {
- float: none;
- display: inline;
- }
- input[type="radio"] {
- margin: -2px 4px 0 0;
- padding: 0;
- }
- }
- ul.inline {
- margin-left: 0;
- padding: 0;
- li {
- float: left;
- padding-right: 7px;
- }
- }
- }
- /* ALIGNED FIELDSETS */
- .aligned {
- label {
- display: block;
- padding: 8px 10px 0 0;
- float: left;
- width: 160px;
- word-wrap: break-word;
- line-height: 1;
- @include for-mobile {
- display: block;
- padding: 0 0 0 2px;
- margin-bottom: 8px;
- float: none;
- width: auto;
- }
- }
- label + p {
- padding: 6px 0;
- margin-top: 0;
- margin-bottom: 0;
- margin-left: 170px;
- @include for-mobile {
- margin-left: 0;
- }
- }
- ul label {
- display: inline;
- float: none;
- width: auto;
- }
- .form-row input {
- margin-bottom: 0;
- }
- .vCheckboxLabel {
- float: none;
- width: auto;
- display: inline-block;
- vertical-align: -3px;
- padding: 0 0 5px 0;
- & + p.help {
- margin-top: -4px;
- }
- }
- }
- form .aligned {
- ul {
- margin-left: 160px;
- padding-left: 10px;
- @include for-mobile {
- margin-left: 0;
- padding-left: 0;
- }
- }
- ul.radiolist {
- display: inline-block;
- margin: 0;
- padding: 0;
- }
- p.help {
- clear: left;
- margin-top: 0;
- margin-left: 160px;
- padding-left: 10px;
- @include for-mobile {
- margin-left: 0;
- padding-left: 0;
- }
- }
- label + p.help {
- margin-left: 0;
- padding-left: 0;
- }
- p.help:last-child {
- margin-bottom: 0;
- padding-bottom: 0;
- }
- input + p.help,
- textarea + p.help,
- select + p.help {
- margin-left: 160px;
- padding-left: 10px;
- @include for-mobile {
- margin-left: 0;
- padding-left: 0;
- }
- }
- ul li {
- list-style: none;
- }
- table p {
- margin-left: 0;
- padding-left: 0;
- }
- }
- .colMS .aligned .vLargeTextField, .colMS .aligned .vXMLLargeTextField {
- width: 350px;
- @include for-mobile {
- width: 100%;
- }
- }
- .colM .aligned .vLargeTextField, .colM .aligned .vXMLLargeTextField {
- width: 510px;
- @include for-mobile {
- width: 100%;
- }
- }
- .checkbox-row p.help {
- margin-left: 0;
- padding-left: 0;
- }
- /* FIELDSETS */
- fieldset {
- .field-box {
- float: left;
- margin-right: 20px;
- }
- &.monospace textarea {
- font-family: "Bitstream Vera Sans Mono", Monaco, "Courier New", Courier, monospace;
- }
- }
- /* WIDE FIELDSETS */
- .wide label {
- width: 200px;
- }
- form .wide p, form .wide input + p.help {
- margin-left: 200px;
- @include for-mobile {
- margin-left: 0;
- }
- }
- form .wide p.help {
- padding-left: 38px;
- @include for-mobile {
- padding-left: 0;
- }
- }
- .colM fieldset.wide .vLargeTextField, .colM fieldset.wide .vXMLLargeTextField {
- width: 450px;
- @include for-mobile {
- width: 100%;
- }
- }
- /* COLLAPSED FIELDSETS */
- //fieldset.collapsed * {
- // display: none;
- //}
- //
- //fieldset.collapsed h2, fieldset.collapsed {
- // display: block;
- //}
- //
- //fieldset.collapsed {
- // border: 1px solid #eee;
- // border-radius: 4px;
- // overflow: hidden;
- //}
- //
- //fieldset.collapsed h2 {
- // background: #f8f8f8;
- // color: #666;
- //}
- //
- //fieldset .collapse-toggle {
- // color: #fff;
- //}
- //
- //fieldset.collapsed .collapse-toggle {
- // background: transparent;
- // display: inline;
- // color: #447e9b;
- //}
- /* MONOSPACE TEXTAREAS */
- fieldset.monospace textarea {
- font-family: "Bitstream Vera Sans Mono", Monaco, "Courier New", Courier, monospace;
- }
- /* SUBMIT ROW */
- .submit-row {
- margin: 20px 0;
- overflow: hidden;
- @include for-mobile {
- margin-bottom: 10px;
- }
- input {
- &, &:visited, &:hover {
- margin: 0 5px 5px 0;
- padding: 0 20px;
- font-size: 12px;
- @include for-phone {
- display: block;
- width: 100%;
- margin: 0 0 8px 0;
- }
- }
- &.default {
- margin: 0 8px 5px 0;
- @include for-phone {
- display: block;
- width: 100%;
- margin: 0 0 20px 0;
- }
- }
- }
- p {
- margin: 0.3em;
- }
- p.deletelink-box {
- display: block;
- float: right;
- padding: 0;
- margin: 0 5px 5px 0;
- @include for-phone {
- float: none;
- display: block;
- margin: 0 0 8px 0;
- }
- }
- a.deletelink {
- &, &:visited, &:hover {
- display: inline-block;
- background-color: $danger-button-background-color;
- color: $danger-button-text-color;
- border: 0;
- border-radius: 4px;
- height: 32px;
- line-height: 32px;
- outline: 0;
- font-size: 12px;
- font-weight: lighter;
- text-align: center;
- padding: 0 20px;
- text-transform: uppercase;
- box-sizing: border-box;
- transition: background $transitions-duration, box-shadow $transitions-duration, border $transitions-duration;
- @include for-phone {
- display: block;
- width: 100%;
- }
- }
- &:hover, &:focus {
- background-color: $button-hover-background-color;
- color: $button-hover-text-color;
- }
- &:active {
- background-color: $button-active-background-color;
- color: $button-active-text-color;
- }
- }
- }
- body.popup .submit-row {
- overflow: auto;
- }
- /* CUSTOM FORM FIELDS */
- .vSelectMultipleField {
- vertical-align: top;
- }
- .vCheckboxField {
- border: none;
- }
- .vDateField, .vTimeField {
- margin-right: 2px;
- margin-bottom: 4px;
- border-radius: 4px 0 0 4px !important;
- border-right: 0 !important;
- @include for-width(374px) {
- border-radius: 4px !important;
- border-right: 1px !important;
- }
- &-link {
- vertical-align: top;
- display: inline-block;
- @include for-width(374px) {
- display: none;
- }
- span {
- width: 32px;
- height: 32px;
- line-height: 32px !important;
- background-color: $button-background-color;
- color: $button-text-color;
- display: inline-block;
- vertical-align: middle;
- text-align: center;
- border-radius: 0 4px 4px 0;
- }
- &:hover span {
- background-color: $button-hover-background-color;
- color: $button-hover-text-color;
- }
- }
- }
- .vDateField {
- min-width: 6.85em;
- }
- .vTimeField {
- min-width: 4.7em;
- }
- .vDateField-link + .vTimeField {
- margin-left: 10px;
- }
- .vURLField {
- width: 30em;
- }
- .vLargeTextField, .vXMLLargeTextField {
- width: 48em;
- @include for-mobile {
- width: 100%;
- }
- }
- .flatpages-flatpage #id_content {
- height: 40.2em;
- }
- .module table .vPositiveSmallIntegerField {
- width: 2.2em;
- }
- .vTextField {
- width: 20em;
- @include for-phone {
- width: 100%;
- }
- }
- .vIntegerField {
- width: 6em;
- }
- .vBigIntegerField {
- width: 10em;
- }
- .vForeignKeyRawIdAdminField {
- width: 5em;
- }
- /* INLINES */
- .inline-group {
- padding: 0;
- background-color: $content-background-color;
- border-radius: 4px;
- border: 0;
- thead th {
- padding: 8px 10px;
- }
- .aligned label {
- width: 160px;
- }
- > fieldset.module {
- padding: 0;
- }
- }
- .inline-related {
- position: relative;
- h3 {
- margin: 0;
- background: linear-gradient(to top, $content-background-color 0%, $content-contrast-background-color 100%);
- font-weight: bold;
- color: $text-color;
- padding: 20px 30px 0 30px;
- @include for-mobile {
- padding: 20px 20px 0 20px;
- line-height: 2;
- }
- > b {
- margin-right: 10px;
- }
- .inline_label {
- display: inline-block;
- background: $content-contrast2-background-color;
- color: $content-contrast2-text-color;
- padding: 4px 8px;
- border-radius: 5px;
- font-size: 10px;
- font-weight: normal;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- max-width: 100%;
- box-sizing: border-box;
- vertical-align: middle;
- @include for-mobile {
- margin-right: 10px;
- line-height: normal;
- }
- ~ .inlinechangelink, ~ .inlineviewlink {
- font-size: 18px;
- margin-left: 10px;
- vertical-align: middle;
- &:before {
- margin: 0;
- }
- }
- }
- span.delete, .inline-deletelink {
- float: right;
- margin-left: 10px;
- display: inline-block;
- background: $danger-button-background-color;
- color: $danger-button-text-color;
- padding: 4px 8px;
- border-radius: 5px;
- font-size: 10px;
- font-weight: normal;
- vertical-align: middle;
- white-space: nowrap;
- @include for-mobile {
- float: none;
- margin-left: 0;
- line-height: normal;
- }
- label {
- font-size: 10px;
- vertical-align: middle;
- &:before {
- font-size: 10px;
- color: $danger-button-text-color;
- vertical-align: middle;
- }
- }
- }
- }
- fieldset {
- margin: 0;
- background: #fff;
- width: 100%;
- &.module {
- background-color: inherit;
- box-sizing: border-box;
- h3 {
- margin: 0;
- padding: 2px 5px 3px 5px;
- font-size: 11px;
- text-align: left;
- font-weight: bold;
- background: #bcd;
- color: #fff;
- }
- }
- }
- }
- .inline-related.tabular fieldset.module {
- padding: 0;
- table {
- width: 100%;
- }
- }
- .inline-group {
- .tabular {
- overflow-x: auto;
- -webkit-overflow-scrolling: touch;
- table {
- box-shadow: none;
- margin: 0;
- }
- thead th, thead td {
- background: linear-gradient(to top, $content-background-color 0%, $content-contrast-background-color 100%);
- font-weight: bold;
- color: $text-color;
- a:link, a:visited {
- color: $text-color;
- }
- }
- td.original {
- white-space: nowrap;
- width: 1px;
- padding-right: 0;
- &.empty {
- padding: 0;
- }
- p {
- padding: 0;
- .inlinechangelink, .inlineviewlink {
- font-size: 18px;
- margin: 0;
- vertical-align: middle;
- }
- }
- }
- tr.add-row td {
- padding: 8px 10px;
- border-bottom: 1px solid #eee;
- }
- }
- ul.tools {
- padding: 0;
- margin: 0;
- list-style: none;
- li {
- display: inline;
- padding: 0 5px;
- }
- }
- div.add-row, .tabular tr.add-row td {
- padding: 16px;
- border: 0;
- }
- ul.tools a.add, div.add-row a, .tabular tr.add-row td a {
- font-size: 12px;
- font-weight: bold;
- vertical-align: middle;
- &:before {
- @include font-icon;
- content: $icon-add;
- vertical-align: middle;
- margin-right: 4px;
- }
- }
- }
- .empty-form {
- display: none;
- }
- /* RELATED FIELD ADD ONE / LOOKUP */
- form .related-widget-wrapper ul {
- display: inline-block;
- margin-left: 0;
- padding-left: 0;
- }
- .clearable-file-input input {
- margin-top: 0;
- }
- .changeform-navigation {
- display: none;
- float: left;
- margin-bottom: 20px;
- @include for-mobile {
- margin-bottom: 5px;
- margin-right: 10px;
- }
- &.initialized {
- display: block;
- }
- &-button {
- font-weight: bold;
- vertical-align: middle;
- }
- }
- .related-widget-wrapper-link {
- opacity: 0.5;
- transition: opacity $transitions-duration;
- &:link {
- opacity: 1;
- }
- }
- .add-related, .add-another, .change-related, .delete-related, .related-lookup {
- display: none;
- &.initialized {
- display: inline-block;
- }
- .form-row & {
- margin-top: 10px;
- }
- }
- .related-widget-wrapper-icon {
- &:before {
- @include font-icon;
- font-size: 20px;
- vertical-align: middle;
- }
- .add-related &, .add-another & {
- &:before {
- content: $icon-add3;
- }
- }
- .change-related & {
- &:before {
- content: $icon-edit;
- }
- }
- .delete-related & {
- &:before {
- content: $icon-cross;
- }
- }
- }
- .related-lookup {
- margin-left: 6px;
- &:before {
- @include font-icon;
- font-size: 20px;
- vertical-align: middle;
- content: $icon-search;
- }
- }
- /* TABS */
- .changeform-tabs {
- margin: 0;
- padding: 0 0 0 16px;
- border-bottom: 2px solid $background-color;
- background-color: $content-background-color;
- border-radius: 4px 4px 0 0;
- @include for-mobile {
- padding: 10px 10px 5px 10px;
- }
- &-item {
- display: inline-block;
- padding: 0;
- line-height: normal;
- a, a:hover, a:visited {
- display: inline-block;
- padding: 12px 4px;
- margin: 0 8px 0 0;
- border-bottom: 2px solid transparent;
- position: relative;
- top: 2px;
- color: $dim-text-color;
- font-weight: bold;
- font-size: 11px;
- text-transform: uppercase;
- transition: background-color $fast-transitions-duration,
- color $fast-transitions-duration,
- border-color $transitions-duration;
- @include for-mobile {
- margin: 0 5px 5px 0;
- padding: 8px 12px;
- top: auto;
- border: 0;
- border-radius: 5px;
- font-weight: normal;
- background: $button-background-color;
- color: $button-text-color;
- }
- }
- a:hover {
- color: $text-color;
- }
- &.errors {
- & a, & a:hover, & a:visited {
- border-color: $tab-error-border-color;
- @include for-mobile {
- background: $danger-button-background-color;
- color: $danger-button-text-color;
- }
- }
- }
- &.selected {
- & a, & a:hover, & a:visited {
- color: $text-color;
- border-color: $tab-selected-border-color;
- @include for-mobile {
- background: $button-hover-background-color;
- color: $button-hover-text-color;
- }
- }
- }
- }
- ~ .module, ~ .inline-group {
- display: none !important;
- border-radius: 0 0 4px 4px;
- &.selected {
- display: block !important;
- }
- }
- }
- body.change-form #content-main > form > div {
- > .module, > .inline-group {
- display: none;
- &.initialized {
- display: block;
- }
- }
- }
|