[Libreoffice-commits] online.git: loleaflet/css
Pedro Pinto Silva (via logerrit)
logerrit at kemper.freedesktop.org
Wed Jan 29 09:28:17 UTC 2020
loleaflet/css/loleaflet.css | 4 ++--
loleaflet/css/spreadsheet-mobile.css | 1 -
2 files changed, 2 insertions(+), 3 deletions(-)
New commits:
commit fbc1eb8990368de27b6fc6c791a9d6a927f7b3f4
Author: Pedro Pinto Silva <pedro.silva at collabora.com>
AuthorDate: Wed Jan 29 10:22:56 2020 +0100
Commit: Pedro Pinto da Silva <pedro.silva at collabora.com>
CommitDate: Wed Jan 29 10:27:57 2020 +0100
Mobile: Calc: visual cleanup after new changes introduced by 87548, 87549 and 87615
- realign plus icon
- readjust top elements' position
- avoiding changing border from #toolbar-wrapper as this would affect readonly mode
Change-Id: I010aaa7b3bd25bce1fe386854c0a7cd0b9c7331e
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/87675
Reviewed-by: Pedro Pinto da Silva <pedro.silva at collabora.com>
Tested-by: Pedro Pinto da Silva <pedro.silva at collabora.com>
diff --git a/loleaflet/css/loleaflet.css b/loleaflet/css/loleaflet.css
index 5eda01aaa..fb5ddd116 100644
--- a/loleaflet/css/loleaflet.css
+++ b/loleaflet/css/loleaflet.css
@@ -252,7 +252,7 @@ body {
}
#document-container.spreadsheet-document {
- top: 97px !important;
+ top: 93px !important;
bottom: 68px;
}
@@ -263,7 +263,7 @@ body {
}
#spreadsheet-row-column-frame {
- top: 77px !important;
+ top: 73px !important;
bottom: 68px;
}
diff --git a/loleaflet/css/spreadsheet-mobile.css b/loleaflet/css/spreadsheet-mobile.css
index 37f685d9e..e73cb506e 100644
--- a/loleaflet/css/spreadsheet-mobile.css
+++ b/loleaflet/css/spreadsheet-mobile.css
@@ -73,7 +73,6 @@
padding-top: 0px !important;
margin-top: 0px !important;
margin-bottom: 0px !important;
- height: 32px !important;
}
#toolbar-down table.w2ui-button.over {
border: 1px solid #eee;
More information about the Libreoffice-commits
mailing list