2016-03-11 00:48:53 +00:00
|
|
|
|
|
|
|
.tool-menu.right {
|
|
|
|
.tool-menu-btns {
|
|
|
|
position: absolute;
|
2020-12-19 19:43:19 +00:00
|
|
|
border-left: 1px solid @border-toolbar;
|
|
|
|
background-color: @background-toolbar;
|
2016-03-11 00:48:53 +00:00
|
|
|
right: 0;
|
2020-04-08 11:12:23 +00:00
|
|
|
overflow: hidden;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.right-panel {
|
|
|
|
width: 220px;
|
|
|
|
height: 100%;
|
|
|
|
display: none;
|
|
|
|
padding: 0 10px 0 15px;
|
|
|
|
position: relative;
|
|
|
|
overflow: hidden;
|
2020-12-19 19:43:19 +00:00
|
|
|
border-left: 1px solid @border-toolbar;
|
2019-12-25 14:39:23 +00:00
|
|
|
line-height: 15px;
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.settings-panel {
|
|
|
|
display: none;
|
|
|
|
overflow: visible;
|
|
|
|
margin-top: 7px;
|
|
|
|
|
|
|
|
& > table {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.active {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.padding-small {
|
|
|
|
padding-bottom: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.padding-large {
|
|
|
|
padding-bottom: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.finish-cell {
|
|
|
|
height: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
label {
|
|
|
|
.font-size-normal();
|
|
|
|
font-weight: normal;
|
|
|
|
|
|
|
|
&.input-label{
|
|
|
|
margin-bottom: 0;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.header {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.separator { width: 100%;}
|
|
|
|
|
|
|
|
.settings-hidden {
|
|
|
|
display: none;
|
|
|
|
}
|
2017-01-18 13:24:25 +00:00
|
|
|
|
|
|
|
textarea {
|
|
|
|
.user-select(text);
|
|
|
|
width: 100%;
|
|
|
|
resize: none;
|
|
|
|
margin-bottom: 5px;
|
2021-01-03 21:58:06 +00:00
|
|
|
//border: 1px solid @border-toolbar;
|
2017-01-18 13:24:25 +00:00
|
|
|
height: 100%;
|
|
|
|
|
|
|
|
&.disabled {
|
|
|
|
opacity: 0.65;
|
|
|
|
cursor: default !important;
|
|
|
|
}
|
|
|
|
}
|
2016-03-11 00:48:53 +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 {
|
2018-02-20 12:29:01 +00:00
|
|
|
.background-ximage('@{common-image-path}/right-panels/patterns.png', '@{common-image-path}/right-panels/patterns@2x.png', 112px);
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.combo-dataview-menu {
|
|
|
|
.form-control {
|
|
|
|
cursor: pointer;
|
2020-12-21 10:32:36 +00:00
|
|
|
background-color: @background-normal;
|
2016-03-11 00:48:53 +00:00
|
|
|
|
|
|
|
&.text {
|
2020-12-21 10:32:36 +00:00
|
|
|
background: @background-normal;
|
2016-03-11 00:48:53 +00:00
|
|
|
vertical-align: bottom;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.item-gradient {
|
2018-02-20 12:29:01 +00:00
|
|
|
.background-ximage('@{common-image-path}/right-panels/gradients.png', '@{common-image-path}/right-panels/gradients@2x.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 {
|
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 {
|
|
|
|
width: 23px;
|
|
|
|
height: 14px;
|
|
|
|
border: 0;
|
|
|
|
background-position: -43px -150px;
|
|
|
|
margin: 8px 15px;
|
2018-05-08 12:15:40 +00:00
|
|
|
display: none;
|
2017-11-17 14:23:38 +00:00
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
|
|
|
|
2017-11-21 08:34:38 +00:00
|
|
|
&.nomargin {
|
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: 0;
|
2017-11-17 14:23:38 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|