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:
+15
-9
@@ -154,7 +154,7 @@ h4 a:hover, a:active, h5 a:hover, a:active, h6 a:hover, a:active {
|
|||||||
|
|
||||||
#banner span.subtitle {
|
#banner span.subtitle {
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 30px;
|
top: 48px;
|
||||||
left: 272px;
|
left: 272px;
|
||||||
color: #333333; /* mine shaft */
|
color: #333333; /* mine shaft */
|
||||||
text-transform: uppercase;
|
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;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#banner span.search {
|
||||||
|
position: relative;
|
||||||
|
top: 48px;
|
||||||
|
left: 462px;
|
||||||
|
}
|
||||||
|
|
||||||
input[type=text], input[type=password] {
|
input[type=text], input[type=password] {
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
border-top: 1px solid #818181;
|
border-top: 1px solid #818181;
|
||||||
border-left: 1px solid #818181;
|
border-left: 1px solid #818181;
|
||||||
border-bottom: 1px solid #858585;
|
border-bottom: 1px solid #858585;
|
||||||
border-right: 1px solid #858585;
|
border-right: 1px solid #858585;
|
||||||
margin-top: 3px;
|
margin-top: 3px;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
width: 200px;
|
width: 200px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.header {
|
div.header {
|
||||||
|
|||||||
@@ -10,7 +10,9 @@
|
|||||||
<div id="banner">
|
<div id="banner">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<span class="subtitle">
|
<span class="subtitle">
|
||||||
API Documentation<br>
|
API Documentation
|
||||||
|
</span>
|
||||||
|
<span class="search">
|
||||||
<input type="text" placeholder="Search" onkeydown="search(this,event);">
|
<input type="text" placeholder="Search" onkeydown="search(this,event);">
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user