Repository: couchdb-fauxton Updated Branches: refs/heads/master 57701c964 -> cef13dc04
Breadcrumb fixes for database view. Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/cef13dc0 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/cef13dc0 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/cef13dc0 Branch: refs/heads/master Commit: cef13dc048d65ef6acb2c6d539975954363d223b Parents: 1b0f765 Author: Christian Hogan <[email protected]> Authored: Mon Oct 6 06:35:24 2014 -0400 Committer: Garren Smith <[email protected]> Committed: Mon Oct 6 14:06:29 2014 +0200 ---------------------------------------------------------------------- assets/less/fauxton.less | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/cef13dc0/assets/less/fauxton.less ---------------------------------------------------------------------- diff --git a/assets/less/fauxton.less b/assets/less/fauxton.less index 7fa4d55..827feee 100644 --- a/assets/less/fauxton.less +++ b/assets/less/fauxton.less @@ -1152,6 +1152,9 @@ div.add-dropdown { font-size: 19px; float: left; } + a { + float: left; + } } color: @breadcrumbText; font-size: 24px; @@ -1174,6 +1177,19 @@ div.add-dropdown { color: @breadcrumbText; } } + .fonticon-right-open { + position: absolute; + + &.divider { + padding: 23px 0; + } + +li { + text-overflow: inherit; + overflow: auto; + width: auto; + margin-left: 14px; + } + } } }
