summaryrefslogtreecommitdiffstats
path: root/web/html
diff options
context:
space:
mode:
Diffstat (limited to 'web/html')
-rw-r--r--web/html/css/aur.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/web/html/css/aur.css b/web/html/css/aur.css
index bed39e8..78fd4ce 100644
--- a/web/html/css/aur.css
+++ b/web/html/css/aur.css
@@ -42,3 +42,22 @@
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;
+}