summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSzymon Kłos <szymon.klos@collabora.com>2020-05-06 10:29:41 +0200
committerSzymon Kłos <szymon.klos@collabora.com>2020-05-06 11:03:07 +0200
commit8ad6a0500034695a6e3f2bfd14fb8b41067cb364 (patch)
tree4bd425c5873ff73cadff7c0d1c3618da20b24438
parentcypress: formula bar editing is working again. (diff)
downloadonline-8ad6a0500034695a6e3f2bfd14fb8b41067cb364.tar.gz
online-8ad6a0500034695a6e3f2bfd14fb8b41067cb364.zip
jsdialog: improve styling buttons and checkbox
Change-Id: I61102a2d459d475bb450c0c960840e140351d626 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/93554 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
-rw-r--r--loleaflet/css/mobilewizard.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/loleaflet/css/mobilewizard.css b/loleaflet/css/mobilewizard.css
index f4ad379feb..33f770257b 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;