Merge pull request #1784 from multikatt/1743

Replace Add with Search on top
This commit is contained in:
Pieter Janssens
2014-08-06 16:00:03 +02:00
2 changed files with 3 additions and 3 deletions

View File

@@ -62,7 +62,7 @@
<option value="artist">Artist</option>
<option value="album">Album</option>
</select>
<input type="submit" value="Add"/>
<input type="submit" value="Search"/>
</form>
</div>

View File

@@ -503,7 +503,7 @@ header .wrapper {
margin: 0 auto;
overflow: hidden;
position: relative;
width: 960px;
width: 990px;
}
header #logo {
float: left;
@@ -758,7 +758,7 @@ div#searchbar input[type=text] {
line-height: normal;
margin-right: 5px;
padding: 4px 5px 4px 25px;
width: 200px;
width: 185px;
}
div#searchbar .mini-icon {
color: #999;