202 lines
4.6 KiB
Plaintext
202 lines
4.6 KiB
Plaintext
|
|
.tool-menu.right {
|
|
.tool-menu-btns {
|
|
position: absolute;
|
|
border-left: 1px solid @gray-dark;
|
|
background-color: @gray-light;
|
|
right: 0;
|
|
|
|
/*menuText*/
|
|
.toolbar-btn-icon(btn-menu-text, 40, @toolbar-icon-size);
|
|
|
|
/*menuImage*/
|
|
.toolbar-btn-icon(btn-menu-image, 43, @toolbar-icon-size);
|
|
|
|
/*menuTable*/
|
|
.toolbar-btn-icon(btn-menu-table, 42, @toolbar-icon-size);
|
|
|
|
/*menuChart*/
|
|
.toolbar-btn-icon(btn-menu-chart, 44, @toolbar-icon-size);
|
|
|
|
/*menuSlide*/
|
|
.toolbar-btn-icon(btn-menu-slide, 56, @toolbar-icon-size);
|
|
|
|
/*menuShape*/
|
|
.toolbar-btn-icon(btn-menu-shape, 39, @toolbar-icon-size);
|
|
|
|
/*menuTextArt*/
|
|
.toolbar-btn-icon(btn-menu-textart, 57, @toolbar-icon-size);
|
|
}
|
|
}
|
|
|
|
.right-panel {
|
|
width: 220px;
|
|
height: 100%;
|
|
display: none;
|
|
padding: 0 10px 0 15px;
|
|
position: relative;
|
|
overflow: hidden;
|
|
border-left: 1px solid @gray-dark;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
textarea {
|
|
.user-select(text);
|
|
width: 100%;
|
|
resize: none;
|
|
margin-bottom: 5px;
|
|
border: 1px solid @gray-dark;
|
|
height: 100%;
|
|
|
|
&.disabled {
|
|
opacity: 0.65;
|
|
cursor: default !important;
|
|
}
|
|
}
|
|
}
|
|
|
|
.item-wrap {
|
|
width:50px;
|
|
height:50px;
|
|
background-size: cover;
|
|
}
|
|
|
|
.btn-toolbar .btn-icon.btn-borders-small {
|
|
.background-ximage('@{app-image-path}/right-panels/SmallBorders.png', '@{app-image-path}/right-panels/SmallBorders@2x.png', 84px);
|
|
}
|
|
|
|
.options-btn-icon(btn-position-all, 0, 21px);
|
|
.options-btn-icon(btn-position-inner, 1, 21px);
|
|
.options-btn-icon(btn-position-bottom, 2, 21px);
|
|
.options-btn-icon(btn-position-inner-hor, 3, 21px);
|
|
.options-btn-icon(btn-position-top, 4, 21px);
|
|
.options-btn-icon(btn-position-none, 5, 21px);
|
|
.options-btn-icon(btn-position-outer, 6, 21px);
|
|
.options-btn-icon(btn-position-left, 7, 21px);
|
|
.options-btn-icon(btn-position-inner-vert, 8, 21px);
|
|
.options-btn-icon(btn-position-right, 9, 21px);
|
|
|
|
.btn-edit-table,
|
|
.btn-change-shape {
|
|
.background-ximage('@{app-image-path}/right-panels/rowscols_icon.png', '@{app-image-path}/right-panels/rowscols_icon@2x.png', 84px);
|
|
margin-right: 2px !important;
|
|
margin-bottom: 1px !important;
|
|
}
|
|
|
|
.btn-edit-table {background-position: 0 0;}
|
|
button.over .btn-edit-table {background-position: -28px 0;}
|
|
.btn-group.open .btn-edit-table,
|
|
button.active:not(.disabled) .btn-edit-table,
|
|
button:active:not(.disabled) .btn-edit-table {background-position: -56px 0;}
|
|
|
|
.btn-change-shape {background-position: 0 -16px;}
|
|
button.over .btn-change-shape {background-position: -28px -16px;}
|
|
.btn-group.open .btn-change-shape,
|
|
button.active:not(.disabled) .btn-change-shape,
|
|
button:active:not(.disabled) .btn-change-shape {background-position: -56px -16px;}
|
|
|
|
.combo-pattern-item {
|
|
.background-ximage('@{app-image-path}/right-panels/patterns.png', '@{app-image-path}/right-panels/patterns@2x.png', 112px);
|
|
}
|
|
|
|
.combo-dataview-menu {
|
|
.form-control {
|
|
cursor: pointer;
|
|
background-color: white;
|
|
|
|
&.text {
|
|
background: white;
|
|
vertical-align: bottom;
|
|
}
|
|
}
|
|
}
|
|
|
|
.item-gradient {
|
|
.background-ximage('@{app-image-path}/right-panels/gradients.png', '@{app-image-path}/right-panels/gradients@2x.png', 150px);
|
|
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;
|
|
} |