Merge pull request #137 from nextcloud/personal-settings

add icon to personal settings sidebar entry
This commit is contained in:
Christoph Wurst 2017-02-06 22:16:07 +01:00 коммит произвёл GitHub
Родитель 1eb71afab3 baa448aa6e
Коммит 7291a35b36
3 изменённых файлов: 18 добавлений и 0 удалений

4
css/settings.css Normal file
Просмотреть файл

@ -0,0 +1,4 @@
/** icons for personal page settings **/
.nav-icon-totp-second-factor-auth {
background-image: url('../img/app-dark.svg?v=1');
}

13
img/app-dark.svg Normal file
Просмотреть файл

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="64" height="64" version="1.1" viewBox="0 0 16.933333 16.933334" xmlns="http://www.w3.org/2000/svg">
<g transform="translate(0 -280.07)">
<ellipse cx="5.9626" cy="295" r=".52917" fill="#ff9e00"/>
<g fill="#000">
<path transform="matrix(.26458 0 0 .26458 0 280.07)" d="m18 4c-2.77 0-5 2.23-5 5v46c0 2.77 2.23 5 5 5h28c2.77 0 5-2.23 5-5v-46c0-2.77-2.23-5-5-5h-28zm0 6h28v40h-28v-40zm14 42a3 3 0 0 1 3 3 3 3 0 0 1 -3 3 3 3 0 0 1 -3 -3 3 3 0 0 1 3 -3z"/>
<path d="m8.4667 287.74a2.3812 2.3812 0 0 0 -2.3812 2.3812 2.3812 2.3812 0 0 0 2.3812 2.3812 2.3812 2.3812 0 0 0 2.3813 -2.3812 2.3812 2.3812 0 0 0 -2.3813 -2.3812zm0 1.0583a1.3229 1.3229 0 0 1 1.3229 1.3229 1.3229 1.3229 0 0 1 -1.3229 1.3229 1.3229 1.3229 0 0 1 -1.3229 -1.3229 1.3229 1.3229 0 0 1 1.3229 -1.3229z"/>
<rect x="7.6729" y="283.51" width="1.0583" height="4.4979"/>
<rect x="7.6729" y="284.04" width="2.3812" height=".79375"/>
<rect x="7.6729" y="285.36" width="1.8521" height=".79375"/>
</g>
</g>
</svg>

После

Ширина:  |  Высота:  |  Размер: 1.0 KiB

Просмотреть файл

@ -2,6 +2,7 @@
script('twofactor_totp', 'settingsview');
script('twofactor_totp', 'settings');
style('twofactor_totp', 'settings');
?>