1
0
mirror of https://github.com/moparisthebest/mail synced 2024-08-13 16:43:47 -04:00

Merge pull request #207 from whiteout-io/dev/WO-771

make text-input height more constistent with buttons
This commit is contained in:
Tankred Hase 2014-11-29 12:47:01 +01:00
commit c7463cd185
2 changed files with 13 additions and 1 deletions

View File

@ -188,6 +188,18 @@
height: 1em;
width: 0.8em;
}
// Small lightweight search field to align with btn--light
&--light {
.input-text {
height: 2em;
padding-top: 0.5em;
padding-bottom: 0.5em;
}
& > svg {
top: 0.5em;
}
}
}
.input-checkbox {

View File

@ -16,7 +16,7 @@
</div><!--/action-bar__secondary-->
<div class="action-bar__search">
<div class="search">
<div class="search search--light">
<svg><use xlink:href="#icon-search" /><title>Search</title></svg>
<input class="input-text" type="text" ng-model="searchText"
ng-change="displaySearchResults(searchText)"