You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ro...@apache.org on 2014/07/17 19:14:20 UTC

[08/10] fauxton commit: updated refs/heads/2158-changes-filter to b1121db

use strong tag instead of a h6, change button to primary button color (red)


Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/477debe4
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/477debe4
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/477debe4

Branch: refs/heads/2158-changes-filter
Commit: 477debe42247f887da36d4f0ec3251a9c2f4805c
Parents: f53e55b
Author: Robert Kowalski <ro...@kowalski.gd>
Authored: Thu May 29 15:40:14 2014 +0200
Committer: Robert Kowalski <ro...@kowalski.gd>
Committed: Thu Jul 17 19:13:37 2014 +0200

----------------------------------------------------------------------
 app/addons/fauxton/templates/filter.html | 6 ++++--
 assets/less/fauxton.less                 | 9 +++++++++
 2 files changed, 13 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/477debe4/app/addons/fauxton/templates/filter.html
----------------------------------------------------------------------
diff --git a/app/addons/fauxton/templates/filter.html b/app/addons/fauxton/templates/filter.html
index 00d7fe1..8e2a37e 100644
--- a/app/addons/fauxton/templates/filter.html
+++ b/app/addons/fauxton/templates/filter.html
@@ -15,8 +15,10 @@ the License.
 <form class="form-inline js-filter-form">
   <fieldset>
     <input type="text" name="filter" placeholder="Type a filter">
-    <button type="submit" class="btn">Filter</button>
-    <span class="help-block"> <h6> Eg. debug or <1.4.1> or any regex </h6> </span>
+    <button type="submit" class="btn btn-primary">Filter</button>
+    <div class="help-block">
+      <strong> Eg. debug or <1.4.1> or any regex </strong>
+    </div>
   </fieldset>
 </form>
 <ul class="filter-list"></ul>

http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/477debe4/assets/less/fauxton.less
----------------------------------------------------------------------
diff --git a/assets/less/fauxton.less b/assets/less/fauxton.less
index 68499ad..deb9239 100644
--- a/assets/less/fauxton.less
+++ b/assets/less/fauxton.less
@@ -907,6 +907,15 @@ div.spinner {
 }
 
 .js-filter-form {
+  .help-block {
+    padding: 5px 0 5px 0;
+  }
+  .icon {
+    font-size: 16px;
+  }
+}
+
+.js-filter {
   ul {
     margin-left: 0px;
   }