aurweb/web/html/css/aur.css
Lukas Fleischer ea25f982dc Avoid overflow in updates table
Fixes FS#40206.

Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
2014-05-22 16:01:16 +02:00

63 lines
861 B
CSS

/* AUR-specific customizations to "archweb.css". */
#archnavbar.anb-aur ul li#anb-aur a {
color: white !important;
}
#lang_sub {
float: right;
}
.pkglist-nav .page {
margin: 0 .25em;
}
#pkg-updates td.pkg-new {
padding: 0 .5em;
}
#pkg-stats td.stat-desc {
white-space: normal;
}
#actionlist form {
margin: 0;
padding: 0;
}
#actionlist .text-button {
color: #07b;
background: none;
border: none;
padding: 0;
cursor: pointer;
font-size: 100%;
}
#actionlist .text-button:hover {
text-decoration: underline;
color: #666;
}
.arch-bio-entry ul {
list-style: none;
padding: 0;
}
#pkg-updates table {
table-layout: fixed;
width:100%;
}
#pkg-updates td.pkg-name {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
#pkg-updates td.pkg-new {
width: 16px;
}
#pkg-updates td.pkg-date {
text-align:right;
}