Repository: couchdb-fauxton Updated Branches: refs/heads/master 643432415 -> dac8dc7e1
Style fix for Add Database tray Very small thing. The rounded corners should only appear on the left of the input box in the Add Database tray. This increases the specificity of the rule so it properly applies. Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/dac8dc7e Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/dac8dc7e Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/dac8dc7e Branch: refs/heads/master Commit: dac8dc7e1b0b13d466b98f35850e7964c4ce4695 Parents: 6434324 Author: Benjamin Keen <[email protected]> Authored: Wed Nov 12 11:59:42 2014 -0800 Committer: Benjamin Keen <[email protected]> Committed: Thu Nov 13 09:49:59 2014 -0800 ---------------------------------------------------------------------- app/addons/databases/assets/less/databases.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/dac8dc7e/app/addons/databases/assets/less/databases.less ---------------------------------------------------------------------- diff --git a/app/addons/databases/assets/less/databases.less b/app/addons/databases/assets/less/databases.less index d4d357c..3092c66 100644 --- a/app/addons/databases/assets/less/databases.less +++ b/app/addons/databases/assets/less/databases.less @@ -49,7 +49,7 @@ right: 153px; } - .input-xxlarge { + input.input-xxlarge { margin-bottom: 0px; width: 250px; .border-radius(5px 0 0 5px); @@ -70,4 +70,4 @@ color: white; } } -} \ No newline at end of file +}
