[Libreoffice-commits] online.git: Branch 'feature/calc-canvas' - loleaflet/css

Szymon KÅ‚os (via logerrit) logerrit at kemper.freedesktop.org
Wed Sep 9 11:28:39 UTC 2020


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

New commits:
commit 369bf3362101c717636eea63b35828b55f666fd2
Author:     Szymon Kłos <szymon.klos at collabora.com>
AuthorDate: Wed Sep 9 13:27:08 2020 +0200
Commit:     Szymon Kłos <szymon.klos at collabora.com>
CommitDate: Wed Sep 9 13:27:11 2020 +0200

    Don't allow to scroll app view
    
    Set document to fixed position.
    Align column headers in calc.
    
    Change-Id: I78c5800fc984535f1fe557a593c06803fc6a51b2

diff --git a/loleaflet/css/device-mobile.css b/loleaflet/css/device-mobile.css
index 7882a00bd..be342da44 100644
--- a/loleaflet/css/device-mobile.css
+++ b/loleaflet/css/device-mobile.css
@@ -216,7 +216,7 @@ div#w2ui-overlay-actionbar.w2ui-overlay{
 		top: 75px !important
 	}
 	#document-container.spreadsheet-document {
-		top: 95px !important;
+		top: 97x !important;
 	}
 }
 #spreadsheet-toolbar {
@@ -234,7 +234,7 @@ div#w2ui-overlay-actionbar.w2ui-overlay{
 	top: 57px !important;
 }
 #spreadsheet-row-column-frame {
-	top: 73px;
+	top: 77px;
 	bottom: 36px;
 }
 
@@ -623,7 +623,7 @@ td[id^=tb_spreadsheet-toolbar_item]:focus table.w2ui-button div.w2ui-icon, td[id
 }
 
 #document-container.spreadsheet-document {
-	top: 92px !important;
+	top: 97px !important;
 	bottom: 72px;
 }
 
@@ -634,7 +634,7 @@ td[id^=tb_spreadsheet-toolbar_item]:focus table.w2ui-button div.w2ui-icon, td[id
 }
 
 #spreadsheet-row-column-frame {
-	top: 72px !important;
+	top: 77px !important;
 	bottom: 68px;
 }
 
diff --git a/loleaflet/css/loleaflet.css b/loleaflet/css/loleaflet.css
index 6e4ad7459..0d3d6a2fa 100644
--- a/loleaflet/css/loleaflet.css
+++ b/loleaflet/css/loleaflet.css
@@ -23,7 +23,7 @@
 #document-container {
 	border-top: 1px solid #B6B6B6;
 	background: #DFDFDF;
-	position: absolute;
+	position: fixed;
 	top: 77px;
 	bottom: 33px;
 	right: 0px;


More information about the Libreoffice-commits mailing list