Move the search text box to the right

The "API DOCUMENTATION" text placement corresponds similar text in the
User Guide.
This commit is contained in:
John Scipione 2014-06-30 15:20:12 -04:00
parent 67e4499bbe
commit 955ace81fd
2 changed files with 18 additions and 10 deletions

View File

@ -154,7 +154,7 @@ h4 a:hover, a:active, h5 a:hover, a:active, h6 a:hover, a:active {
#banner span.subtitle {
position: relative;
top: 30px;
top: 48px;
left: 272px;
color: #333333; /* mine shaft */
text-transform: uppercase;
@ -163,15 +163,21 @@ h4 a:hover, a:active, h5 a:hover, a:active, h6 a:hover, a:active {
font-weight: normal;
}
#banner span.search {
position: relative;
top: 48px;
left: 462px;
}
input[type=text], input[type=password] {
font-size: inherit;
border-top: 1px solid #818181;
border-left: 1px solid #818181;
border-bottom: 1px solid #858585;
border-right: 1px solid #858585;
margin-top: 3px;
padding: 2px;
width: 200px;
font-size: inherit;
border-top: 1px solid #818181;
border-left: 1px solid #818181;
border-bottom: 1px solid #858585;
border-right: 1px solid #858585;
margin-top: 3px;
padding: 2px;
width: 200px;
}
div.header {

View File

@ -10,7 +10,9 @@
<div id="banner">
<div class="logo">
<span class="subtitle">
API Documentation<br>
API Documentation
</span>
<span class="search">
<input type="text" placeholder="Search" onkeydown="search(this,event);">
</span>
</div>