f62aa45b18
# Conflicts: # apps/common/main/resources/img/toolbar/1x/big/.css.handlebars # apps/common/main/resources/less/asc-mixins.less # apps/common/main/resources/less/buttons.less # apps/common/main/resources/less/checkbox.less # apps/common/main/resources/less/combo-dataview.less # apps/common/main/resources/less/comments.less # apps/common/main/resources/less/common.less # apps/common/main/resources/less/dataview.less # apps/common/main/resources/less/dropdown-menu.less # apps/common/main/resources/less/listview.less # apps/common/main/resources/less/multislider-gradient.less # apps/common/main/resources/less/radiobox.less # apps/common/main/resources/less/scroller.less # apps/common/main/resources/less/separator.less # apps/common/main/resources/less/theme-colorpalette.less # apps/common/main/resources/less/toolbar.less # apps/common/main/resources/less/window.less # apps/documenteditor/main/resources/less/advanced-settings.less # apps/documenteditor/main/resources/less/filemenu.less # apps/documenteditor/main/resources/less/leftmenu.less # apps/documenteditor/main/resources/less/rightmenu.less # apps/documenteditor/main/resources/less/statusbar.less # apps/documenteditor/main/resources/less/toolbar.less # apps/presentationeditor/main/resources/less/leftmenu.less # apps/presentationeditor/main/resources/less/rightmenu.less # apps/presentationeditor/main/resources/less/statusbar.less # apps/spreadsheeteditor/main/resources/less/celleditor.less # apps/spreadsheeteditor/main/resources/less/leftmenu.less # apps/spreadsheeteditor/main/resources/less/rightmenu.less # apps/spreadsheeteditor/main/resources/less/statusbar.less # apps/spreadsheeteditor/main/resources/less/toolbar.less
165 lines
3.2 KiB
Plaintext
165 lines
3.2 KiB
Plaintext
.synch-tip-root {
|
|
position: absolute;
|
|
z-index: @zindex-navbar + 2;
|
|
|
|
&:not(.simple) {
|
|
width: 300px;
|
|
|
|
.tip-text {
|
|
width: 260px;
|
|
}
|
|
}
|
|
|
|
&.simple {
|
|
max-width: 700px;
|
|
left: 50%;
|
|
transform: translate(-50%, 20px);
|
|
.tip-arrow {
|
|
display: none;
|
|
}
|
|
|
|
.asc-synchronizetip {
|
|
padding-right: 30px;
|
|
}
|
|
}
|
|
|
|
&.no-arrow {
|
|
.tip-arrow {
|
|
display: none;
|
|
}
|
|
|
|
.asc-synchronizetip {
|
|
padding-right: 30px;
|
|
}
|
|
}
|
|
|
|
&.inc-index {
|
|
z-index: @zindex-navbar + 4;
|
|
}
|
|
|
|
.tip-arrow {
|
|
position: absolute;
|
|
overflow: hidden;
|
|
}
|
|
|
|
&.right {
|
|
margin: 0 0 0 15px;
|
|
|
|
.tip-arrow {
|
|
left: -15px;
|
|
top: 0;
|
|
width: 16px;
|
|
height: 15px;
|
|
.box-shadow(0 -5px 8px -5px rgba(0, 0, 0, 0.2));
|
|
|
|
&:after {
|
|
top: -7px;
|
|
left: 7px;
|
|
width: 16px;
|
|
}
|
|
}
|
|
}
|
|
|
|
&.left {
|
|
margin: 0 15px 0 0;
|
|
|
|
.tip-arrow {
|
|
right: -15px;
|
|
top: 0;
|
|
width: 16px;
|
|
height: 15px;
|
|
.box-shadow(0 -5px 8px -5px rgba(0, 0, 0, 0.2));
|
|
|
|
&:after {
|
|
top: -7px;
|
|
left: -7px;
|
|
width: 15px;
|
|
}
|
|
}
|
|
}
|
|
|
|
&.top {
|
|
margin: 0 0 15px 0;
|
|
|
|
.tip-arrow {
|
|
right: 0;
|
|
bottom: -15px;
|
|
width: 15px;
|
|
height: 15px;
|
|
.box-shadow(5px 0 8px -5px rgba(0, 0, 0, 0.2));
|
|
|
|
&:after {
|
|
top: -8px;
|
|
left: 8px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.asc-synchronizetip {
|
|
padding: 15px 8px 15px 15px;
|
|
border-radius: 5px;
|
|
background-color: @background-notification-popover;
|
|
overflow: visible;
|
|
|
|
.right & {
|
|
border-top-left-radius: 0;
|
|
}
|
|
|
|
.left & {
|
|
border-top-right-radius: 0;
|
|
}
|
|
|
|
.top & {
|
|
border-bottom-right-radius: 0;
|
|
}
|
|
|
|
.box-shadow(0 4px 15px -2px rgba(0, 0, 0, 0.5));
|
|
font-size: 11px;
|
|
}
|
|
|
|
.asc-synchronizetip .tip-arrow:after {
|
|
content: '';
|
|
position: absolute;
|
|
top: 5px;
|
|
left: 8px;
|
|
background-color: @background-notification-popover;
|
|
width: 15px;
|
|
height: 15px;
|
|
|
|
-moz-transform: rotate(45deg);
|
|
-ms-transform: rotate(45deg);
|
|
-webkit-transform: rotate(45deg);
|
|
-o-transform: rotate(45deg);
|
|
transform: rotate(45deg);
|
|
|
|
.box-shadow(0 4px 8px -1px rgba(0, 0, 0, 0.2));
|
|
}
|
|
|
|
.asc-synchronizetip .show-link {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.show-link label {
|
|
border-bottom: @scaled-one-px-value dotted @text-link;
|
|
color: @text-link;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.asc-synchronizetip .close {
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
width: 16px;
|
|
height: 16px;
|
|
margin: 8px;
|
|
cursor: pointer;
|
|
|
|
background-position: @but-close-offset-x @but-close-offset-y;
|
|
|
|
&.over,
|
|
&:hover {
|
|
background-position: @but-close-offset-x @but-close-offset-y - 16px;
|
|
}
|
|
}
|