Add generic label and div styling and add exception to the rule for wrapping options
Change-Id: I3d33c96d97bbed09d0791e15d40586209b600402 Reviewed-on: https://gerrit.libreoffice.org/80441 Reviewed-by: Szymon Kłos <szymon.klos@collabora.com> Tested-by: Szymon Kłos <szymon.klos@collabora.com>
This commit is contained in:
parent
a18a15481b
commit
d7fb1e1f60
1 changed files with 11 additions and 0 deletions
|
@ -7,6 +7,17 @@
|
|||
.w2ui-icon.users{
|
||||
background-size: 20px !important;
|
||||
}
|
||||
.ui-content > div{
|
||||
margin:16px 0px;
|
||||
}
|
||||
.ui-content label{
|
||||
line-height: 44px;
|
||||
vertical-align: top;
|
||||
padding-left: 24px;
|
||||
}
|
||||
#buttonnone + label, #buttonbefore + label, #buttonafter + label, #buttonoptimal + label, #buttonparallel + label, #buttonnone + label, #buttonthrough + label{
|
||||
padding-left: 0;
|
||||
}
|
||||
#buttonbefore, #buttonafter, #buttonoptimal, #buttonparallel, #buttonnone, #buttonthrough{
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
|
Loading…
Reference in a new issue