Moved Save button to be relative to bottom right of window

10.3.x-maintenance
Curtis Fissel 2014-07-04 01:55:59 +01:00 committed by CurtisFissel
parent e7cb66b94b
commit 5ed64642df
1 changed files with 3 additions and 1 deletions

View File

@ -311,7 +311,9 @@
}
.tab-initial_setup .update {
display: block;
float: right;
position: absolute;
bottom: 11px;
right: 11px;
margin: 0 3px 0 0;