loleaflet/css/spreadsheet-mobile.css |   17 +++++++++++++++++
 loleaflet/css/toolbar-mobile.css     |   12 ++++++++++++
 2 files changed, 29 insertions(+)

New commits:
commit 23e71b56aca7de3d58486dd8d8ad6442a94e37b6
Author:     Pedro <pedro.si...@collabora.com>
AuthorDate: Mon Oct 21 17:31:45 2019 +0200
Commit:     Szymon Kłos <szymon.k...@collabora.com>
CommitDate: Tue Oct 22 14:04:24 2019 +0200

    Fix how formula input looks on Firefox and Firefox mobile
    
    Change-Id: Idb362dde1872f2ed934f67d349eb1693c6c9c074
    Reviewed-on: https://gerrit.libreoffice.org/81257
    Reviewed-by: Szymon Kłos <szymon.k...@collabora.com>
    Tested-by: Szymon Kłos <szymon.k...@collabora.com>

diff --git a/loleaflet/css/spreadsheet-mobile.css 
b/loleaflet/css/spreadsheet-mobile.css
index e69de29bb..e85520ed5 100644
--- a/loleaflet/css/spreadsheet-mobile.css
+++ b/loleaflet/css/spreadsheet-mobile.css
@@ -0,0 +1,17 @@
+@media (max-width: 767px), (max-device-height: 767px) {
+
+       @-moz-document url-prefix() {
+               #spreadsheet-row-column-frame.readonly {
+                       top: 39px !important;
+               }
+               #document-container.spreadsheet-document.readonly {
+                       top: 59px !important;
+               }
+               #spreadsheet-row-column-frame {
+                       top: 75px !important
+               }
+               #document-container.spreadsheet-document {
+                       top: 95px !important;
+               }
+       }
+}
diff --git a/loleaflet/css/toolbar-mobile.css b/loleaflet/css/toolbar-mobile.css
index e69de29bb..59c308ec7 100644
--- a/loleaflet/css/toolbar-mobile.css
+++ b/loleaflet/css/toolbar-mobile.css
@@ -0,0 +1,12 @@
+@-moz-document url-prefix() {
+       #formulabar #formulaInput, #formulabar #addressInput{
+               border-radius: 0px;
+               border:1px solid #bbbbbb !important;
+       }
+       #toolbar-wrapper{
+               border-top: none;
+       }
+       #toolbar-up{
+               top:-1px;
+       }
+}
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to