Mobile: Spreadsheet: Readonly mode: Adjust top positions from frame and document
- account for moz vs webkit intricacies - account for newest spreadsheet formula implementation Change-Id: If5ae4159bf5b5cea82771b085f8e7e90f97e0804 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/86760 Reviewed-by: Pedro Pinto da Silva <pedro.silva@collabora.com> Tested-by: Pedro Pinto da Silva <pedro.silva@collabora.com>
This commit is contained in:
parent
4162d892e0
commit
4da29f6422
1 changed files with 8 additions and 6 deletions
|
@ -2,10 +2,10 @@
|
|||
|
||||
@-moz-document url-prefix() {
|
||||
#spreadsheet-row-column-frame.readonly {
|
||||
top: 39px !important;
|
||||
top: 36px !important;
|
||||
}
|
||||
#document-container.spreadsheet-document.readonly {
|
||||
top: 59px !important;
|
||||
top: 56px !important;
|
||||
}
|
||||
#spreadsheet-row-column-frame {
|
||||
top: 75px !important
|
||||
|
@ -22,15 +22,17 @@
|
|||
bottom: 0;
|
||||
}
|
||||
|
||||
#spreadsheet-row-column-frame.readonly {
|
||||
top: 37px !important;
|
||||
}
|
||||
#document-container.spreadsheet-document.readonly {
|
||||
top: 57px !important;
|
||||
}
|
||||
#spreadsheet-row-column-frame {
|
||||
top: 73px;
|
||||
bottom: 36px;
|
||||
}
|
||||
|
||||
#spreadsheet-row-column-frame.readonly {
|
||||
top: 30px;
|
||||
}
|
||||
|
||||
.spreadsheet-tab{
|
||||
background-color: #eaf5ff;
|
||||
color: #4c4c4c;
|
||||
|
|
Loading…
Reference in a new issue