[Libreoffice-commits] online.git: loleaflet/css loleaflet/images
Pedro Pinto Silva (via logerrit)
logerrit at kemper.freedesktop.org
Wed Feb 12 12:29:52 UTC 2020
loleaflet/css/mobilewizard.css | 12 +++++++++++-
loleaflet/images/lc_toggleorientation.svg | 1 +
2 files changed, 12 insertions(+), 1 deletion(-)
New commits:
commit 45d053d9d18f482e4552872da99175b469ea10fb
Author: Pedro Pinto Silva <pedro.silva at collabora.com>
AuthorDate: Wed Feb 12 13:26:35 2020 +0100
Commit: Pedro Pinto da Silva <pedro.silva at collabora.com>
CommitDate: Wed Feb 12 13:29:33 2020 +0100
Mobile: Hamburger menu: add missing toggle icon and also add default background when there is no image (top level)
Change-Id: I894bb25a9198a74bf1fa43d6c958e23878e0a0fb
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/88525
Tested-by: Pedro Pinto da Silva <pedro.silva at collabora.com>
Reviewed-by: Pedro Pinto da Silva <pedro.silva at collabora.com>
diff --git a/loleaflet/css/mobilewizard.css b/loleaflet/css/mobilewizard.css
index 943c17c70..551428829 100644
--- a/loleaflet/css/mobilewizard.css
+++ b/loleaflet/css/mobilewizard.css
@@ -316,7 +316,17 @@
.sub-menu-title {
padding-left: 42px;
}
-
+ .sub-menu-title::before {
+ width: 22px;
+ height: 22px;
+ content: ' ';
+ display: block;
+ position: absolute;
+ left: 4%;
+ margin: 0px 4px;
+ background-color: #eee;
+ border-radius: 20px;
+ }
.sub-menu-arrow {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
diff --git a/loleaflet/images/lc_toggleorientation.svg b/loleaflet/images/lc_toggleorientation.svg
new file mode 100644
index 000000000..8427a05e9
--- /dev/null
+++ b/loleaflet/images/lc_toggleorientation.svg
@@ -0,0 +1 @@
+<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m6.7324219 5.0019531-3.7304688 4v9.9999999h9.2285159c-.1351-.494007-.218007-1.009286-.226563-1.542969v-.001953c-.0017-.034112-.003906-.070272-.003906-.101562v-.001953c.001889-.995803.815308-1.850891 1.828125-1.853516h.001953c1.016039-.002215 1.836002.854577 1.837891 1.853516v.001953c0 .644919.23873 1.217031.61914 1.646484h3.425782c.38041-.429453.61914-1.001565.61914-1.646484 0-.953689-.58917-1.603029-1.332031-2.001953v.291015c-.000469.830346-.954108 1.298496-1.611328.791016l-3.332031-2.574219c-.517521-.400374-.517521-1.181657 0-1.582031l3.332031-2.5703126c.180842-.1399594.404186-.2137144.632812-.2089844.543854.0117401.978588.4560194.978516 1v.923828c.718003.129286 1.392388.385135 2.001953.740234v-7.1621089z" fill="#fff"/><path d="m6.7773438 3.9980469c-.2134034.00517-.3200357.081745-.8007813.609375l-3.2382813 3.3066406c-.7368575.709525-.7363281.7121221-.7363281 1.0957031v.3300782.6621092 9c0 .554.446 1 1 1h9.5957029
c-.150082-.319521-.272445-.653567-.367187-1h-9.2285159v-9h4c.554 0 1-.4459999 1-.9999999v-4h12.9999999v7.1621089c.361252.210446.691038.464647 1 .742188v-7.9042969c0-.554-.446-1-1-1h-10.109375-3.6406249-.2089843c-.11267 0-.1944906-.00563-.265625-.00391z" fill="#808080"/><path d="m7.00238 9.00238v-4l-4 4z" fill="#fff" fill-rule="evenodd"/><path d="m18.000047 10.500002v1.714844c2.761974 0 4.999953 2.300623 4.999953 5.140623 0 2.839999-2.237979 5.144531-4.999953 5.144531-2.733975 0-4.952047-2.258594-4.996047-5.058593-.0028-.02856-.004-.05724-.004-.08594.000896-.47224.372945-.854772.832024-.855468.460603-.0015.835032.38166.835928.855468 0 1.894 1.492018 3.429687 3.332001 3.429687s3.332-1.535687 3.332-3.429687-1.492017-3.42578-3.332-3.42578v1.714844l-3.332001-2.574219 3.332001-2.570312z" fill="#4d82b8"/></svg>
\ No newline at end of file
More information about the Libreoffice-commits
mailing list