loleaflet/css/menubar.css | 98 +++++++++++++++++++++++----------------------- 1 file changed, 49 insertions(+), 49 deletions(-)
New commits: commit 3ff8a33a2e95900d6af22319d7a9a13a5c575892 Author: Pedro <pedro.si...@collabora.com> AuthorDate: Thu Oct 3 10:02:58 2019 +0200 Commit: Szymon Kłos <szymon.k...@collabora.com> CommitDate: Thu Oct 3 10:30:57 2019 +0200 Refactoring Change-Id: Id4255803321145022cc0672c942c8763a3732136 Reviewed-on: https://gerrit.libreoffice.org/80101 Reviewed-by: Szymon Kłos <szymon.k...@collabora.com> Tested-by: Szymon Kłos <szymon.k...@collabora.com> diff --git a/loleaflet/css/menubar.css b/loleaflet/css/menubar.css index ba702f187..9324fbebd 100644 --- a/loleaflet/css/menubar.css +++ b/loleaflet/css/menubar.css @@ -1,53 +1,53 @@ @media (max-width: 767px), (max-device-height: 767px) { - .logo { - background-size: 100px; - max-width: 24px; - max-height: 31px; - top: 0; - } - - #toolbar-logo { - width: 0px !important; - } - #main-menu{ - width: 98%; - } - #main-menu > li{ - min-height: 56px; - border: none; - } - #main-menu > li > a{ - font-size: 18px !important; - border: none; - } - .lo-menu ul{ - border: none; - background-color: #f7f7f7; - } - .lo-menu ul > li{ - height: auto; - - } - .lo-menu ul > li > ul > li > a{ - height: 56px; - display: flex; - flex-direction: row; - align-items: center; - } - - .lo-menu ul >li > .separator{ - display: none; - } - .lo-menu ul > li > a{ - width: 100%; - height: 56px; - display: flex; - flex-direction: row; - align-items: center; - font-size: 14px; - font-weight: bold; - color: #404040; - } + .logo { + background-size: 100px; + max-width: 24px; + max-height: 31px; + top: 0; + } + + #toolbar-logo { + width: 0px !important; + } + #main-menu{ + width: 98%; + } + #main-menu > li{ + min-height: 56px; + border: none; + } + #main-menu > li > a{ + font-size: 18px !important; + border: none; + } + .lo-menu ul{ + border: none; + background-color: #f7f7f7; + } + .lo-menu ul > li{ + height: auto; + + } + .lo-menu ul > li > ul > li > a{ + height: 56px; + display: flex; + flex-direction: row; + align-items: center; + } + + .lo-menu ul >li > .separator{ + display: none; + } + .lo-menu ul > li > a{ + width: 100%; + height: 56px; + display: flex; + flex-direction: row; + align-items: center; + font-size: 14px; + font-weight: bold; + color: #404040; + } } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits