Add more details on the SSH public key field
[aur.git] / web / html / css / aurweb.css
blobc86c1da5150a67d149515fa7f38e2c6dcb08a98c
1 /* aurweb-specific customizations to archweb.css */
3 #archnavbar.anb-aur ul li#anb-aur a {
4 color: white !important;
7 #archnavbarlogo {
8 background: url('archnavbar/aurlogo.png') !important;
11 #lang_sub {
12 float: right;
15 .pkglist-nav .page {
16 margin: 0 .25em;
19 #pkg-updates td.pkg-new {
20 padding: 0 .5em;
23 #pkg-stats td.stat-desc {
24 white-space: normal;
27 #actionlist form {
28 margin: 0;
29 padding: 0;
32 .arch-bio-entry ul {
33 list-style: none;
34 padding: 0;
37 #pkg-updates table {
38 table-layout: fixed;
39 width:100%;
42 #pkg-updates td.pkg-name {
43 white-space: nowrap;
44 overflow: hidden;
45 text-overflow: ellipsis;
48 #pkg-updates td.pkg-new {
49 width: 16px;
52 #pkg-updates td.pkg-date {
53 text-align:right;
56 .text-button {
57 background: transparent;
58 border: none !important;
59 margin: 0 !important;
60 padding: 0 !important;
61 font: normal 100% sans-serif;
62 text-decoration: none;
63 color: #07b;
64 cursor: pointer;
67 .text-button:hover {
68 text-decoration: underline;
69 color: #666;
72 .text-button::-moz-focus-inner {
73 padding: 0;
74 border: none;
77 .comment-deleted {
78 color: #999;
81 legend {
82 padding: 1em 0;