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

Pedro (via logerrit) logerrit at kemper.freedesktop.org
Mon Oct 7 13:15:47 UTC 2019


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

New commits:
commit 2d57cb267368b7896ff8fcacc4cfda3d871a812d
Author:     Pedro <pedro.silva at collabora.com>
AuthorDate: Fri Oct 4 14:55:50 2019 +0200
Commit:     Szymon Kłos <szymon.klos at collabora.com>
CommitDate: Mon Oct 7 15:15:28 2019 +0200

    wizard-mobie: Add close state to back arrow when in the top level
    
    Change-Id: I4f8be7139ffb4fb79e03753d05ede15b20c5f0dd
    Reviewed-on: https://gerrit.libreoffice.org/80215
    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 16d24baec..7d0be9a14 100644
--- a/loleaflet/css/toolbar.css
+++ b/loleaflet/css/toolbar.css
@@ -755,7 +755,11 @@ tr.useritem > td > img {
 		text-decoration: none;
 		color: black;
 }
-
+#mobile-wizard-back.close-button {
+	transform: rotate(-90deg);
+	background-position-x: center;
+	background-position-y: 16px;
+}
 #mobile-wizard-back {
 		background-image: url('images/lc_closedocmobile.svg');
 		background-repeat: no-repeat;
@@ -778,14 +782,14 @@ tr.useritem > td > img {
 #mobile-wizard-content {
 		overflow: scroll;
 		position: absolute;
-		top: 56px;
+		top: 48px;
 		bottom: 0px;
 		width: 100%;
 }
 
 #mobile-wizard-titlebar {
 	background-color: white;
-	height: 56px;
+	height: 48px;
 	color: #636363;
 }
 
@@ -799,7 +803,7 @@ tr.useritem > td > img {
 	height: 56px !important;
 	font-size: 11pt !important;
 	margin: 0px;
-	padding: 5px;
+	padding: 0px;
 	border: solid 1px #fff;
 	padding-left: 74px !important;
 	display: flex;


More information about the Libreoffice-commits mailing list