mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 16:30:10 +00:00
Fix save button alignment
This commit is contained in:
parent
b8f867a4bf
commit
ade466ddd0
8 changed files with 9 additions and 9 deletions
|
|
@ -158,7 +158,7 @@ elseif (page == "config") then
|
|||
|
||||
print[[
|
||||
</table>
|
||||
<button class="btn btn-primary" style="float:right; margin-right:1em;" disabled="disabled" type="submit">]] print(i18n("save_settings")) print[[</button><br><br>
|
||||
<button class="btn btn-primary" style="float:right; margin-right:1em; margin-left: auto" disabled="disabled" type="submit">]] print(i18n("save_settings")) print[[</button><br><br>
|
||||
</form>
|
||||
<script>
|
||||
aysHandleForm("#network_config");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue