[Libreoffice-commits] online.git: loleaflet/css
Pedro (via logerrit)
logerrit at kemper.freedesktop.org
Tue Oct 8 11:25:29 UTC 2019
loleaflet/css/toolbar.css | 11 +++++++++++
1 file changed, 11 insertions(+)
New commits:
commit d7fb1e1f603d438856bd6bced34bcc89dec392f0
Author: Pedro <pedro.silva at collabora.com>
AuthorDate: Tue Oct 8 12:35:55 2019 +0200
Commit: Szymon Kłos <szymon.klos at collabora.com>
CommitDate: Tue Oct 8 13:25:11 2019 +0200
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 at collabora.com>
Tested-by: Szymon Kłos <szymon.klos at collabora.com>
diff --git a/loleaflet/css/toolbar.css b/loleaflet/css/toolbar.css
index 39a884f51..769793fc8 100644
--- a/loleaflet/css/toolbar.css
+++ b/loleaflet/css/toolbar.css
@@ -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;
More information about the Libreoffice-commits
mailing list