mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 12:05:33 +08:00
@ -119,8 +119,11 @@ Common.UI.HintManager = new(function() {
|
||||
_isEditDiagram = false,
|
||||
_usedTitles = [],
|
||||
_appPrefix,
|
||||
_staticHints = { // for desktop buttons
|
||||
_staticHints = { // for 0 level
|
||||
// "btnhome": 'K'
|
||||
// "quick-print": 'Q'
|
||||
"scroll-right": 'R',
|
||||
"scroll-left": 'V'
|
||||
};
|
||||
|
||||
var _api;
|
||||
|
||||
@ -105,7 +105,7 @@
|
||||
}
|
||||
|
||||
// menu zoom
|
||||
.menu-zoom {
|
||||
.dropdown-menu .menu-zoom {
|
||||
line-height: @line-height-base;
|
||||
.title {
|
||||
padding: 5px 5px 5px 20px;
|
||||
@ -127,7 +127,7 @@
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.next {
|
||||
.btn.next {
|
||||
float: right;
|
||||
margin: 2px 5px 0 0;
|
||||
.rtl & {
|
||||
@ -136,7 +136,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
.prev {
|
||||
.btn.prev {
|
||||
float: right;
|
||||
margin-top: 2px;
|
||||
.rtl & {
|
||||
|
||||
Reference in New Issue
Block a user