1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Standardize add buttons

This has bothered me for a long time ;)
This commit is contained in:
Eric Reed 2014-04-19 11:33:07 -04:00
parent 7495ac44b0
commit 04cd552aeb
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@
<div class="readOnlyContent">
<p id="pAddUser">
<button type="button" data-icon="plus" onclick="Dashboard.navigate('useredit.html');">
<button type="button" data-icon="plus" data-iconpos="right" onclick="Dashboard.navigate('useredit.html');">
${ButtonAddUser}
</button>
</p>