summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro <pedro.silva@collabora.com>2019-10-29 16:32:07 +0100
committerSzymon Kłos <szymon.klos@collabora.com>2019-10-29 19:43:42 +0100
commit43249febefa4c14f88b46091852fd893b7919836 (patch)
treee1e24644a178804366519c188b2dfaeeb6899250
parent943ab1126adbe99ef8fbac472806d884da6441c4 (diff)
Toolbar-down: space-out icons and restyle dividers for mobile
Change-Id: I927f1ae0e2cd10985c8b5a5720b3a967eefcde22 Reviewed-on: https://gerrit.libreoffice.org/81692 Reviewed-by: Szymon Kłos <szymon.klos@collabora.com> Tested-by: Szymon Kłos <szymon.klos@collabora.com>
-rw-r--r--loleaflet/css/toolbar-mobile.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/loleaflet/css/toolbar-mobile.css b/loleaflet/css/toolbar-mobile.css
index 59c308ec7..d0c3ce19a 100644
--- a/loleaflet/css/toolbar-mobile.css
+++ b/loleaflet/css/toolbar-mobile.css
@@ -10,3 +10,10 @@
top:-1px;
}
}
+#toolbar-down table.w2ui-button .w2ui-tb-image {
+ margin: 5px 9px 3px 9px!important;
+}
+.w2ui-toolbar .w2ui-break{
+ background-image: none;
+ background-color: #dae6f3;
+}