stylefixes saistart and security

This commit is contained in:
Messerbill 2015-06-02 02:36:01 +02:00
parent e8641844d0
commit 7c1f789b48
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@
<li><a href="#!security(rights)" id="menu_rights">Rights</a></li>
<img id="loader" src="${PICPATH}ajax-loader.gif" style="margin-left: 10px; margin-top: 10px; display: none; float: left"/>
<button class="btn-sm btn btn-success" id="user_go" type="submit" style="float: right; margin-left: 10px;"><span class="glyphicon glyphicon-search" aria-hidden="true"></span> ${basic_search}</button>
<input class="input-medium search-query" id="user_search" type="text" placeholder="EMail or Username" size="30" style="float: right;"/>
<input class="input-medium search-query action-control" id="user_search" type="text" placeholder="EMail or Username" size="30" style="float: right;"/>
</ul>
<div class="tab-content">
<div class="tab-pane active" id="tab_security"></div>

View File

@ -50,9 +50,9 @@
</div>
<div class="help-block"></div>
<input type="hidden" />
<button class="btn-sm btn-primary" style="clear: left; height: 32px; font-size: 13px;"
<button class="btn-sm btn btn-primary" style="clear: left; height: 32px; font-size: 13px;"
type="submit"
id="login_submit">${basic_login}</button>
id="login_submit"><span class="glyphicon glyphicon-log-in" aria-hidden="true"></span> ${basic_login}</button>
</div>
</form>
</div>