Small UI fixes

This commit is contained in:
Joseph Schorr 2015-04-21 15:13:29 -04:00
parent 48a8a8e65c
commit 8f736e67e8
2 changed files with 8 additions and 1 deletions

View file

@ -2,6 +2,13 @@
padding: 30px;
}
@media (max-width: 767px) {
.new-repo .co-main-content-panel {
padding: 20px;
padding-top: 10px;
}
}
.new-repo .namespace-selector-header .slash {
color: #444;
padding-left: 6px;

View file

@ -139,7 +139,7 @@
<div class="search-box" ng-class="getSearchBoxClasses(searchVisible, searchResultState)">
<div class="search-label">Search For</div>
<div class="search-box-wrapper">
<input id="search-box-input" type="text" placeholder="(Enter Search Terms)"
<input id="search-box-input" type="search" placeholder="(Enter Search Terms)"
ng-model-options="{'debounce': 250}" ng-model="currentSearchQuery"
debounce="250"
ng-keydown="handleSearchKeyDown($event)">