Repository: couchdb-fauxton Updated Branches: refs/heads/master cddf2ef04 -> b164d652b
db-list: display last element on page it got hidden on firefox & ie, now it works on all browsers Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/b164d652 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/b164d652 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/b164d652 Branch: refs/heads/master Commit: b164d652b33cfe9811b7a7d0922128ce8747d2dd Parents: cddf2ef Author: Robert Kowalski <[email protected]> Authored: Mon Jan 26 15:16:41 2015 +0100 Committer: Robert Kowalski <[email protected]> Committed: Tue Jan 27 13:49:32 2015 +0100 ---------------------------------------------------------------------- assets/less/templates.less | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/b164d652/assets/less/templates.less ---------------------------------------------------------------------- diff --git a/assets/less/templates.less b/assets/less/templates.less index f57a8b6..c0b6515 100644 --- a/assets/less/templates.less +++ b/assets/less/templates.less @@ -298,8 +298,10 @@ with_tabs_sidebar.html .one-pane { #dashboard-content { - padding-bottom: 30px; top: @collapsedNavWidth; + .view { + padding-bottom: 30px; + } } }
