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

gokaysatir (via logerrit) logerrit at kemper.freedesktop.org
Thu Aug 27 18:48:41 UTC 2020


 loleaflet/css/device-mobile.css |    2 +-
 loleaflet/css/mobilewizard.css  |    5 +++--
 loleaflet/css/toolbar.css       |    8 ++++----
 3 files changed, 8 insertions(+), 7 deletions(-)

New commits:
commit 8895a48d1f430260bc79ae1c65b447c7f70b1894
Author:     gokaysatir <gokaysatir at collabora.com>
AuthorDate: Wed Aug 19 13:16:52 2020 +0300
Commit:     Andras Timar <andras.timar at collabora.com>
CommitDate: Thu Aug 27 20:48:21 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>

diff --git a/loleaflet/css/device-mobile.css b/loleaflet/css/device-mobile.css
index f78dd8fb8..38a7658f4 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 ae530a7f3..efb84291e 100644
--- a/loleaflet/css/mobilewizard.css
+++ b/loleaflet/css/mobilewizard.css
@@ -194,7 +194,6 @@ p.mobile-wizard.ui-combobox-text.selected {
 	top: 111px;
 	bottom: 0px;
 	width: 100%;
-	padding-bottom: 50px;
 }
 #mobile-wizard.funcwizard div#mobile-wizard-content.hideHelpBG {
 	background: none !important;
@@ -265,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 *{
@@ -279,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 3be4c97e6..986290d35 100644
--- a/loleaflet/css/toolbar.css
+++ b/loleaflet/css/toolbar.css
@@ -852,8 +852,7 @@ button.leaflet-control-search-next
 }
 
 .insertshape-grid .row:last-child {
-		box-sizing: content-box;
-		margin-bottom: 43px;
+	margin-bottom: 70px;
 }
 
 .insertshape-grid .col {
@@ -866,10 +865,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