mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-23 23:47:46 +08:00
Merge pull request 'fix/bugfix' (#6) from fix/bugfix into release/v8.2.0
This commit is contained in:
@ -440,7 +440,7 @@
|
||||
border: solid @text-normal-ie;
|
||||
border: solid @text-normal;
|
||||
border-width: 0 2px 2px 0;
|
||||
transform: rotate(40deg);
|
||||
transform: rotate(45deg);
|
||||
width: 7px;
|
||||
height: 12px;
|
||||
left: 6px;
|
||||
@ -451,7 +451,13 @@
|
||||
&:after {
|
||||
border-color: @icon-success-ie;
|
||||
border-color: @icon-success;
|
||||
width: 5px;
|
||||
height: 9px;
|
||||
top: 3px;
|
||||
}
|
||||
.box-shadow(0 0 0 1px @icon-success-ie);
|
||||
.box-shadow(0 0 0 1px @icon-success);
|
||||
border-radius: 18px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -87,7 +87,7 @@
|
||||
<div id="tableadv-checkbox-prefwidth"></div>
|
||||
</td>
|
||||
<td class="padding-large">
|
||||
<label class="input-label"><%= scope.textPrefWidth %></label>
|
||||
<label class="input-label margin-right-10"><%= scope.textPrefWidth %></label>
|
||||
<div id="tableadv-number-prefwidth" class="margin-right-10"></div>
|
||||
</td>
|
||||
<td class="padding-large">
|
||||
|
||||
Reference in New Issue
Block a user