Update header.html
This commit is contained in:
@@ -2,6 +2,9 @@
|
|||||||
|
|
||||||
<div id=header>
|
<div id=header>
|
||||||
<style>
|
<style>
|
||||||
|
html {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
#logo {
|
#logo {
|
||||||
width: 90%;
|
width: 90%;
|
||||||
padding-left: 2%;
|
padding-left: 2%;
|
||||||
@@ -63,6 +66,8 @@
|
|||||||
position: relative;
|
position: relative;
|
||||||
margin-left: 2%;
|
margin-left: 2%;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
|
padding: 0;
|
||||||
|
overflow: hidden;
|
||||||
width: 96%;
|
width: 96%;
|
||||||
background: #D6D5D5;
|
background: #D6D5D5;
|
||||||
border: none;
|
border: none;
|
||||||
@@ -84,6 +89,8 @@
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 14px 16px;
|
padding: 14px 16px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
border-top-right-radius: 5px;
|
||||||
|
border-top-left-radius: 2.5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.active {
|
.active {
|
||||||
@@ -99,7 +106,7 @@
|
|||||||
<table class="table">
|
<table class="table">
|
||||||
<tr>
|
<tr>
|
||||||
<td id ="logotablerow", width="20%">
|
<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>
|
||||||
<td class="link-container">
|
<td class="link-container">
|
||||||
<a class="top-links", href="https://www.tagesschau.de">tagesschau.de</a>
|
<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">
|
<input type="text" id="search" maxlength="30" placeholder="Datenbank durchsuchen">
|
||||||
</td>
|
</td>
|
||||||
<td width="5%" class="allcenter">
|
<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>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
Reference in New Issue
Block a user