Sync CSS with archweb

Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
Lukas Fleischer 2019-05-25 12:40:18 -04:00
parent 952e61a79c
commit 5a66a381fb

View file

@ -264,25 +264,6 @@ td {
}
/* table pretty styles */
table.pretty1 {
width: auto;
margin-top: 0.25em;
margin-bottom: 0.5em;
border-collapse: collapse;
border: 1px solid #bcd;
}
.pretty1 th {
padding: 0.35em;
background: #e4eeff;
border: 1px solid #bcd;
}
.pretty1 td {
padding: 0.35em;
border: 1px dotted #bcd;
}
table.pretty2 {
width: auto;
margin-top: 0.25em;
@ -433,6 +414,10 @@ table thead th.sorter-false {
cursor: default;
}
.tablesorter-header:focus {
outline: none;
}
/**
* PAGE SPECIFIC STYLES
*/
@ -541,7 +526,7 @@ h3 span.arrow {
padding: 0.15em 0.1em;
margin: 0;
min-width: 10em;
font-size: 0.812em;
font-size: 1em;
text-align: left;
list-style: none;
background-color: #f6f9fc;
@ -552,6 +537,7 @@ h3 span.arrow {
color: #000;
}
.pkgsearch-typeahead li:hover a,
.pkgsearch-typeahead li.active a {
color: #07b;
}
@ -652,6 +638,10 @@ div.news-article .article-info {
width: 75%;
}
#news-preview {
display: none;
}
/* todolists: list */
.todolist-nav {
float: right;
@ -816,6 +806,10 @@ table.results {
width: 45%;
}
#flag-pkg-form #id_website {
display: none;
}
/* pkgdetails: deps, required by and file lists */
#pkgdetails #metadata {
clear: both;
@ -983,33 +977,7 @@ table td.country {
background: #ffd;
}
/* dev dashboard: flagged packages */
#dash-pkg-notify {
text-align: right;
padding: 1em 0 0;
margin-top: 1em;
font-size: 0.85em;
border-top: 1px dotted #bbb;
}
#dash-pkg-notify label {
width: auto;
font-weight: normal;
}
#dash-pkg-notify input {
vertical-align: middle;
margin: 0 0.25em;
}
#dash-pkg-notify input[type=submit] {
margin-top: -0.25em;
}
#dash-pkg-notify p {
margin: 0;
}
/* dev dashboard: */
table.dash-stats .key {
width: 50%;
}
@ -1121,3 +1089,13 @@ ul.signoff-list {
width: 100%;
height: 100%;
}
/* releases */
#release-table th:first-of-type {
width: 30px;
}
/* itemprops */
.itemprop {
display: none;
}