[Libreoffice-commits] online.git: loleaflet/css
Pedro Pinto Silva (via logerrit)
logerrit at kemper.freedesktop.org
Wed Apr 29 12:00:36 UTC 2020
loleaflet/css/impress.css | 10 ++++++++++
loleaflet/css/toolbar.css | 2 +-
2 files changed, 11 insertions(+), 1 deletion(-)
New commits:
commit 2567a9aab0723de8d9ab47e894e45b8275067a0b
Author: Pedro Pinto Silva <pedro.silva at collabora.com>
AuthorDate: Tue Apr 28 08:56:42 2020 +0200
Commit: Pedro Pinto da Silva <pedro.silva at collabora.com>
CommitDate: Wed Apr 29 14:00:16 2020 +0200
Desktop: Impress: fix slidesorter background color and
- make sure slidesorter and controls have the same bg (that has been reset on mobilewizard.css)
- Hide scroll Rail when there is no scrollable content in the slidesorter
- Add border to distinguish between slidesorter and #map(via box-shadow so it doesn't affect element's width)
- Add top border (that has been reset on mobilewizard.css)
Change-Id: I4314da758026bf7a374e29dcd5adce8f21631319
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/93001
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
Tested-by: Pedro Pinto da Silva <pedro.silva at collabora.com>
Reviewed-by: Pedro Pinto da Silva <pedro.silva at collabora.com>
diff --git a/loleaflet/css/impress.css b/loleaflet/css/impress.css
index e69de29bb..13f3763f4 100644
--- a/loleaflet/css/impress.css
+++ b/loleaflet/css/impress.css
@@ -0,0 +1,10 @@
+.presentation-doctype #map{
+ box-shadow: rgb(223, 223, 223) 0px 0px inset, #b6b6b6 1px 0px 0px inset;
+}
+#presentation-controls-wrapper {
+ background: #dfdfdf !important;
+ border-top: 1px solid #b6b6b6 !important;
+}
+#presentation-controls-wrapper .mCSB_draggerRail{
+ background: transparent;
+}
diff --git a/loleaflet/css/toolbar.css b/loleaflet/css/toolbar.css
index a1eca0bd8..cc80202e6 100644
--- a/loleaflet/css/toolbar.css
+++ b/loleaflet/css/toolbar.css
@@ -91,7 +91,7 @@ w2ui-toolbar {
text-align: center;
position: absolute;
z-index: 500;
- width: 100%;
+ width: 98%;
padding: 0px 0px 10px 0px;
}
More information about the Libreoffice-commits
mailing list