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;
}