[Libreoffice-commits] online.git: loleaflet/css
Pedro (via logerrit)
logerrit at kemper.freedesktop.org
Thu Oct 3 08:31:16 UTC 2019
loleaflet/css/menubar.css | 98 +++++++++++++++++++++++-----------------------
1 file changed, 49 insertions(+), 49 deletions(-)
New commits:
commit 3ff8a33a2e95900d6af22319d7a9a13a5c575892
Author: Pedro <pedro.silva at collabora.com>
AuthorDate: Thu Oct 3 10:02:58 2019 +0200
Commit: Szymon Kłos <szymon.klos at 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.klos at collabora.com>
Tested-by: Szymon Kłos <szymon.klos at 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;
+ }
}
More information about the Libreoffice-commits
mailing list