Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
novicell/custom_forms / css / admin_style.css
Size: Mime:
.custom-forms-admin__inline-fields {
    display: flex;
}
.custom-forms-admin__inline-fields > div:not(.tree-child) {
    margin-right: 10px;
}
.custom-forms-admin__inline-fields .inline-submit {
    position: relative;
}
.custom-forms-admin__inline-fields .inline-submit input[type="submit"] {
    position: absolute;
    bottom: 0;
    margin-bottom: 0.75em;
}
.custom-forms-admin__inline-fields .tiny-number {
    width: 100%;
}

.custom-forms-admin__field-state,
.custom-forms-admin__add-condition-button,
.custom-forms-admin__field-state-operator {
    margin-left: 15px !important;
}

.custom-forms-admin__field-state {
    margin-top: -1.25em;
    margin-bottom: -1.25em;
}
.custom-forms-admin__field-state > div:not(.tree-child) {
    margin-right: 5px;
}
.custom-forms-admin__field-state .inline-submit input[type="submit"] {
    margin-bottom: 0.95em;
}
.custom-forms-admin__field-state:first-child {
    margin-top: 0;
}
.custom-forms-admin__field-state:last-child {
    margin-bottom: 0;
}
.custom-forms-admin__field-state-operator {
    margin-bottom: 1em !important;
    margin-top: 0.5em !important;
}
.custom-forms-admin__field-state div.indentation {
    margin-top: 0.4em;
    margin-right: 0.4em;
}
.custom-forms-admin__add-condition-button {
    margin-top: 0.75em;
}
.custom-forms-admin__add-condition-button input[type="submit"] {
    margin-left: 0.2em;
}

.custom-forms-admin__add-condition-button input[type="submit"].button--small-blue {
    border-radius: 0.2rem;
    font-weight: 500;
    border-color: #1e5c90;
    background-color: #0071b8;
    background-image: -webkit-linear-gradient(top, #007bc6, #0071b8);
    background-image: linear-gradient(to bottom, #007bc6, #0071b8);
    color: #fff;
    text-shadow: 0 1px hsla(0, 0%, 0%, 0.5);
}

table.custom-forms-fields-table td  {
    padding-top: 5px;
    padding-bottom: 5px;
    position:relative;
}
table.custom-forms-fields-table td:first-of-type {
    padding-left: 10px;
}
table.custom-forms-fields-table td abbr.tabledrag-changed  {
    position: absolute;
    top: -1px;
    left: 3px;
    color: #e29700;
    text-decoration: none;
    font-weight: bold;
}

table.custom-forms-fields-table tr:hover,
table.custom-forms-fields-table tr:focus {
    background: #f6f6f6;
}
table.custom-forms-fields-table tr.drag-previous:hover,
table.custom-forms-fields-table tr.drag-previous:focus {
    background: #eeeece;
}
table.custom-forms-fields-table tr.custom-form-group {
    background: #ebebeb;
}
table.custom-forms-fields-table tr.custom-form-group.drag-previous {
    background: #ebdece;
}
table.custom-forms-fields-table tr.custom-form-group:hover,
table.custom-forms-fields-table tr.custom-form-group:focus {
    background: #d5d5d5;
}
table.custom-forms-fields-table tr.custom-form-group.drag-previous:hover,
table.custom-forms-fields-table tr.custom-form-group.drag-previous:focus {
    background: #ded2c2;
}

.custom-item-name .label {
    font-weight: 400;
}
.custom-item-name .group-label {
    font-weight: 700;
}
.custom-item-name .type {
    font-size: 11px;
    color: #bfbfbf;
}
.custom-item-name .machine-name {
    margin: 0;
    font-size: 0.8em;
    font-style: italic;
    font-weight: normal;
    float: right;
    background: #eeeeee;
    color: #999999;
    padding: 2px 8px;
    border-radius: 5px;
}

.custom-field-visibility {
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    background-size: contain;
    margin: 0 auto;
}
.custom-field-visibility.visibility-icon--visible {
    background-image: url(../images/icons/visibility-on.svg);
    opacity: 0.8;
}
.custom-field-visibility.visibility-icon--hidden {
    background-image: url(../images/icons/visibility-off.svg);
    opacity: 0.2;
}
.custom-forms-fields-table th.header-field-name {
  padding-left: 35px;
}
.custom-forms-fields-table th.header-field-name::after {
  content: attr(data-secondary-header);
  display: inline-block;
  font-size: 0.8em;
  font-style: italic;
  font-weight: normal;
  float: right;
  background: #ffffff;
  color: #bbbbbb;
  margin: 0;
  padding: 2px 8px;
  border-radius: 5px;
}

.custom-forms-fields-table th.header-visibility,
.custom-forms-fields-table td.field-visibility {
    width:1%;
    white-space:nowrap;
    text-align: center;
}