icon added to my settings page

This commit is contained in:
Arvind Tiwari 2017-08-31 22:47:47 +05:30
parent a07922e4d4
commit cf673c8f90
3 changed files with 13 additions and 3 deletions

View File

@ -363,7 +363,7 @@ msgid "EDIT CARD"
msgstr ""
msgid "Add a new Card."
msgstr ""
msgstr "Neue Kreditkarte hinzufügen."
msgid ""
"Please fill in your credit card information below. We are using <a href="
@ -491,7 +491,7 @@ msgid "Virtual Machines"
msgstr "Virtuelle Maschinen"
msgid "To create a new virtual machine, click \"Create VM\""
msgstr ""
msgstr "Um eine neue VM zu erzeugen, klicke \"Neue VM erzeugen\""
msgid "CREATE VM"
msgstr "NEUE VM"

View File

@ -446,6 +446,11 @@
width: 34px;
vertical-align: middle;
}
.dashboard-title-thin .un-icon.wide {
height: 38px;
width: 38px;
margin-top: -6px;
}
.dashboard-subtitle {
font-weight: 300;
@ -533,6 +538,11 @@
width: 22px;
margin-top: -3px;
}
.dashboard-title-thin .un-icon.wide {
height: 25px;
width: 25px;
margin-top: -5px;
}
.dashboard-subtitle p {
width: 200px;
}

View File

@ -8,7 +8,7 @@
{% block content %}
<div class="dashboard-container wide">
<div class="dashboard-container-head">
<h1 class="dashboard-title-thin">{% trans "My Settings" %}</h1>
<h1 class="dashboard-title-thin"><img src="{% static 'hosting/img/dashboard_settings.svg' %}" class="un-icon wide"> {% trans "My Settings" %}</h1>
</div>
<!-- Credit card form -->
<div class="settings-container">