Mobile: Fix busypopup label alignment
Tested using: `map.fire('blockUI', {message: 'Saving document, please wait...'});` Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com> Change-Id: I4e1bd87d512287fd346964a5b81a7b79df1ed78a
This commit is contained in:
parent
a3f4858f67
commit
bed92fccf7
1 changed files with 2 additions and 2 deletions
|
@ -716,8 +716,8 @@ td[id^='tb_spreadsheet-toolbar_item']:focus table.w2ui-button div.w2ui-icon, td[
|
|||
#mobile-wizard.popup #busylabel {
|
||||
border-bottom: none !important;
|
||||
font-size: 100% !important;
|
||||
margin: 20px !important;
|
||||
width: 100%;
|
||||
/* inherits margin top and bototm from jsdialogs.css */
|
||||
margin-inline: 2px !important;
|
||||
}
|
||||
|
||||
/* snackbar */
|
||||
|
|
Loading…
Reference in a new issue