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 2013/09/05 19:34:58 UTC

[15/17] git commit: updated refs/heads/1807-Replication to 80a5e6e

fixing CSS overrides on the form


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

Branch: refs/heads/1807-Replication
Commit: 80a5e6efc4fe3974a046ee08559499279a13e3d1
Parents: 87321a3
Author: suelockwood <de...@gmail.com>
Authored: Thu Sep 5 09:55:41 2013 -0400
Committer: suelockwood <de...@gmail.com>
Committed: Thu Sep 5 13:34:32 2013 -0400

----------------------------------------------------------------------
 src/fauxton/app/addons/replication/assets/less/replication.less | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/80a5e6ef/src/fauxton/app/addons/replication/assets/less/replication.less
----------------------------------------------------------------------
diff --git a/src/fauxton/app/addons/replication/assets/less/replication.less b/src/fauxton/app/addons/replication/assets/less/replication.less
index dafc086..ec3b718 100644
--- a/src/fauxton/app/addons/replication/assets/less/replication.less
+++ b/src/fauxton/app/addons/replication/assets/less/replication.less
@@ -9,8 +9,10 @@
 @secondarySidebar: #E4DFDC;
 
 
-#replication {
+form#replication {
 	position: relative;
+	max-width: none;
+	width: auto;
 
 	.form_set{
 		width: 350px;