web-apps/apps/documenteditor/main/resources/less/rightmenu.less

171 lines
3.7 KiB
Plaintext
Raw Normal View History

2016-03-11 00:48:53 +00:00
.settings-panel {
.padding-medium {
padding-bottom: 12px;
}
2021-01-21 21:18:15 +00:00
.padding-extra-small {
padding-bottom: 2px;
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
.ie {
.options__icon.options__icon-huge {
.background-ximage('@{app-image-path}/iconshuge.png', '@{app-image-path}/iconshuge@2x.png', 40px);
}
}
2016-03-11 00:48:53 +00:00
.combo-pattern-item {
.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 07:22:48 +00:00
background-color: @background-normal-ie;
2020-12-21 10:33:16 +00:00
background-color: @background-normal;
2016-03-11 00:48:53 +00:00
&.text {
2021-02-16 07:22:48 +00:00
background: @background-normal-ie;
2020-12-21 10:33:16 +00:00
background: @background-normal;
2016-03-11 00:48:53 +00:00
vertical-align: bottom;
}
}
}
.item-gradient {
width:50px;
height:50px;
}
.item-gradient-separator {
margin-right: 62px !important;
}
2017-11-02 09:14:53 +00:00
#signature-requested-sign,
#signature-valid-sign,
#signature-invalid-sign {
height: 100%;
2017-11-02 09:14:53 +00:00
overflow: hidden;
margin: 0 -10px 0 -15px;
.item {
display: block;
border: none;
width: 100%;
.box-shadow(none);
margin: 0;
&:hover,
&.over {
2021-02-16 07:22:48 +00:00
background-color: @highlight-button-hover-ie;
2020-12-19 19:43:19 +00:00
background-color: @highlight-button-hover;
.caret {
display: inline-block;
}
}
}
.signature-item {
padding: 5px 2px 5px 15px;
text-overflow: ellipsis;
2017-11-21 08:34:38 +00:00
min-height: 25px;
.name {
width: 100%;
white-space: nowrap;
overflow: hidden;
cursor: pointer;
max-width: 160px;
text-overflow: ellipsis;
}
.caret {
2021-11-24 05:03:12 +00:00
margin: 9px;
display: none;
position: absolute;
2021-11-24 05:03:12 +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-21 08:34:38 +00:00
&.nomargin {
2021-11-24 05:03:12 +00:00
margin: 2px;
right: 26px;
}
}
}
}
#image-combo-wrap, #chart-combo-wrap, #shape-combo-wrap {
.options__icon {
width: 40px;
height: 40px;
}
.item-icon-box {
width: 50px;
height: 50px;
display: flex;
justify-content: center;
align-items: center;
}
}
#form-list-list {
background-color: @background-normal-ie;
background-color: @background-normal;
}
#form-cnt-position {
position: relative;
.row {
display: flex;
justify-content: flex-start;
}
#form-img-position-preview {
position: relative;
height: 130px;
width: 130px;
2021-11-25 11:30:43 +00:00
border: @scaled-one-px-value-ie solid @border-regular-control-ie;
border: @scaled-one-px-value solid @border-regular-control;
#form-img-example {
position: absolute;
top: 24px;
left: 24px;
display: flex;
justify-content: center;
align-items: center;
height: 80px;
width: 80px;
2021-11-25 11:30:43 +00:00
border: @scaled-one-px-value-ie solid @border-regular-control-ie;
border: @scaled-one-px-value solid @border-regular-control;
}
}
#form-img-slider-position-x {
margin-top: 4px;
margin-left: 7px;
}
#form-img-slider-position-y {
margin-top: 7px;
margin-left: 4px;
}
#form-img-slider-value {
margin-left: 10px;
margin-top: 4px;
}
}