From 55144382e34eed7cea7605f1871fc2e5298650e0 Mon Sep 17 00:00:00 2001 From: Mateusz Kowalski Date: Tue, 2 May 2017 16:27:23 +0200 Subject: [PATCH] Add apple-touch-icon and safari-pinned-tab Apple devices handle website icons through Apple Touch Icon which requires apple-touch-icon tag in stylesheet. Also Safari pinned tab icon requires a separate SVG for being correctly displayed. Change-Id: I108039b263dafee3f0f23a4f7daa796eca36a52f Closes-Bug: #1689504 --- .../static/dashboard/img/apple-touch-icon.png | Bin 0 -> 923 bytes .../dashboard/img/safari-pinned-tab.svg | 27 ++++++++++++++++++ openstack_dashboard/templates/500.html | 2 ++ .../templates/_stylesheets.html | 2 ++ 4 files changed, 31 insertions(+) create mode 100644 openstack_dashboard/static/dashboard/img/apple-touch-icon.png create mode 100644 openstack_dashboard/static/dashboard/img/safari-pinned-tab.svg diff --git a/openstack_dashboard/static/dashboard/img/apple-touch-icon.png b/openstack_dashboard/static/dashboard/img/apple-touch-icon.png new file mode 100644 index 0000000000000000000000000000000000000000..cec3198d2f4353f1e22bea351f4941fe391a2236 GIT binary patch literal 923 zcmV;M17!S(P)004R>004l5008;`004mK004C`008P>0026e000+ooVrmw0002+ zP)t-s|NsC0{{H^;_WbMZ`{n5V`T6+I)bEy|>1cT5Mp@u7N8m3+;4nq_&eQ(*`S!%h z>1lc4GDzJVG~F69=w^2O>Fn)D&s`rF^=VRGFaH2UA-=2d6?@$%_wdhnd5-XJ*R zLRIdMoBZhN27`A9yRD&V(N2({O<7SZG7inaNsaT+6wKv0006iNklU=GbQ*FK)!(3koWVKL_G&dFlX)QLQ-gM0+apT>B^$^vS7b+~u8~q<}sIe1 z>ztn@kM3SLKK#4rCXT-BIX|-OT_%mb>N`jGuaZVzx16I}*GZ%E383?!L4*GOEpSu5 zwRhJXI7bhfcM(r5-((CC5ozuIA++}pCh*iS@~QVW^W)RAy_eTF=jON9mx!l6JzCV^ zyU=fscfRsKg9Z&6G-%MEL4yVj8Z>Coph1HM4f;=`HU58E%$w91>lRovjDHLaY5u0;n xrekl;F~)dPB6bwzet5d0a2pg65fKro?h7o!3m;kDHBJBk002ovPDHLkV1j9D+wuSa literal 0 HcmV?d00001 diff --git a/openstack_dashboard/static/dashboard/img/safari-pinned-tab.svg b/openstack_dashboard/static/dashboard/img/safari-pinned-tab.svg new file mode 100644 index 0000000000..702fcf89bc --- /dev/null +++ b/openstack_dashboard/static/dashboard/img/safari-pinned-tab.svg @@ -0,0 +1,27 @@ + + + + +Created by potrace 1.11, written by Peter Selinger 2001-2013 + + + + + + + + diff --git a/openstack_dashboard/templates/500.html b/openstack_dashboard/templates/500.html index 6037fb6e2d..c18548e0b2 100644 --- a/openstack_dashboard/templates/500.html +++ b/openstack_dashboard/templates/500.html @@ -17,6 +17,8 @@ + + {% trans "Server error" %} - {% site_branding %} {% block css %}