Files
DocumentServer-v-9.2.0/web-apps/apps/documenteditor/main/resources/less/statusbar.less
Yajbir Singh f1b860b25c
Some checks failed
check / markdownlint (push) Has been cancelled
check / spellchecker (push) Has been cancelled
updated
2025-12-11 19:03:17 +05:30

116 lines
2.1 KiB
Plaintext

.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();
}
.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;
}
}
#btn-cnt-lang,
#slot-status-btn-info {
button {
.pixel-ratio__2_5 & {
display: flex;
align-items: center;
}
}
}
.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();
}
}
#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;
}
}