Commit 9e3de8c7 authored by Leo Iannacone's avatar Leo Iannacone

Merge remote-tracking branch 'github/sbuild' into sbuild

parents 1c78c325 2e140f13
......@@ -139,9 +139,10 @@ footer .info {
}
#packages li .icon {
float: right;
padding: 10px;
margin: -13px -17px;
position: absolute;
right: 0px;
top: -2px;
}
#packages li:not( .active) .icon {
......@@ -159,13 +160,17 @@ footer .info {
background-repeat: no-repeat;
background-position: left;
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 {
box-shadow: 0 0px 3px rgba(0, 0, 0, 0.2) inset;
background-color: rgba(0, 0, 0, 0.05);
border-color: rgba(255,255,255, 0.76);
overflow: hidden;
}
#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