[Libreoffice-commits] online.git: loleaflet/css
Pedro (via logerrit)
logerrit at kemper.freedesktop.org
Tue Oct 29 13:04:20 UTC 2019
loleaflet/css/toolbar.css | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
New commits:
commit 96c268cc4413619d51fcd2332038216c64e56f02
Author: Pedro <pedro.silva at collabora.com>
AuthorDate: Tue Oct 29 13:19:57 2019 +0100
Commit: Szymon Kłos <szymon.klos at collabora.com>
CommitDate: Tue Oct 29 14:04:02 2019 +0100
mobileWizard: Image properties>‘Wrap’: fix alignments and enable countour row problems
Change-Id: Iec7a7c4cd11b49e086c7b63f5f8a7bef7ee9330b
Reviewed-on: https://gerrit.libreoffice.org/81666
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 61d6b2589..5f35059a5 100644
--- a/loleaflet/css/toolbar.css
+++ b/loleaflet/css/toolbar.css
@@ -81,7 +81,7 @@
.ui-content label{
line-height: 44px;
vertical-align: top;
- padding-left: 24px;
+ padding-left: 4%;
}
#buttonnone + label, #buttonbefore + label, #buttonafter + label, #buttonoptimal + label, #buttonparallel + label, #buttonnone + label, #buttonthrough + label{
padding-left: 0;
@@ -165,10 +165,6 @@
#bottom{background: url(images/sc_alignbottom.svg) no-repeat center;}
#standard{background: url(images/sc_alignverticalcenter.svg) no-repeat center;}
- #enablecontour{
- float: left;
- margin: 16px 0px;
- }
#mobile-wizard input[type=checkbox]:disabled{
border: 2px solid #ddd;
box-shadow: none;
@@ -231,7 +227,7 @@
float: right;
margin: 24px 0px;
}
- #enablecontour + button + p {clear: both;}
+ div#enablecontour + p {clear: both;}
#formulabar {
padding: 0px !important;
border-top: 1px solid #bbbbbb !important;
More information about the Libreoffice-commits
mailing list