mirror of
https://github.com/rembo10/headphones.git
synced 2026-06-26 04:23:51 +01:00
adding retina logo and favicon, adding retina search icon
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 88 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 8.1 KiB After Width: | Height: | Size: 11 KiB |
@@ -44,7 +44,7 @@
|
||||
<header>
|
||||
<div class="wrapper">
|
||||
<div id="logo">
|
||||
<a href="home"><img src="images/headphoneslogo.png" alt="headphones"></a>
|
||||
<a href="home"><img src="images/headphoneslogo.png" alt="headphones" width="64"></a>
|
||||
</div>
|
||||
<ul id="nav">
|
||||
<li><a href="upcoming">wanted</a></li>
|
||||
@@ -57,7 +57,7 @@
|
||||
<div id="searchbar">
|
||||
<form action="search" method="get">
|
||||
<input type="text" value="" placeholder="Search" onfocus="if(this.value==this.defaultValue) this.value='';" name="name" />
|
||||
<span class="mini-icon"></span>
|
||||
<i class='fa fa-search mini-icon'></i>
|
||||
<select name="type">
|
||||
<option value="artist">Artist</option>
|
||||
<option value="album">Album</option>
|
||||
|
||||
@@ -804,13 +804,11 @@ div#searchbar input[type=text] {
|
||||
width: 150px;
|
||||
}
|
||||
div#searchbar .mini-icon {
|
||||
height: 20px;
|
||||
width: 20px;
|
||||
background: url("../images/icon_search.gif") left top no-repeat;
|
||||
color: #999;
|
||||
position: absolute;
|
||||
display: block;
|
||||
margin-left: 6px;
|
||||
margin-top: 6px;
|
||||
margin-left: 9px;
|
||||
margin-top: 7px;
|
||||
}
|
||||
.configtable legend {
|
||||
font-size: 16px;
|
||||
|
||||
@@ -472,13 +472,11 @@ div#searchbar {
|
||||
width: 150px;
|
||||
}
|
||||
.mini-icon {
|
||||
height: 20px;
|
||||
width: 20px;
|
||||
background: url("../images/icon_search.gif") left top no-repeat;
|
||||
color: #999;
|
||||
position: absolute;
|
||||
display: block;
|
||||
margin-left: 6px;
|
||||
margin-top: 6px;
|
||||
margin-left: 9px;
|
||||
margin-top: 7px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user