[Libreoffice-commits] online.git: loleaflet/css
Szymon KÅos (via logerrit)
logerrit at kemper.freedesktop.org
Wed May 6 09:03:25 UTC 2020
loleaflet/css/mobilewizard.css | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
New commits:
commit 8ad6a0500034695a6e3f2bfd14fb8b41067cb364
Author: Szymon Kłos <szymon.klos at collabora.com>
AuthorDate: Wed May 6 10:29:41 2020 +0200
Commit: Szymon Kłos <szymon.klos at collabora.com>
CommitDate: Wed May 6 11:03:07 2020 +0200
jsdialog: improve styling buttons and checkbox
Change-Id: I61102a2d459d475bb450c0c960840e140351d626
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/93554
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
Reviewed-by: Szymon Kłos <szymon.klos at collabora.com>
diff --git a/loleaflet/css/mobilewizard.css b/loleaflet/css/mobilewizard.css
index f4ad379fe..33f770257 100644
--- a/loleaflet/css/mobilewizard.css
+++ b/loleaflet/css/mobilewizard.css
@@ -738,6 +738,11 @@ div#mobile-wizard-content .spinfieldcontainer .spinfieldimage.disabled {
.checkbutton{
clear: both;
}
+.checkbutton label {
+ line-height: 44px;
+ vertical-align: top;
+ padding-left: 4%;
+}
#mobile-wizard input[type=checkbox]:disabled{
border: 2px solid #ddd;
box-shadow: none;
@@ -793,7 +798,7 @@ input[type=checkbox]#UseBandingColumnStyle, input[type=checkbox]#UseLastColumnSt
font-weight: bold;
background-color: #0b87e7;
border: 1px solid #0b87e7;
- margin: 0 4%;
+ margin: 5px 4%;
}
#mobile-wizard button:focus{
outline: none;
@@ -805,6 +810,7 @@ input[type=checkbox]#UseBandingColumnStyle, input[type=checkbox]#UseLastColumnSt
}
#mobile-wizard button:disabled{
background-color: silver;
+ border-color: silver;
}
#enablecontour + button {
float: right;
More information about the Libreoffice-commits
mailing list