From 5a66a381fba8455e9d9458689677d35c8ae24619 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Sat, 25 May 2019 12:40:18 -0400 Subject: Sync CSS with archweb Signed-off-by: Lukas Fleischer --- web/html/css/archweb.css | 72 +++++++++++++++++------------------------------- 1 file changed, 25 insertions(+), 47 deletions(-) diff --git a/web/html/css/archweb.css b/web/html/css/archweb.css index 209561f9..2dc5be15 100644 --- a/web/html/css/archweb.css +++ b/web/html/css/archweb.css @@ -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; +} -- cgit v1.2.3-24-g4f1b