loading position and logo
This commit is contained in:
parent
d18465152a
commit
7a07b8ec4f
|
@ -16,6 +16,9 @@ border-bottom:1px solid #999;
|
|||
margin-bottom:2%;
|
||||
height:14%;}
|
||||
|
||||
#logo
|
||||
{}
|
||||
|
||||
.content
|
||||
{/*padding-bottom: 100px;*/
|
||||
margin-bottom:2%;
|
||||
|
@ -46,7 +49,7 @@ border:1px solid #c8c6c6;
|
|||
-webkit-border-radius:16px;
|
||||
border-radius:20px;
|
||||
*/
|
||||
background-position:100% 50%;
|
||||
background-position:99% 50%;
|
||||
background-repeat:no-repeat;}
|
||||
|
||||
.loading
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
<!--<div class="wrapper">-->
|
||||
|
||||
<div class="header">
|
||||
|
||||
<img src="/static/images/logo-loc.png" width="141" height="32" alt="congress-logo" id="logo">
|
||||
<form action="" method="get" class="searchForm" id="searchForm"><!--method is right???-->
|
||||
<input type="text" placeholder="Search digital gazetteer" id="searchField" name="field" class="search" />
|
||||
<input type="submit" name="searchButton" value="Search" id="searchButton">
|
||||
|
|
Loading…
Reference in New Issue
Block a user