modernize admin design, save icon on button

This commit is contained in:
plegall
2016-12-02 15:10:47 +01:00
parent b2fba913e6
commit 3959df9d45
+4 -2
View File
@@ -149,7 +149,7 @@ jQuery(document).ready(function() {
margin:10px 0;
}
.delete_popin .buttonLike i {
.buttonLike i {
font-size:14px;
}
@@ -268,7 +268,9 @@ jQuery(document).ready(function() {
{/if}
<p style="margin:0">
<input class="submit" type="submit" value="{'Save Settings'|@translate}" name="submit">
<button name="submit" type="submit" class="buttonLike">
<i class="icon-floppy"></i> {'Save Settings'|@translate}
</button>
</p>
</fieldset>