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 "" msgstr ""
msgid "Add a new Card." msgid "Add a new Card."
msgstr "" msgstr "Neue Kreditkarte hinzufügen."
msgid "" msgid ""
"Please fill in your credit card information below. We are using <a href=" "Please fill in your credit card information below. We are using <a href="
@ -491,7 +491,7 @@ msgid "Virtual Machines"
msgstr "Virtuelle Maschinen" msgstr "Virtuelle Maschinen"
msgid "To create a new virtual machine, click \"Create VM\"" 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" msgid "CREATE VM"
msgstr "NEUE VM" msgstr "NEUE VM"

View file

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

View file

@ -8,7 +8,7 @@
{% block content %} {% block content %}
<div class="dashboard-container wide"> <div class="dashboard-container wide">
<div class="dashboard-container-head"> <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> </div>
<!-- Credit card form --> <!-- Credit card form -->
<div class="settings-container"> <div class="settings-container">