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/03/10 18:24:57 UTC

couchdb commit: updated refs/heads/2127-config-edit-row to 20743ec

Repository: couchdb
Updated Branches:
  refs/heads/2127-config-edit-row 54312fa2a -> 20743ec7f


Centered the table rows


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

Branch: refs/heads/2127-config-edit-row
Commit: 20743ec7f7d9f3d9df26e8ad5883ebce9eef07d6
Parents: 54312fa
Author: suelockwood <de...@apache.org>
Authored: Mon Mar 10 13:24:50 2014 -0400
Committer: suelockwood <de...@apache.org>
Committed: Mon Mar 10 13:24:50 2014 -0400

----------------------------------------------------------------------
 src/fauxton/app/addons/config/assets/less/config.less | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/20743ec7/src/fauxton/app/addons/config/assets/less/config.less
----------------------------------------------------------------------
diff --git a/src/fauxton/app/addons/config/assets/less/config.less b/src/fauxton/app/addons/config/assets/less/config.less
index 7d8da6a..651cbe3 100644
--- a/src/fauxton/app/addons/config/assets/less/config.less
+++ b/src/fauxton/app/addons/config/assets/less/config.less
@@ -31,3 +31,11 @@
 #config-trash {
   width: 5%;
 }
+
+table.config {
+  tr {
+    th, td {
+      vertical-align: middle;
+    }
+  }
+}