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/09 15:19:20 UTC

[10/10] git commit: updated refs/heads/1807-Replication to 38970f1

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

Branch: refs/heads/1807-Replication
Commit: 38970f1d108ca545776b03f375c7c2da33cab402
Parents: 15ac934
Author: suelockwood <de...@gmail.com>
Authored: Thu Sep 5 09:55:41 2013 -0400
Committer: suelockwood <de...@gmail.com>
Committed: Fri Sep 6 14:20:11 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/38970f1d/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;