style search box
Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/08eaff7e Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/08eaff7e Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/08eaff7e Branch: refs/heads/secondary-indexes Commit: 08eaff7e17f94236a177427ab3d7365c3e4a505f Parents: fca125e Author: Jenn Schiffer <[email protected]> Authored: Mon Aug 4 18:35:15 2014 -0400 Committer: deathbearbrown <[email protected]> Committed: Tue Aug 5 16:40:43 2014 -0400 ---------------------------------------------------------------------- app/addons/documents/assets/less/headers.less | 15 +++++++++++++++ 1 file changed, 15 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/08eaff7e/app/addons/documents/assets/less/headers.less ---------------------------------------------------------------------- diff --git a/app/addons/documents/assets/less/headers.less b/app/addons/documents/assets/less/headers.less index 738c28f..3df552c 100644 --- a/app/addons/documents/assets/less/headers.less +++ b/app/addons/documents/assets/less/headers.less @@ -6,5 +6,20 @@ .searchbox-container { position: relative; right: inherit; + height: 38px; + input[type="text"] { + .border-radius(5px); + font-size: 13px; + padding: 8px 35px 8px 10px; + } + .btn-primary { + background: none repeat scroll 0% 0% transparent; + border: none; + position: absolute; + right: 0; + padding-top: 7px; + z-index: 2; + color: #999; + } } } \ No newline at end of file
