Mobile: mobile-wizard

- Remove specific id rules and swap them with class rules
- Decrease row's width

Change-Id: I058c2bd80070df1d238eb978e8e616081a4b3d8c
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/86187
Reviewed-by: Pedro Pinto da Silva <pedro.silva@collabora.com>
Tested-by: Pedro Pinto da Silva <pedro.silva@collabora.com>
This commit is contained in:
Pedro Pinto Silva 2020-01-03 15:53:31 +01:00 committed by Pedro Pinto da Silva
parent 82f857c7f4
commit 9446f02a23

View file

@ -267,7 +267,7 @@
}
.ui-header.mobile-wizard {
width: 96%;
width: 92%;
height: 56px !important;
font-size: 11pt !important;
margin: 0px;
@ -306,8 +306,8 @@
.ui-content.unospan {
line-height: 32px;
display: table;
padding-left: 4%;
}
#SetBorderStyle, div[id^=NumberFormat]{padding-left: 4%;}
.ui-content.unolabel {
display: table-cell;
vertical-align: middle;
@ -555,9 +555,6 @@
font-size: 12px;
font-weight: bold;
}
[title=Line] > #XLineColor {
width: 100%;
}
#DecrementIndent + input:disabled{display: none;}
div#mobile-wizard-content input[type=number]{
height: 46px;