2016-12-04 14:09:09 +01:00
|
|
|
/* bootstrap */
|
2018-06-18 16:59:06 +02:00
|
|
|
.progress-bar {
|
|
|
|
-webkit-transition: initial !important;
|
|
|
|
-moz-transition: initial !important;
|
|
|
|
-ms-transition: initial !important;
|
|
|
|
-o-transition: initial !important;
|
|
|
|
transition: initial !important;
|
|
|
|
}
|
|
|
|
|
2016-12-04 14:09:09 +01:00
|
|
|
.input-group-addon-compact {
|
|
|
|
padding: 0 4px 0 4px;
|
|
|
|
}
|
|
|
|
|
2017-03-25 06:06:55 +01:00
|
|
|
.nav-tabs-custom .nav-tabs > li > a {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nav-tabs-custom .nav-tabs > li > a.nav-tab-close {
|
|
|
|
padding-left: 0;
|
|
|
|
margin-left: -12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nav-tabs-custom .nav-tabs > li.nav-tab-title-rpcname > a {
|
|
|
|
max-width: 180px;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
2017-03-27 02:50:50 +02:00
|
|
|
vertical-align: bottom;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 991px) {
|
|
|
|
.nav-tabs-custom .nav-tabs > li.nav-tab-title-rpcname > a {
|
|
|
|
max-width: 150px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 767px) {
|
|
|
|
.nav-tabs-custom .nav-tabs > li.nav-tab-title-rpcname > a {
|
|
|
|
max-width: 120px;
|
|
|
|
}
|
2017-03-25 06:06:55 +01:00
|
|
|
}
|
|
|
|
|
2017-03-26 07:08:15 +02:00
|
|
|
.input-group.input-group-multiple > .input-group-addon {
|
|
|
|
border-left: 0;
|
|
|
|
border-right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.input-group.input-group-multiple > .input-group-addon:first-child,
|
2017-08-29 16:38:11 +02:00
|
|
|
.input-group.input-group-multiple > .input-group-addon-container:first-child {
|
2017-03-26 07:08:15 +02:00
|
|
|
border-left: 1px solid #d2d6de;
|
|
|
|
}
|
|
|
|
|
2017-08-29 16:38:11 +02:00
|
|
|
.input-group .input-group-addon-container {
|
2017-03-26 07:08:15 +02:00
|
|
|
width: 1%;
|
|
|
|
display: table-cell;
|
|
|
|
}
|
|
|
|
|
2016-07-04 19:32:09 +02:00
|
|
|
/* font-awesome extend */
|
|
|
|
.fa-half {
|
|
|
|
font-size: 0.5em;
|
|
|
|
}
|
|
|
|
|
2016-07-31 16:26:25 +02:00
|
|
|
.fa-1_1x {
|
|
|
|
font-size: 1.1em;
|
|
|
|
}
|
|
|
|
|
2016-07-04 19:32:09 +02:00
|
|
|
.fa-rotate-45 {
|
|
|
|
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
|
|
|
|
-webkit-transform: rotate(45deg);
|
2016-08-01 16:47:21 +02:00
|
|
|
-moz-transform: rotate(45deg);
|
2016-07-04 19:32:09 +02:00
|
|
|
-ms-transform: rotate(45deg);
|
2016-08-01 19:09:28 +02:00
|
|
|
-o-transform: rotate(45deg);
|
2016-07-04 19:32:09 +02:00
|
|
|
transform: rotate(45deg);
|
|
|
|
filter: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fa-right-bottom {
|
|
|
|
position: relative;
|
|
|
|
right: 0;
|
|
|
|
bottom: -6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fa-order-asc, .fa-order-desc {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fa-order-asc {
|
|
|
|
bottom: -2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fa-order-desc {
|
|
|
|
bottom: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* awesome-bootstrap-checkbox extend */
|
|
|
|
.checkbox.checkbox-hide {
|
|
|
|
padding-left: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.checkbox.checkbox-hide > input, .checkbox.checkbox-hide > input + label::before, .checkbox.checkbox-hide > input + label::after {
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.checkbox.checkbox-hide > label {
|
|
|
|
padding-left: 0;
|
|
|
|
}
|
|
|
|
|
2016-11-06 09:13:05 +01:00
|
|
|
.checkbox-compact {
|
|
|
|
margin-top: 2px;
|
|
|
|
margin-bottom: 2px;
|
|
|
|
}
|
|
|
|
|
2018-05-20 16:56:12 +02:00
|
|
|
/* angular-input-dropdown */
|
|
|
|
input-dropdown[input-class-name="form-control"] > .input-dropdown {
|
|
|
|
width: 100%
|
|
|
|
}
|
|
|
|
|
|
|
|
.input-dropdown ul {
|
|
|
|
border: 1px solid #888;
|
|
|
|
}
|
|
|
|
|
|
|
|
.input-dropdown ul > li.active {
|
|
|
|
background-color: #e1e3e9;
|
|
|
|
}
|
|
|
|
|
|
|
|
.input-dropdown ul > li {
|
|
|
|
padding: 2px 14px 2px 14px;
|
|
|
|
}
|
|
|
|
|
2016-07-04 19:32:09 +02:00
|
|
|
/* angular-dragula extend */
|
|
|
|
.gu-mirror {
|
|
|
|
cursor: grabbing;
|
|
|
|
cursor: -moz-grabbing;
|
|
|
|
cursor: -webkit-grabbing;
|
|
|
|
}
|