You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by de...@apache.org on 2014/08/06 21:31:29 UTC

[22/26] fauxton commit: updated refs/heads/secondary-indexes to 7a446d8

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/00cd32ea
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/00cd32ea
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/00cd32ea

Branch: refs/heads/secondary-indexes
Commit: 00cd32ea55c253b96e6e257f38757b4e26feb9d8
Parents: a4fe1a4
Author: Jenn Schiffer <je...@pancaketheorem.com>
Authored: Mon Aug 4 18:35:15 2014 -0400
Committer: deathbearbrown <de...@gmail.com>
Committed: Wed Aug 6 12:24:47 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/00cd32ea/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