loleaflet/css/loleaflet.css | 4 ++-- loleaflet/css/toolbar.css | 19 ++++++++++++++++++- 2 files changed, 20 insertions(+), 3 deletions(-)
New commits: commit 18550dbeffb0745f848a50cf29a73199dfa37758 Author: Pedro <[email protected]> AuthorDate: Fri Oct 4 10:35:14 2019 +0200 Commit: Szymon Kłos <[email protected]> CommitDate: Mon Oct 7 15:32:06 2019 +0200 Formulabar: Increase space between icons while making better use of white space Change-Id: I1dd0f988e0558af2d8e79dcb6823c70555130715 Reviewed-on: https://gerrit.libreoffice.org/80188 Reviewed-by: Szymon Kłos <[email protected]> Tested-by: Szymon Kłos <[email protected]> diff --git a/loleaflet/css/loleaflet.css b/loleaflet/css/loleaflet.css index a26cfcf1c..4bf8b7f44 100644 --- a/loleaflet/css/loleaflet.css +++ b/loleaflet/css/loleaflet.css @@ -222,7 +222,7 @@ body { left: 0px !important; } #document-container.spreadsheet-document { - top: 103px !important; + top: 97px !important; } #document-container.spreadsheet-document.readonly { top: 61px !important; @@ -232,7 +232,7 @@ body { right: 0px !important; } #spreadsheet-row-column-frame { - top: 83px !important; + top: 77px !important; } #spreadsheet-row-column-frame.readonly { top: 41px !important; diff --git a/loleaflet/css/toolbar.css b/loleaflet/css/toolbar.css index 7dad0f77b..7a8de4ec0 100644 --- a/loleaflet/css/toolbar.css +++ b/loleaflet/css/toolbar.css @@ -1,6 +1,7 @@ @media (max-width: 767px), (max-device-height: 767px) { #formulabar { - border-top: none !important; + padding: 0px !important; + border-top: 1px solid #bbbbbb !important; } #tb_actionbar_item_fullscreen{display: none;} #toolbar-down { @@ -10,6 +11,22 @@ #toolbar-down{ border-top: 1px solid #f1f1f1 !important; } + #addressInput{ + width: 60px !important; + border: 1px solid #bbbbbb; + border-bottom: none; + border-top: none; + border-left: none; + height: 35px !important; + } + .w2ui-icon.equal, .w2ui-icon.autosum{width: 38px !important;} + #formulaInput{ + border: 1px solid #bbbbbb; + border-bottom: none; + border-top: none; + border-right: none; + height: 35px !important; + } } #toolbar-up.w2ui-toolbar { left: 0; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
