loleaflet/css/mobilewizard.css | 12 ++++++++++++ loleaflet/images/columnpercent_52x60.svg | 1 + loleaflet/images/columns_52x60.svg | 1 + loleaflet/images/columnstack_52x60.svg | 1 + 4 files changed, 15 insertions(+)
New commits: commit 435a5202e56c2a68a8757bcf65ed9bee1202fc97 Author: Muhammet Kara <muhammet.k...@collabora.com> AuthorDate: Tue Nov 5 20:39:47 2019 +0300 Commit: Muhammet Kara <muhammet.k...@collabora.com> CommitDate: Tue Nov 5 19:00:25 2019 +0100 mobilewizard: Add some missing images for chart type panel Also add them into the mobilewizard.css so that _valuesetControl inside Control.JSDialogBuilder.js picks them up. Will be adding more images in follow-up patches related to the chart type panel. Might also be a good idea to generalize the _valuesetControl function and add divs with proper/different naming later. Change-Id: Id8c48ae96664c11ea0e7d4f3e607f6c60903abf1 Reviewed-on: https://gerrit.libreoffice.org/82087 Reviewed-by: Muhammet Kara <muhammet.k...@collabora.com> Tested-by: Muhammet Kara <muhammet.k...@collabora.com> diff --git a/loleaflet/css/mobilewizard.css b/loleaflet/css/mobilewizard.css index de14a876b..eed554616 100644 --- a/loleaflet/css/mobilewizard.css +++ b/loleaflet/css/mobilewizard.css @@ -118,6 +118,18 @@ span#main-menu-btn-icon { .layout.layout_head02a { background: url('images/layout_head02a.svg') no-repeat center !important; } + +.layout.columns_52x60 { + background: url('images/columns_52x60.svg') no-repeat center !important; +} + +.layout.columnstack_52x60 { + background: url('images/columnstack_52x60.svg') no-repeat center !important; +} + +.layout.columnpercent_52x60 { + background: url('images/columnpercent_52x60.svg') no-repeat center !important; +} .layout{ border: 1px solid #fff; } diff --git a/loleaflet/images/columnpercent_52x60.svg b/loleaflet/images/columnpercent_52x60.svg new file mode 100644 index 000000000..f14855820 --- /dev/null +++ b/loleaflet/images/columnpercent_52x60.svg @@ -0,0 +1 @@ +<svg height="52" viewBox="0 0 60 52" width="60" xmlns="http://www.w3.org/2000/svg"><path d="m0 0h60v52h-60z" fill="#fff"/><path d="m10 19h9v27h-9z" fill="#eac282"/><path d="m19 10h9v36h-9z" fill="#4d82b8"/><path d="m34 16h9v30h-9z" fill="#eac282"/><path d="m43 25h9v21h-9z" fill="#4d82b8"/><path d="m3 45h52v1h-52z" fill="#808080"/><path d="m6 3h1v46h-1z" fill="#808080"/><g fill="#fff"><path d="m45.5 36.0001a2 2 0 0 0 -2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0 -2-2zm0 1a1 1 0 0 1 1 1 1 1 0 0 1 -1 1 1 1 0 0 1 -1-1 1 1 0 0 1 1-1z"/><path d="m49.5 40.0001a2 2 0 0 0 -2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0 -2-2zm0 1a1 1 0 0 1 1 1 1 1 0 0 1 -1 1 1 1 0 0 1 -1-1 1 1 0 0 1 1-1z"/><path d="m50.09961 35.7004-6 8 .80078.5996 6-8z" fill-rule="evenodd"/></g></svg> \ No newline at end of file diff --git a/loleaflet/images/columns_52x60.svg b/loleaflet/images/columns_52x60.svg new file mode 100644 index 000000000..6b4621a48 --- /dev/null +++ b/loleaflet/images/columns_52x60.svg @@ -0,0 +1 @@ +<svg height="52" viewBox="0 0 60 52" width="60" xmlns="http://www.w3.org/2000/svg"><path d="m0 0h60v52h-60z" fill="#fff"/><path d="m10 19h9v27h-9z" fill="#eac282"/><path d="m19 10h9v36h-9z" fill="#4d82b8"/><path d="m34 16h9v30h-9z" fill="#eac282"/><path d="m43 25h9v21h-9z" fill="#4d82b8"/><g fill="#808080"><path d="m3 45h52v1h-52z"/><path d="m6 3h1v46h-1z"/></g></svg> \ No newline at end of file diff --git a/loleaflet/images/columnstack_52x60.svg b/loleaflet/images/columnstack_52x60.svg new file mode 100644 index 000000000..b04881e2f --- /dev/null +++ b/loleaflet/images/columnstack_52x60.svg @@ -0,0 +1 @@ +<svg height="52" viewBox="0 0 60 52" width="60" xmlns="http://www.w3.org/2000/svg"><path d="m0 0h60v52h-60z" fill="#fff"/><path d="m10 31h18v15h-18z" fill="#eac282"/><path d="m10 10h18v21h-18z" fill="#4d82b8"/><path d="m34 25h18v21h-18z" fill="#eac282"/><path d="m34 25h18v-9h-18z" fill="#4d82b8"/><g fill="#808080"><path d="m3 45h52v1h-52z"/><path d="m6 3h1v46h-1z"/></g></svg> \ No newline at end of file _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits