root.libs.composum.nodes.commons.components.css.components.css Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of composum-nodes-commons Show documentation
Show all versions of composum-nodes-commons Show documentation
general components and objects to use the Sling API
/* general */
button {
padding: 4px 6px;
}
fieldset {
border: 1px solid #aaa;
}
.input-group-btn .btn-default .fa {
line-height: 20px;
}
.invisible {
visibility: hidden;
}
.hidden {
display: none;
}
.alert-hidden {
display: none;
}
.align-left {
float: left;
}
.align-right {
float: right;
}
.align-right label {
margin-right: 5px;
}
.align-right .dropdown-menu {
right: 0;
left: auto;
}
/* alert like 'hint' */
.hint {
padding: 15px;
margin-bottom: 20px;
border: 1px solid transparent;
border-radius: 4px;
}
.hint h4 {
margin-top: 0;
color: inherit;
}
.hint .hint-link {
font-weight: bold;
}
.hint > p,
.hint > ul {
margin-bottom: 0;
}
.hint > p + p {
margin-top: 5px;
}
.hint {
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.hint-success {
background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
background-repeat: repeat-x;
border-color: #b2dba1;
}
.hint-info {
background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
background-repeat: repeat-x;
border-color: #9acfea;
}
.hint-warning {
background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
background-repeat: repeat-x;
border-color: #f5e79e;
}
.hint-danger {
background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
background-repeat: repeat-x;
border-color: #dca7a7;
}
/**/
.action-bar {
margin-right: 0;
padding: 5px;
}
.action-bar .btn span.label {
display: none;
}
.action-bar label {
margin: 0;
line-height: 30px;
color: #888;
}
.modal-body > .form-group:last-child {
margin-bottom: 0;
}
.modal-content > .widget-form {
margin-bottom: 0;
}
/**
* Checkbox
*/
.form-group.checkbox {
margin-top: 32px;
}
.checkbox-widget.form-control {
border: none;
box-shadow: none;
padding-left: 0;
}
.form-checkbox {
height: 59px;
padding-top: 23px;
margin-bottom: 5px;
}
.form-checkbox-col {
height: 36px;
margin-bottom: 5px;
}
/**
* Radio Group
*/
.radio-group-widget.form-control {
border: none;
border-radius: 0;
box-shadow: none;
padding: 6px 0;
}
.radio-group-widget > .radio-inline input[type=radio] {
width: 16px;
height: 16px;
margin-top: 1px;
font-size: 16px;
}
/**
* Text Field
*/
.text-field-widget {
}
/**
* Number Field
*/
.number-field-widget input {
text-align: right;
}
.number-field-widget .input-group-addon.spinner {
width: 19px;
padding: 0 !important;
}
.number-field-widget .input-group-addon .increment,
.number-field-widget .input-group-addon .decrement {
position: absolute;
height: 50%;
right: 0;
padding: 0 7px;
font-size: 10px;
line-height: 14px;
}
.number-field-widget .input-group-addon .increment {
top: 0;
padding-top: 2px;
}
.number-field-widget .input-group-addon .decrement {
bottom: 0;
}
/**
* Path Widget
*/
.path-widget button.glyphicon {
margin-top: -1px;
}
/**
* File Input
*/
.file-input .input-group button {
height: 34px;
}
.file-input .input-group button span {
line-height: 23px;
}
.file-input .file-preview-frame .file-actions {
display: none;
}
/**
* Multi Form Widget
*/
.multi-form-content {
overflow: visible; /* scroll; is truncating a possible typeahead (!) */
/* max-height: 360px; */
}
.multi-form-item {
position: relative;
display: inline-block;
width: 100%;
margin-bottom: 5px;
padding-left: 25px;
}
.multi-form-widget.readonly .multi-form-item {
padding-left: 0;
}
.multi-form-item.current {
}
.multi-form-item .item-select {
position: absolute;
top: 0;
left: 0;
width: 16px;
margin: 0;
box-shadow: none;
}
.multi-form-widget.readonly .multi-form-item .item-select {
display: none;
}
.multi-form-widget .action-bar,
.property-value-widget .action-bar {
padding-top: 2px;
padding-left: 25px;
border: none;
}
.multi-form-widget.readonly .action-bar,
.property-value-widget.readonly .action-bar {
display: none;
}
/**
* Split Pane
*/
.split-pane > .split-pane-divider:after {
font-family: FontAwesome;
position: absolute;
background: none;
font-size: 120%;
opacity: 0.4;
}
.split-pane.vertical-split > .split-pane-divider:after {
content: '\f141';
left: 50%;
top: 2px;
line-height: 15px;
}
.split-pane.horizontal-split > .split-pane-divider:after {
content: '\f142';
top: 50%;
left: 6px;
}
/**
* Tree
*/
.form-group .tree-panel {
position: relative;
top: 0;
left: 0;
min-height: 200px;
max-height: 350px;
overflow: auto;
width: 100%;
padding: 10px;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.jstree-contextmenu {
z-index: 1;
}
.jstree-proton-contextmenu li,
.jstree-proton-contextmenu li a,
.jstree-proton-contextmenu li a:hover {
border: none !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
border-radius: 0 !important;
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.jstree-node a {
position: relative;
}
.jstree-node.virtual > a,
.jstree-node.intermediate > a {
font-style: italic;
opacity: 0.7;
}
.jstree-node.virtual > a i::after,
.jstree-node.locked > a i::after {
position: absolute;
top: 5px;
left: -1px;
}
.jstree-node.locked > a i::after {
content: '\f023';
opacity: 0.7;
}
.jstree-node.checked-out > a::before {
font: normal normal normal 14px/1 FontAwesome;
position: absolute;
top: 8px;
left: 12px;
content: '\f040';
opacity: 0.6;
}
.jstree-node.virtual > a i::after {
content: '\f0c1';
opacity: 1;
}
.jstree-node.deep-lock > a i::after {
opacity: 1;
color: #777; /* mute */
}
.jstree-node.lock-holder > a i::after {
opacity: 1;
color: #a94442; /* danger */
}
.jstree-wholerow {
height: 23px;
margin-top: 2px; /* important gap for */
margin-bottom: 2px; /* DnD reordering */
}
.jstree-node .jstree-ocl {
margin: 1px 0;
}
.jstree-node .jstree-anchor {
margin: 2px 4px 2px 0;
}
.jstree-node .jstree-themeicon {
margin: 0 4px 0 0;
}
.jstree-dnd-parent {
border: 1px dashed rgba(50, 50, 50, 0.7);
}
.jstree-rename-input {
margin-top: -2px;
color: #000;
}
/**
* Dialogs
*/
.modal.dialog .lock-curtain {
display: block;
position: fixed;
top: 0;
left: 0;
content: '';
}
.modal.dialog .lock-curtain i {
display: none;
}
.modal.dialog.dialog-locked .lock-curtain {
content: ' ';
right: 0;
bottom: 0;
z-index: 1060;
pointer-events: all;
}
.modal.dialog.dialog-locked.dialog-busy .lock-curtain {
content: ' ';
background: rgba(0, 0, 0, 0.4);
color: rgba(255, 255, 255, 0.5);
text-align: center;
z-index: 1060;
}
.modal.dialog.dialog-locked.dialog-busy .lock-curtain i {
display: inline-block;
margin: 30%;
font-size: 100px;
}
.form-panel label {
width: 100%;
}
.form-panel label span {
font-weight: normal;
margin-left: 5px;
}
.form-panel label .widget-hint {
display: block;
margin-top: 3px;
text-align: right;
float: right;
font-size: 12px;
color: #777;
}
.modal-dialog .form-group.cl,
.modal-dialog .modal-footer {
clear: both;
}
.modal-dialog .modal-header .close span {
font-size: 21px;
}
.modal-dialog button.modal-dialog_close {
position: absolute;
top: 10px;
right: 12px;
border: none;
padding: 5px;
background: transparent;
color: #aaa;
font-size: 22px;
}
.modal-dialog .modal-footer button.delete,
.modal-dialog .modal-footer button.button-left {
float: left;
}
.modal-dialog .form-group .checkbox-widget {
box-shadow: none;
max-height: 20px;
max-width: 20px;
}
.modal-dialog .modal-body .messages .panel-body {
max-height: 250px;
overflow: auto;
padding: 0 0 10px;
}
.modal-dialog .modal-body .messages .panel .panel-body {
padding: 10px;
}
.modal-dialog .modal-body .messages .panel-body ul {
list-style: none;
padding: 0;
}
.modal-dialog .modal-body .messages .panel-body li {
padding: 3px 5px;
margin-bottom: 3px;
}
.modal-dialog .modal-body .messages .label {
color: #333;
font-size: 100%;
font-weight: bold;
}
.modal-dialog .modal-body .messages .hint {
color: #777;
margin-left: 0.5rem;
}
#alert-dialog .modal-dialog .modal-body .messages .panel {
margin-bottom: 0;
}
/**
* dialog layers
*/
#alert-dialog.modal {
z-index: 4990;
}
#path-select-dialog.modal {
z-index: 4590;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy