[Libreoffice-commits] online.git: loleaflet/css

Pedro (via logerrit) logerrit at kemper.freedesktop.org
Thu Oct 3 13:22:39 UTC 2019


 loleaflet/css/toolbar.css |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 91e63410e726d98472619320dbb11aad483b1ecc
Author:     Pedro <pedro.silva at collabora.com>
AuthorDate: Thu Oct 3 14:28:03 2019 +0200
Commit:     Szymon Kłos <szymon.klos at collabora.com>
CommitDate: Thu Oct 3 15:22:20 2019 +0200

    Fix mobile-wizard position and shadow
    
    Change-Id: I35cb5b6644761d881e30bbf64d3485667ce9be3e
    Reviewed-on: https://gerrit.libreoffice.org/80128
    Reviewed-by: Szymon Kłos <szymon.klos at collabora.com>
    Tested-by: Szymon Kłos <szymon.klos at collabora.com>

diff --git a/loleaflet/css/toolbar.css b/loleaflet/css/toolbar.css
index 2c0f83d3b..319a7153e 100644
--- a/loleaflet/css/toolbar.css
+++ b/loleaflet/css/toolbar.css
@@ -765,10 +765,10 @@ tr.useritem > td > img {
 		height: 45%;
 		width: 100%;
 		position: fixed;
-		bottom: 37px;
+		bottom: 34px;
 		z-index: 1000;
 		background-color: white;
-		box-shadow: 0px -2px 6px #acacac;
+		box-shadow: 0px -2px 4px 1px #00000030
 }
 
 #mobile-wizard-content {


More information about the Libreoffice-commits mailing list