Update header.html

This commit is contained in:
Pentabyteman
2017-11-18 13:54:59 +01:00
committed by GitHub
parent 2feff20147
commit f15c767919
+10 -3
View File
@@ -2,6 +2,9 @@
<div id=header>
<style>
html {
background-color: white;
}
#logo {
width: 90%;
padding-left: 2%;
@@ -63,6 +66,8 @@
position: relative;
margin-left: 2%;
margin-top: 20px;
padding: 0;
overflow: hidden;
width: 96%;
background: #D6D5D5;
border: none;
@@ -84,6 +89,8 @@
text-align: center;
padding: 14px 16px;
text-decoration: none;
border-top-right-radius: 5px;
border-top-left-radius: 2.5px;
}
.active {
@@ -99,7 +106,7 @@
<table class="table">
<tr>
<td id ="logotablerow", width="20%">
<img id="logo" src="{% static "public/images/apb_icon.png" %}" alt="logo">
<img id="logo" src="apb_icon.jpeg" alt="logo">
</td>
<td class="link-container">
<a class="top-links", href="https://www.tagesschau.de">tagesschau.de</a>
@@ -117,7 +124,7 @@
<input type="text" id="search" maxlength="30" placeholder="Datenbank durchsuchen">
</td>
<td width="5%" class="allcenter">
<a href="http://www.dohiy.com/wp-content/uploads/2014/06/itsatrap.jpg"><img id="search_icon" src="{% static "public/images/search_icon.png" %}" alt="search"></a>
<a href="http://www.dohiy.com/wp-content/uploads/2014/06/itsatrap.jpg"><img id="search_icon" src="search_icon.png" alt="search"></a>
</td>
</tr>
</table>
@@ -128,4 +135,4 @@
<li><a href="https://www.none.com">Mein Goethopia</a></li>
</ul>
</div>
</div>
</div>