[Libreoffice-commits] online.git: loleaflet/css
Szymon Kłos (via logerrit)
logerrit at kemper.freedesktop.org
Tue Oct 8 17:39:07 UTC 2019
loleaflet/css/toolbar.css | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
New commits:
commit 1deda90a72a0e678fa01ec43a014dc53ce6cbf4d
Author: Szymon Kłos <szymon.klos at collabora.com>
AuthorDate: Tue Oct 8 19:33:37 2019 +0200
Commit: Szymon Kłos <szymon.klos at collabora.com>
CommitDate: Tue Oct 8 19:38:39 2019 +0200
jsdialogs: fix align of tabs
Change-Id: I8d2945526a315bc661b1866916b4050de1d8a055
diff --git a/loleaflet/css/toolbar.css b/loleaflet/css/toolbar.css
index ac434c80f..6e85135a9 100644
--- a/loleaflet/css/toolbar.css
+++ b/loleaflet/css/toolbar.css
@@ -1041,6 +1041,9 @@ menu-entry-with-icon.padding-left + menu-entry-icon.width */
.ui-tabs.mobile-wizard {
text-align: center;
height: 42px;
+ display: table;
+ width: 100%;
+ border-spacing: 10px;
}
.ui-tab.mobile-wizard {
@@ -1049,7 +1052,6 @@ menu-entry-with-icon.padding-left + menu-entry-icon.width */
line-height: 36px;
vertical-align: middle;
margin: 5px;
- padding: 5px;
border-radius: 10px;
border: solid 1px #0b87e7;
}
@@ -1057,4 +1059,5 @@ menu-entry-with-icon.padding-left + menu-entry-icon.width */
.ui-tab.selected.mobile-wizard {
background-color: #eaf5ff;
border: none;
+ color: #0b87e7;
}
More information about the Libreoffice-commits
mailing list