.statusbar { .status-label { position: relative; } #label-pages { .margin-left-10(); } #btn-zoom-up { .margin-right-10(); } #label-pages, #label-zoom { cursor: pointer; } #label-zoom { text-align: center; } #btn-zoom-topage, #btn-zoom-towidth { .margin-right-8(); } #slot-status-btn-prev, #slot-status-btn-next { .margin-left-4(); } .status-group { white-space: nowrap; &.dropup { position: static; } .status-label.margin-top-large { margin-top: 6px; } button.margin-top-small, .margin-top-small > button, .margin-top-small > .btn-group { margin-top: calc(@statusbar-height-ie - @x-small-btn-size-ie); margin-top: calc(@statusbar-height - @x-small-btn-size); } } .separator { margin: 0px 6px; &.short { height: @statusbar-height-ie; height: @statusbar-height; } &.space { margin: 0px 2px; border: none; } } .cnt-zoom { display: inline-block; vertical-align: middle; .dropdown-menu { min-width: 80px; .margin-left(-4px); li { > a { text-align: center; padding-left: 15px; padding-right: 15px; } } } } .dropdown-menu { margin-bottom: 6px; li { text-align: left; .rtl & { text-align: right; } } } #status-goto-box { padding: 10px; .margin-left(40px); margin-bottom: 2px; min-width: 130px; > label { display: inline-block; .margin-right-10(); line-height:22px; } > input[type=text] { width: 50px; display: inline-block; } } .hide-select-tools { display: none; } }