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

197 lines
3.8 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 {
2019-10-21 14:05:50 +00:00
.background-ximage-v2('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 {
2019-10-21 14:05:50 +00:00
.background-ximage-v2('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
#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 {
width: 23px;
height: 14px;
border: 0;
background-position: -43px -150px;
margin: 8px 15px;
display: none;
position: absolute;
right: 0;
2017-11-21 08:34:38 +00:00
&.nomargin {
margin-top: 0;
margin-bottom: 0;
}
}
}
}
#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;
border: 1px 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;
border: 1px 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;
}
}