mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-08 12:49:32 +01:00
fixed some css
This commit is contained in:
@@ -40,8 +40,9 @@ h1{
|
||||
margin-top: 0px;
|
||||
}
|
||||
.search{
|
||||
margin-top: -40px;
|
||||
margin-right: 30px;
|
||||
position: absolute;
|
||||
top: 50px;
|
||||
right: 70px;
|
||||
}
|
||||
.data{
|
||||
background-color: #ebf4fb;
|
||||
|
||||
@@ -10,8 +10,8 @@ _header = '''
|
||||
<div class="container">'''
|
||||
|
||||
_logobar = '''
|
||||
<div class="logo"><a href="/"><img src="data/images/headphoneslogo.png">headphones</div><a>
|
||||
<div class="search"><form action="findArtist" method="GET" align="right">
|
||||
<div class="logo"><a href="/"><img src="data/images/headphoneslogo.png">headphones<a></div>
|
||||
<div class="search"><form action="findArtist" method="GET">
|
||||
<input type="text" value="Add an artist" onfocus="if
|
||||
(this.value==this.defaultValue) this.value='';" name="name" />
|
||||
<input type="submit" /></form></div><br />
|
||||
|
||||
Reference in New Issue
Block a user