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/11 21:34:16 UTC

fauxton commit: updated refs/heads/secondary-indexes to faf90ff

Repository: couchdb-fauxton
Updated Branches:
  refs/heads/secondary-indexes 2abb9db0e -> faf90ff1e


Moved the Header styles into the global header styles


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

Branch: refs/heads/secondary-indexes
Commit: faf90ff1e627f7734555693a31ec5e9c6f662460
Parents: 2abb9db
Author: deathbearbrown <de...@gmail.com>
Authored: Mon Aug 11 15:34:23 2014 -0400
Committer: deathbearbrown <de...@gmail.com>
Committed: Mon Aug 11 15:34:23 2014 -0400

----------------------------------------------------------------------
 app/addons/documents/assets/less/headers.less | 56 ---------------------
 assets/less/headers.less                      | 57 +++++++++++++++++++++-
 2 files changed, 56 insertions(+), 57 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/faf90ff1/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
deleted file mode 100644
index ce5a27d..0000000
--- a/app/addons/documents/assets/less/headers.less
+++ /dev/null
@@ -1,56 +0,0 @@
-.header-right {
-  .add-on {
-    font-size: 16px;
-  }
-  .well {
-    padding: 0;
-    margin: 0;
-  }
-  .searchbox-container {
-    position: relative;
-    right: inherit;
-    input[type="text"] {
-      .border-radius(5px);
-      font-size: 13px;
-      padding: 8px 35px 8px 10px;
-      width: 275px;
-    }
-    .btn-primary {
-      background: none repeat scroll 0% 0% transparent;
-      border: none;
-      position: absolute;
-      right: 12px;
-      top: 8px;
-      z-index: 2;
-      color: #999;
-    }
-  }
-  > .btn {
-    padding: 0;
-    margin: 0;
-  }
-  > .button,
-  > .button a,
-  .api-url-btn > button {
-    color: #666;
-    font-size: 13px;
-    line-height: 3em;
-  }
-  > div {
-    float: right;
-    height: 60px;
-    border-left: 1px solid #ccc;
-    margin: 0;   
-    padding: 10px 15px;
-    line-height: 40px; 
-  }
-  > div:last-child {
-    border-left: none;
-  }
-  .api-url-btn {
-    background: none;
-    border: none;
-    padding: 0;
-    margin: 0;
-  }
-}

http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/faf90ff1/assets/less/headers.less
----------------------------------------------------------------------
diff --git a/assets/less/headers.less b/assets/less/headers.less
index e073ad7..0323e3b 100644
--- a/assets/less/headers.less
+++ b/assets/less/headers.less
@@ -124,5 +124,60 @@
 }
 
 
-
+.header-right {
+  .add-on {
+    font-size: 16px;
+  }
+  .well {
+    padding: 0;
+    margin: 0;
+  }
+  .searchbox-container {
+    position: relative;
+    right: inherit;
+    input[type="text"] {
+      .border-radius(5px);
+      font-size: 13px;
+      padding: 8px 35px 8px 10px;
+      width: 275px;
+    }
+    .btn-primary {
+      background: none repeat scroll 0% 0% transparent;
+      border: none;
+      position: absolute;
+      right: 12px;
+      top: 8px;
+      z-index: 2;
+      color: #999;
+    }
+  }
+  > .btn {
+    padding: 0;
+    margin: 0;
+  }
+  > .button,
+  > .button a,
+  .api-url-btn > button {
+    color: #666;
+    font-size: 13px;
+    line-height: 3em;
+  }
+  > div {
+    float: right;
+    height: 60px;
+    border-left: 1px solid #ccc;
+    margin: 0;
+    padding: 10px 15px;
+    line-height: 40px;
+  }
+  > div:last-child {
+    border-left: none;
+  }
+  .api-url-btn {
+    background: none;
+    border: none;
+    padding: 0;
+    margin: 0;
+  }
+}