GUAC-1138: Add more spacing within and surrounding the filter box.

This commit is contained in:
Michael Jumper
2015-03-26 11:58:58 -07:00
parent 00324f9cfb
commit 8434a67229
2 changed files with 10 additions and 4 deletions

View File

@@ -77,11 +77,17 @@
background-image: url('images/arrows/up.png');
}
.manage .sessions .filter{
.manage .sessions .filter {
margin: 0.5em 0;
}
.manage .sessions .filter-string {
background-image: url('images/magnifier.png');
background-repeat: no-repeat;
background-size: 1.75em;
padding-left: 1.75em;
background-position: 0.25em center;
padding: 0.5em;
padding-left: 2.25em;
width: 100%;
max-width: none;
}

View File

@@ -36,8 +36,8 @@ THE SOFTWARE.
<button class="delete-sessions danger" ng-disabled="!canDeleteSessions()" ng-click="deleteSessions()">{{'MANAGE_SESSION.ACTION_DELETE' | translate}}</button>
</div>
<div>
<input class="filter" placeholder="{{'MANAGE_SESSION.FIELD_PLACEHOLDER_FILTER' | translate}}" type="text" ng-model="filterSearchString"/>
<div class="filter">
<input class="filter-string" placeholder="{{'MANAGE_SESSION.FIELD_PLACEHOLDER_FILTER' | translate}}" type="text" ng-model="filterSearchString"/>
</div>
<!-- List of current user sessions -->