-
Notifications
You must be signed in to change notification settings - Fork 250
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2876 from ONLYOFFICE/feature/common-controls-repl…
…acement Feature/common controls replacement
- Loading branch information
Showing
15 changed files
with
26 additions
and
83 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -735,73 +735,21 @@ | |
@common-controls: "controls/common-controls.png"; | ||
@common-controls2x: "controls/[email protected]"; | ||
|
||
// Dialog alerts | ||
@alerts-offset-x: 0; | ||
@alerts-offset-y: 0; | ||
|
||
// Dialog close | ||
@but-close-offset-x: -26px; | ||
@but-close-offset-y: -151px; | ||
|
||
// Dropdown arrow | ||
@arrow-small-offset-x: -85px; | ||
@arrow-small-offset-y: -96px; | ||
|
||
// Dropdown arrow up | ||
@arrow-up-small-offset-x: -85px; | ||
@arrow-up-small-offset-y: -104px; | ||
|
||
// Dropdown arrow big | ||
@arrow-big-offset-x: -41px; | ||
@arrow-big-offset-y: -144px; | ||
|
||
// Checkbox | ||
@checkbox-offset-x: -35px; | ||
@checkbox-offset-y: 0px; | ||
|
||
// Radio button | ||
@radio-offset-x: -35px; | ||
@radio-offset-y: -65px; | ||
|
||
// Menu check | ||
@menu-check-offset-x: -41px; | ||
@menu-check-offset-y: -172px; | ||
|
||
// Multislider thumb | ||
@slide-thumb-offset-x: -13px; | ||
@slide-thumb-offset-y: -150px; | ||
|
||
// Slider thumb | ||
@multislide-thumb-offset-x: 0px; | ||
@multislide-thumb-offset-y: -150px; | ||
|
||
// Slider track | ||
@slide-track-offset-x: 0px; | ||
@slide-track-offset-y: -195px; | ||
@menu-check-offset-x: -40px; | ||
@menu-check-offset-y: -28px; | ||
|
||
// Input error | ||
@input-error-offset-x: -73px; | ||
@input-error-offset-y: -169px; | ||
@input-error-offset-x: -72px; | ||
@input-error-offset-y: -28px; | ||
|
||
// Input warning | ||
@input-warning-offset-x: -57px; | ||
@input-warning-offset-y: -169px; | ||
|
||
// Spinner | ||
@spinner-offset-x: -41px; | ||
@spinner-offset-y: -187px; | ||
@input-warning-offset-x: -56px; | ||
@input-warning-offset-y: -28px; | ||
|
||
// Search dialog | ||
@search-dlg-offset-x: -36px; | ||
@search-dlg-offset-y: -96px; | ||
|
||
// No color | ||
@nocolor-offset-x: 0; | ||
@nocolor-offset-y: -137px; | ||
|
||
// Plus | ||
@plus-offset-x: -80px; | ||
@plus-offset-y: -184px; | ||
@search-dlg-offset-x: -40px; | ||
@search-dlg-offset-y: 4px; | ||
|
||
@dl-horizontal-offset: @component-offset-horizontal; | ||
// Point at which .dl-horizontal becomes horizontal | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters