design modifications
This commit is contained in:
		
					parent
					
						
							
								2de0fc13b9
							
						
					
				
			
			
				commit
				
					
						772469a23e
					
				
			
		
					 5 changed files with 13 additions and 11 deletions
				
			
		|  | @ -8,7 +8,7 @@ msgid "" | ||||||
| msgstr "" | msgstr "" | ||||||
| "Project-Id-Version: PACKAGE VERSION\n" | "Project-Id-Version: PACKAGE VERSION\n" | ||||||
| "Report-Msgid-Bugs-To: \n" | "Report-Msgid-Bugs-To: \n" | ||||||
| "POT-Creation-Date: 2017-09-15 20:11+0530\n" | "POT-Creation-Date: 2017-09-17 01:31+0530\n" | ||||||
| "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||||||
| "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||||||
| "Language-Team: LANGUAGE <LL@li.org>\n" | "Language-Team: LANGUAGE <LL@li.org>\n" | ||||||
|  |  | ||||||
|  | @ -8,7 +8,7 @@ msgid "" | ||||||
| msgstr "" | msgstr "" | ||||||
| "Project-Id-Version: PACKAGE VERSION\n" | "Project-Id-Version: PACKAGE VERSION\n" | ||||||
| "Report-Msgid-Bugs-To: \n" | "Report-Msgid-Bugs-To: \n" | ||||||
| "POT-Creation-Date: 2017-09-15 20:11+0530\n" | "POT-Creation-Date: 2017-09-17 01:31+0530\n" | ||||||
| "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||||||
| "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||||||
| "Language-Team: LANGUAGE <LL@li.org>\n" | "Language-Team: LANGUAGE <LL@li.org>\n" | ||||||
|  | @ -100,8 +100,8 @@ msgstr "vorherige" | ||||||
| msgid "next" | msgid "next" | ||||||
| msgstr "nächste" | msgstr "nächste" | ||||||
| 
 | 
 | ||||||
| msgid "days" | msgid "Month" | ||||||
| msgstr "tage" | msgstr "Monat" | ||||||
| 
 | 
 | ||||||
| msgid "VAT included" | msgid "VAT included" | ||||||
| msgstr "MwSt. inklusive" | msgstr "MwSt. inklusive" | ||||||
|  | @ -380,9 +380,6 @@ msgstr "Konfiguration" | ||||||
| msgid "including VAT" | msgid "including VAT" | ||||||
| msgstr "inkl. Mehrwertsteuer" | msgstr "inkl. Mehrwertsteuer" | ||||||
| 
 | 
 | ||||||
| msgid "Month" |  | ||||||
| msgstr "Monat" |  | ||||||
| 
 |  | ||||||
| msgid "Billing Address" | msgid "Billing Address" | ||||||
| msgstr "Rechnungsadresse" | msgstr "Rechnungsadresse" | ||||||
| 
 | 
 | ||||||
|  | @ -643,6 +640,9 @@ msgstr "VM Kündigung" | ||||||
| msgid "VM %(VM_ID)s terminated successfully" | msgid "VM %(VM_ID)s terminated successfully" | ||||||
| msgstr "VM %(VM_ID)s erfolgreich beendet" | msgstr "VM %(VM_ID)s erfolgreich beendet" | ||||||
| 
 | 
 | ||||||
|  | #~ msgid "days" | ||||||
|  | #~ msgstr "tage" | ||||||
|  | 
 | ||||||
| #~ msgid "New Virtual Machine" | #~ msgid "New Virtual Machine" | ||||||
| #~ msgstr "Neue virtuelle Maschine" | #~ msgstr "Neue virtuelle Maschine" | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -116,7 +116,7 @@ | ||||||
|     color: #29427a; |     color: #29427a; | ||||||
|     cursor: pointer; |     cursor: pointer; | ||||||
|     font-size: 20px; |     font-size: 20px; | ||||||
|     border: 1px solid #eee; |     border: 1px solid #ccc; | ||||||
|     padding: 5px 6px 3px; |     padding: 5px 6px 3px; | ||||||
|     border-radius: 5px; |     border-radius: 5px; | ||||||
| } | } | ||||||
|  | @ -229,5 +229,7 @@ | ||||||
| @media(min-width: 768px) { | @media(min-width: 768px) { | ||||||
|     .create-vm-container { |     .create-vm-container { | ||||||
|         padding-top: 120px; |         padding-top: 120px; | ||||||
|  |         max-width: 1120px; | ||||||
|  |         /* width: 100%; */ | ||||||
|     } |     } | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -3,7 +3,7 @@ | ||||||
|     {% csrf_token %} |     {% csrf_token %} | ||||||
|     <div class="price"> |     <div class="price"> | ||||||
|         <span id="total">15</span> |         <span id="total">15</span> | ||||||
|         <span>CHF/30 {% trans "days" %}</span> |         <span>CHF/{% trans "Month" %}</span> | ||||||
|         <div class="price-text"> |         <div class="price-text"> | ||||||
|             <p>{% trans "VAT included" %}</p> |             <p>{% trans "VAT included" %}</p> | ||||||
|         </div> |         </div> | ||||||
|  |  | ||||||
|  | @ -4,7 +4,7 @@ | ||||||
| {% block content %} | {% block content %} | ||||||
| <div class="dashboard-container create-vm-container"> | <div class="dashboard-container create-vm-container"> | ||||||
|     <div class="row"> |     <div class="row"> | ||||||
|         <div class="col-sm-6"> |         <div class="col-sm-4"> | ||||||
|           <div class="dashboard-container-head"> |           <div class="dashboard-container-head"> | ||||||
|                 <h3 class="dashboard-title-thin"><img src="{% static 'hosting/img/plusVM.svg' %}" class="un-icon" style="margin-top: -18px;width: 42px;height: 42px;"> {% trans "Create VM" %}</h3> |                 <h3 class="dashboard-title-thin"><img src="{% static 'hosting/img/plusVM.svg' %}" class="un-icon" style="margin-top: -18px;width: 42px;height: 42px;"> {% trans "Create VM" %}</h3> | ||||||
|                 {% if messages %} |                 {% if messages %} | ||||||
|  | @ -16,7 +16,7 @@ | ||||||
|                 {% endif %} |                 {% endif %} | ||||||
|           </div> |           </div> | ||||||
|         </div> |         </div> | ||||||
|         <div class="col-sm-6"> |         <div class="col-sm-5"> | ||||||
|             <div class="price-calc-section no-padding"> |             <div class="price-calc-section no-padding"> | ||||||
|                 <div class="landing card"> |                 <div class="landing card"> | ||||||
|                     <div class="caption"> |                     <div class="caption"> | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue