From 955ace81fdbd75c66d0d9b75b0709e732f19015d Mon Sep 17 00:00:00 2001 From: John Scipione Date: Mon, 30 Jun 2014 15:20:12 -0400 Subject: [PATCH] Move the search text box to the right The "API DOCUMENTATION" text placement corresponds similar text in the User Guide. --- docs/user/book.css | 24 +++++++++++++++--------- docs/user/header.html | 4 +++- 2 files changed, 18 insertions(+), 10 deletions(-) diff --git a/docs/user/book.css b/docs/user/book.css index 4c06c43352..f36943c06e 100644 --- a/docs/user/book.css +++ b/docs/user/book.css @@ -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 { diff --git a/docs/user/header.html b/docs/user/header.html index 99cfc72ae6..b93af9281d 100644 --- a/docs/user/header.html +++ b/docs/user/header.html @@ -10,7 +10,9 @@