You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ga...@apache.org on 2014/10/06 14:07:48 UTC

[2/2] fauxton commit: updated refs/heads/master to cef13dc

COUCHDB-2346 - Fix for long database names formatting improperly.


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

Branch: refs/heads/master
Commit: 1b0f7652cbbcc7235ac105498750e31b913de596
Parents: 57701c9
Author: Christian Hogan <gi...@infliction.org>
Authored: Wed Oct 1 02:03:00 2014 -0400
Committer: Garren Smith <ga...@gmail.com>
Committed: Mon Oct 6 14:06:29 2014 +0200

----------------------------------------------------------------------
 assets/less/fauxton.less | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/1b0f7652/assets/less/fauxton.less
----------------------------------------------------------------------
diff --git a/assets/less/fauxton.less b/assets/less/fauxton.less
index 4e72934..7fa4d55 100644
--- a/assets/less/fauxton.less
+++ b/assets/less/fauxton.less
@@ -1150,6 +1150,7 @@ div.add-dropdown {
         .two-pane & {
           padding:20px 10px;
           font-size: 19px;
+          float: left;
         }
       }
       color: @breadcrumbText;
@@ -1157,6 +1158,10 @@ div.add-dropdown {
       text-shadow: none;
       &.active{
         color: #333;
+        overflow: hidden;
+        text-overflow: ellipsis;
+        width: 259px;
+        white-space: nowrap;
       }
       &.divider {
         font-size: 14px;