1
0
Fork 0
arangodb/js/apps/system/aardvark/frontend/scss/_modals.scss

270 lines
3.6 KiB
SCSS

.modal-body {
color: $c-btn-inverse;
font-family: 'Open Sans', sans-serif !important;
font-size: 14px;
font-weight: 300;
input,
select,
textarea {
margin-top: 10px;
}
th {
%cell-centered {
text-align: center;
}
&.actionCell {
@extend %cell-centered;
width: 30px;
}
&.keyCell {
@extend %cell-centered;
width: 170px;
input {
width: 150px;
}
}
.valueCell {
@extend %cell-centered;
width: 300px;
input {
width: 290px;
}
}
div.select2-container {
margin-bottom: 10px;
margin-top: 10px;
}
}
.icon-info-sign {
margin-bottom: 10px;
margin-left: 10px;
opacity: .7;
padding-bottom: 5px;
}
.icon-info-sign:hover {
opacity: 1;
}
.collapse {
margin-right: -14px;
position: relative;
}
.accordion-inner {
border-top: 0;
margin-left: 0;
padding-left: 0;
padding-right: 0;
}
.accordion-toggle {
span {
b.caret {
border-top-color: $c-black;
float: right;
margin-top: 5px;
}
}
&.collapsed {
span {
b.caret {
-ms-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
}
}
}
input {
width: 384px;
}
select {
width: 398px;
}
.tab-content {
min-height: 200px;
}
}
.modal-text {
font-weight: 300;
padding-bottom: 3px;
padding-top: 3px;
}
.modal-backdrop,
.modal-backdrop.fade.in {
opacity: .4;
}
.modalChartDetail {
height: 570px;
margin-left: 0;
width: 70%;
}
.modal {
border-radius: 0 !important;
}
.waitModal {
@include box-shadow(none);
background: $c-transp;
border: 0;
color: $c-white;
}
.waitModalBackdrop {
opacity: .7 !important;
}
.modalTooltips span {
color: $c-btn-inverse;
font-size: 20px;
&:hover {
color: $c-black;
}
}
pre.gv-object-view {
text-align: left;
white-space: pre;
}
.capitalize {
text-transform: capitalize;
}
.modal-footer {
border-top: 0 !important;
padding-right: 17px;
}
.modal-header {
background-color: $c-bar-bg;
border-bottom: 0 !important;
margin-left: 5px;
margin-right: 5px;
margin-top: 5px;
padding-left: 5px;
padding-right: 10px;
padding-top: 4px;
}
.modal-header .arangoHeader {
position: relative;
top: 3px;
}
.modal-header a {
top: 2px !important;
}
.modal-header .close {
color: $c-modal-header;
font-weight: 300;
opacity: .5;
}
.modal-header .close:hover {
opacity: 1;
}
.modal-body .icon_arangodb_info {
color: $c-neutral-hover;
font-size: 18px;
margin-top: -10px;
position: absolute;
right: 12px;
}
.modal-body .icon_arangodb_info:hover {
color: $c-black;
}
.modal.fade.in {
top: 12.1% !important;
}
.modal table tr,
.thBorderBottom {
border-bottom: 1px solid $c-modal-table-border-bottom !important;
}
.modal table tr:last-child {
border-bottom: 0 !important;
}
.modal-body input[type='checkbox'] {
margin-bottom: 10px;
}
.modal-delete-confirmation {
display: none;
button {
margin-right: 10px;
margin-top: -4px;
.modal-confirm-delete {
margin-right: -18px;
}
}
}
.createModalDialog {
table {
width: 100%;
}
.collection-info-figures table {
float: left;
margin-left: 0;
margin-right: 0;
margin-top: 0;
min-width: 200px;
padding: 3px;
text-align: left;
}
.figures1,
.figures2 {
margin-bottom: 20px;
width: 255px;
}
.figures2 {
margin-left: 20px !important;
}
.figures3 {
margin-bottom: 0;
width: 100%;
}
}