[Libreoffice-commits] online.git: Branch 'feature/jsdialogs' - loleaflet/css
Szymon KÅos (via logerrit)
logerrit at kemper.freedesktop.org
Wed May 6 08:30:18 UTC 2020
loleaflet/css/mobilewizard.css | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
New commits:
commit 18dd7ecfb5b42c3377727c2b738cf5948e37c238
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 10:29:44 2020 +0200
jsdialog: improve styling buttons and checkbox
Change-Id: I61102a2d459d475bb450c0c960840e140351d626
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