mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-04-07 14:06:16 +08:00
Merge pull request 'feature/style-in-statusbar' (#131) from feature/style-in-statusbar into develop
This commit is contained in:
@ -177,7 +177,6 @@ label {
|
||||
.box-inner-shadow(0 @scaled-one-px-value 0 @border-toolbar);
|
||||
|
||||
.status-label {
|
||||
.font-weight-bold();
|
||||
color: @text-normal-ie;
|
||||
color: @text-normal;
|
||||
white-space: nowrap;
|
||||
|
||||
@ -7,11 +7,11 @@
|
||||
}
|
||||
|
||||
#label-pages {
|
||||
.margin-left(40px);
|
||||
.margin-left-10();
|
||||
}
|
||||
|
||||
#btn-zoom-up {
|
||||
.margin-right(40px);
|
||||
.margin-right-10();
|
||||
}
|
||||
|
||||
#label-pages, #label-zoom {
|
||||
@ -61,7 +61,6 @@
|
||||
#btn-cnt-lang,
|
||||
#slot-status-btn-info {
|
||||
button {
|
||||
font-weight: 700;
|
||||
.pixel-ratio__2_5 & {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
@ -7,11 +7,11 @@
|
||||
}
|
||||
|
||||
#label-pages {
|
||||
.margin-left(40px);
|
||||
.margin-left-10();
|
||||
}
|
||||
|
||||
#btn-zoom-up {
|
||||
.margin-right(40px);
|
||||
.margin-right-10();
|
||||
}
|
||||
|
||||
#label-pages, #label-zoom {
|
||||
|
||||
@ -37,7 +37,7 @@
|
||||
}
|
||||
|
||||
#btn-zoom-up {
|
||||
.margin-right(40px);
|
||||
.margin-right-10();
|
||||
}
|
||||
}
|
||||
|
||||
@ -54,12 +54,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
#btn-cnt-lang {
|
||||
button {
|
||||
font-weight: 700;
|
||||
}
|
||||
}
|
||||
|
||||
.cnt-zoom {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
|
||||
@ -82,7 +82,7 @@
|
||||
}
|
||||
}
|
||||
#status-btn-zoomup {
|
||||
.margin-right(40px);
|
||||
.margin-right-10();
|
||||
}
|
||||
|
||||
#status-btn-zoomdown {
|
||||
@ -116,7 +116,7 @@
|
||||
}
|
||||
}
|
||||
#status-btn-zoomup {
|
||||
.margin-right-sheet(40px);
|
||||
.margin-right-sheet(10px);
|
||||
}
|
||||
#status-btn-zoomdown {
|
||||
.margin-left-sheet(10px);
|
||||
@ -425,7 +425,6 @@
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
.status-label {
|
||||
.font-weight-bold();
|
||||
color: @text-normal;
|
||||
margin-top: 6px;
|
||||
width: 100%;
|
||||
@ -436,6 +435,10 @@
|
||||
#status-number-of-sheet {
|
||||
width: 135px;
|
||||
left: 0;
|
||||
#label-sheets {
|
||||
.text-align-left();
|
||||
.margin-left-10();
|
||||
}
|
||||
.rtl & {
|
||||
left: auto;
|
||||
right: 0;
|
||||
|
||||
Reference in New Issue
Block a user