.statusbar { display: table; padding: 2px; height: 25px; background-color: @background-toolbar; .box-inner-shadow(0 1px 0 @border-toolbar); .status-label { font-weight: bold; color: @text-normal; white-space: nowrap; position: relative; top: 1px; } #status-label-pages, #status-label-zoom { cursor: pointer; } #status-label-pages, #status-label-action { margin-top: 2px; } #status-users-icon, #status-users-count { display: inline-block; cursor: pointer; } #status-users-icon { background-repeat: no-repeat; background-position: -14px -197px; width: 20px; height: 20px; vertical-align: middle; } #status-label-zoom { text-align: center; } #btn-zoom-topage { margin-right: 9px; margin-left: 6px; } #btn-zoom-towidth { margin-right: 9px; } #btn-doc-lang { margin-right: 9px; } #btn-doc-spell { margin-right: 5px; } .status-group { display: table-cell; white-space: nowrap; vertical-align: top; padding-top: 3px; &.dropup { position: static; } } .separator { margin: -2px 3px 0 4px; &.short { height: 25px; } } .cnt-lang { display: inline-block; cursor: pointer; color: #000; margin-left: 6px; .caret.up { background-position: @arrow-up-small-offset-x @arrow-up-small-offset-y; border: none; width: 7px; height: 7px; } label { cursor: pointer; } &.disabled { cursor: default; label { cursor: default; opacity: 0.4; } } } .cnt-zoom { display: inline-block; .dropdown-menu { min-width: 80px; margin-left: -4px; li { text-align: center; > a { padding-left: 15px; padding-right: 15px; } } } } #status-goto-box { padding: 10px; margin-left: 40px; margin-bottom: 2px; min-width: 130px; > label { display: inline-block; margin-right: 10px; } > input[type=text] { width: 50px; display: inline-block; } } #status-users-menu { padding: 14px 0 14px 14px; margin-left: 142px; margin-bottom: 2px; width: 285px; font-size: 12px; > label { white-space: normal; } #status-users-list { margin-top: 15px; ul { margin: 0; padding: 0; overflow: hidden; max-height: 190px; position: relative; li { list-style: none; padding: 2px 0; margin-right: 15px; overflow: hidden; &.offline, &.viewmode { display: none; } } } .color { width: 12px; height: 12px; display: inline-block; vertical-align: middle; border: 1px solid @border-toolbar; } .name { display: block; padding-left: 16px; margin-top: -3px; white-space: nowrap; text-overflow: ellipsis; vertical-align: middle; } } } }