Commit 2e140f13 authored by Leo Iannacone's avatar Leo Iannacone

packages list: set ellipsis if text is too long

parent 6d1cbcc1
...@@ -139,9 +139,10 @@ footer .info { ...@@ -139,9 +139,10 @@ footer .info {
} }
#packages li .icon { #packages li .icon {
float: right;
padding: 10px; padding: 10px;
margin: -13px -17px; position: absolute;
right: 0px;
top: -2px;
} }
#packages li:not( .active) .icon { #packages li:not( .active) .icon {
...@@ -159,13 +160,17 @@ footer .info { ...@@ -159,13 +160,17 @@ footer .info {
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: left; background-position: left;
border: 1px solid rgba(0, 0, 0, 0.18); border: 1px solid rgba(0, 0, 0, 0.18);
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
position: relative;
height: 32px;
} }
#packages li:not( .active) a { #packages li:not( .active) a {
box-shadow: 0 0px 3px rgba(0, 0, 0, 0.2) inset; box-shadow: 0 0px 3px rgba(0, 0, 0, 0.2) inset;
background-color: rgba(0, 0, 0, 0.05); background-color: rgba(0, 0, 0, 0.05);
border-color: rgba(255,255,255, 0.76); border-color: rgba(255,255,255, 0.76);
overflow: hidden;
} }
#packages li:not( .active) a:hover { #packages li:not( .active) a:hover {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment