1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-06-07 16:06:15 +00:00

Add setting button for lang

This commit is contained in:
Loic Blot 2015-01-06 16:28:21 +00:00
parent 0dfa6152ab
commit 4987f93969
2 changed files with 14 additions and 5 deletions

View File

@ -133,3 +133,11 @@
background-size: 40px;
background-repeat: no-repeat;
}
#app-settings-content .new-button {
width: 32px;
background-size: 16px;
background-position: center;
background-repeat: no-repeat;
height: 34px;
}

View File

@ -21,6 +21,7 @@ use \OCA\OcSms\Lib\CountryCodes;
<option><?php p($code); ?></option>
<?php } ?>
</select>
<button class="new-button primary icon-checkmark-white"></button>
</div> <!-- app-settings-content -->
</div>