[Libreoffice-commits] online.git: Branch 'distro/collabora/co-4-2' - loleaflet/css

gokaysatir (via logerrit) logerrit at kemper.freedesktop.org
Wed Sep 2 13:42:54 UTC 2020


 loleaflet/css/device-mobile.css |    2 +-
 loleaflet/css/mobilewizard.css  |    4 +++-
 loleaflet/css/toolbar.css       |   12 ++++++++++--
 3 files changed, 14 insertions(+), 4 deletions(-)

New commits:
commit 311aa47d20b812d7a0e20cc3766f42c6f9361ff0
Author:     gokaysatir <gokaysatir at collabora.com>
AuthorDate: Wed Aug 19 13:16:52 2020 +0300
Commit:     Andras Timar <andras.timar at collabora.com>
CommitDate: Wed Sep 2 15:42:35 2020 +0200

    loleaflet: Insert shape window last row visibility.
    
    Last row wasn't fully visible on Calculator mobile view.
    
    Change-Id: Ia326fddc3510eabbca9b3d9b4bd90bf30f95f785
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/100982
    Tested-by: Jenkins
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
    Reviewed-by: Andras Timar <andras.timar at collabora.com>
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/101930

diff --git a/loleaflet/css/device-mobile.css b/loleaflet/css/device-mobile.css
index ca860b9f3..d7f0d95fa 100644
--- a/loleaflet/css/device-mobile.css
+++ b/loleaflet/css/device-mobile.css
@@ -411,7 +411,7 @@ button.vex-dialog-button-secondary.vex-dialog-button.vex-last {
 /* Related to toolbar.css */
 .insertshape-grid {
 	box-sizing: content-box;
-	position: absolute;
+	position: static;
 	padding: 2px 0px 2px 0px;
 	display: inline-block;
 	width: 100%;
diff --git a/loleaflet/css/mobilewizard.css b/loleaflet/css/mobilewizard.css
index 72350c49d..1dc843408 100644
--- a/loleaflet/css/mobilewizard.css
+++ b/loleaflet/css/mobilewizard.css
@@ -264,7 +264,8 @@ p.mobile-wizard.ui-combobox-text.selected {
 		bottom: 0px;
 		z-index: 1000;
 		background-color: white;
-		box-shadow: 0px -2px 4px 1px #00000030
+		box-shadow: 0px -2px 4px 1px #00000030;
+		overflow-y: scroll;
 }
 
 #mobile-wizard-content *{
@@ -278,6 +279,7 @@ p.mobile-wizard.ui-combobox-text.selected {
 	height: 48px;
 	color: #636363;
 	border-bottom: 1px solid #dddddd !important;
+	position: sticky;
 }
 
 .ui-content.mobile-wizard {
diff --git a/loleaflet/css/toolbar.css b/loleaflet/css/toolbar.css
index 5f87541ee..f8b720a61 100644
--- a/loleaflet/css/toolbar.css
+++ b/loleaflet/css/toolbar.css
@@ -800,6 +800,13 @@ button.leaflet-control-search-next
 
 .insertshape-grid .row {
 		height: 30px;
+		height: auto;
+		position: static;
+		text-align: left;
+}
+
+.insertshape-grid .row:last-child {
+	margin-bottom: 70px;
 }
 
 .insertshape-grid .col {
@@ -813,10 +820,11 @@ button.leaflet-control-search-next
 .insertshape-grid .row-header {
 		height: 30px;
 		text-align: center;
-		padding: 5px;
-		padding-top: 10px;
+		padding: 7px;
 		clear: both;
 		background-color: rgba(128, 128, 128, 0.1);
+		position: static;
+		line-height: 30px;
 }
 
 .insertshape-grid .col:hover {


More information about the Libreoffice-commits mailing list