2016-03-11 00:48:53 +00:00
|
|
|
|
|
|
|
.settings-panel {
|
|
|
|
}
|
2021-01-21 21:18:15 +00:00
|
|
|
|
2020-02-28 11:58:51 +00:00
|
|
|
.right-panel .settings-panel {
|
|
|
|
label.input-label{
|
|
|
|
vertical-align: baseline;
|
|
|
|
}
|
|
|
|
}
|
2016-03-11 00:48:53 +00:00
|
|
|
|
|
|
|
.item-wrap {
|
|
|
|
width:50px;
|
|
|
|
height:50px;
|
|
|
|
background-size: cover;
|
|
|
|
}
|
|
|
|
|
|
|
|
.combo-pattern-item {
|
2021-08-22 21:15:51 +00:00
|
|
|
.background-ximage-all('right-panels/patterns.png', 112px);
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.combo-dataview-menu {
|
|
|
|
.form-control {
|
|
|
|
cursor: pointer;
|
2021-02-16 08:36:00 +00:00
|
|
|
background-color: @background-normal-ie;
|
2020-12-21 10:32:36 +00:00
|
|
|
background-color: @background-normal;
|
2016-03-11 00:48:53 +00:00
|
|
|
|
|
|
|
&.text {
|
2021-02-16 08:36:00 +00:00
|
|
|
background: @background-normal-ie;
|
2020-12-21 10:32:36 +00:00
|
|
|
background: @background-normal;
|
2016-03-11 00:48:53 +00:00
|
|
|
vertical-align: bottom;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.item-gradient {
|
2021-08-18 12:18:58 +00:00
|
|
|
.background-ximage-all('right-panels/gradients.png', 150px);
|
2016-03-11 00:48:53 +00:00
|
|
|
width:50px;
|
|
|
|
height:50px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.item-gradient-separator {
|
|
|
|
margin-right: 62px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gradient-left-top {
|
|
|
|
background-position: 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gradient-top {
|
|
|
|
background-position: -50px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gradient-right-top {
|
|
|
|
background-position: -100px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gradient-left {
|
|
|
|
background-position: 0 -50px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gradient-right {
|
|
|
|
background-position: -100px -50px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gradient-left-bottom {
|
|
|
|
background-position: 0 -100px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gradient-bottom {
|
|
|
|
background-position: -50px -100px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gradient-right-bottom {
|
|
|
|
background-position: -100px -100px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gradient-radial-center {
|
|
|
|
background-position: -100px -150px;
|
2017-11-02 09:14:53 +00:00
|
|
|
}
|
|
|
|
|
2017-11-17 14:23:38 +00:00
|
|
|
#signature-requested-sign,
|
|
|
|
#signature-valid-sign,
|
|
|
|
#signature-invalid-sign {
|
|
|
|
height: 100%;
|
2017-11-02 09:14:53 +00:00
|
|
|
overflow: hidden;
|
2017-11-17 14:23:38 +00:00
|
|
|
margin: 0 -10px 0 -15px;
|
|
|
|
|
|
|
|
.item {
|
|
|
|
display: block;
|
|
|
|
border: none;
|
|
|
|
width: 100%;
|
|
|
|
.box-shadow(none);
|
|
|
|
margin: 0;
|
|
|
|
|
|
|
|
&:hover,
|
|
|
|
&.over {
|
2021-02-16 08:36:00 +00:00
|
|
|
background-color: @highlight-button-hover-ie;
|
2020-12-19 19:43:19 +00:00
|
|
|
background-color: @highlight-button-hover;
|
2018-05-08 12:15:40 +00:00
|
|
|
|
|
|
|
.caret {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
2017-11-17 14:23:38 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.signature-item {
|
|
|
|
padding: 5px 2px 5px 15px;
|
|
|
|
text-overflow: ellipsis;
|
2017-11-21 08:34:38 +00:00
|
|
|
min-height: 25px;
|
2017-11-17 14:23:38 +00:00
|
|
|
|
|
|
|
.name {
|
|
|
|
width: 100%;
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
cursor: pointer;
|
|
|
|
max-width: 160px;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
|
|
|
|
|
|
|
.caret {
|
2021-11-24 14:55:15 +00:00
|
|
|
margin: 9px;
|
2018-05-08 12:15:40 +00:00
|
|
|
display: none;
|
2017-11-17 14:23:38 +00:00
|
|
|
position: absolute;
|
2021-11-24 14:55:15 +00:00
|
|
|
right: 14px;
|
|
|
|
width: 8px;
|
|
|
|
height: 8px;
|
|
|
|
border: solid 1px @icon-normal-pressed-ie;
|
|
|
|
border: solid 1px @icon-normal-pressed;
|
|
|
|
opacity: 0.6;
|
|
|
|
border-bottom: none;
|
|
|
|
border-right: none;
|
|
|
|
background-image: none;
|
|
|
|
transform: rotate(-135deg);
|
2017-11-17 14:23:38 +00:00
|
|
|
|
2017-11-21 08:34:38 +00:00
|
|
|
&.nomargin {
|
2021-11-24 14:55:15 +00:00
|
|
|
margin: 2px;
|
|
|
|
right: 26px;
|
2017-11-17 14:23:38 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|