loleaflet/css/toolbar.css |   11 +++++++++++
 1 file changed, 11 insertions(+)

New commits:
commit d7fb1e1f603d438856bd6bced34bcc89dec392f0
Author:     Pedro <[email protected]>
AuthorDate: Tue Oct 8 12:35:55 2019 +0200
Commit:     Szymon Kłos <[email protected]>
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 <[email protected]>
    Tested-by: Szymon Kłos <[email protected]>

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;
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to