diff --git a/css/app.css b/css/app.css index 2d0b91bc4..29f5b82b5 100644 --- a/css/app.css +++ b/css/app.css @@ -19,6 +19,7 @@ body { } .limiter { + position: relative; max-width: 1200px; } @@ -185,7 +186,8 @@ ul.toggle-list li a { border-top: 1px solid white; display:block; border-top: 1px solid rgba(0, 0, 0, .5); - text-wrap:no-wrap; + white-space:nowrap; + text-overflow:ellipsis; overflow:hidden; } ul.toggle-list li a:hover { background-color: #ececec;} @@ -352,8 +354,7 @@ button.save .count { button.save.has-count .count { display: block; position: absolute; - top: 0; - bottom: 0; + top: 5px; background: rgba(255, 255, 255, .5); color: #333; padding: 10px;