summaryrefslogtreecommitdiffstats
path: root/sitestatic/archweb.css
diff options
context:
space:
mode:
authorjelle van der Waa <jelle@vdwaa.nl>2019-02-18 17:22:26 +0100
committerGitHub <noreply@github.com>2019-02-18 17:22:26 +0100
commita82e874db925fdef3e2b9d982676d6d8cfcc6043 (patch)
treee021fcee83c16b9994e3591f9f3cb97c1d214ab5 /sitestatic/archweb.css
parentd1674c1d12f3e57c3a22ed6103b2d022016700e5 (diff)
parentb4552b9c15cfefdb135a11f119420d6d9badd673 (diff)
downloadarchweb-a82e874db925fdef3e2b9d982676d6d8cfcc6043.tar.gz
archweb-a82e874db925fdef3e2b9d982676d6d8cfcc6043.zip
Merge pull request #162 from jelly/jquery_upgrade
jQuery upgrade
Diffstat (limited to 'sitestatic/archweb.css')
-rw-r--r--sitestatic/archweb.css21
1 files changed, 20 insertions, 1 deletions
diff --git a/sitestatic/archweb.css b/sitestatic/archweb.css
index 209561f9..ced3b64c 100644
--- a/sitestatic/archweb.css
+++ b/sitestatic/archweb.css
@@ -541,7 +541,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 +552,7 @@ h3 span.arrow {
color: #000;
}
+ .pkgsearch-typeahead li:hover a,
.pkgsearch-typeahead li.active a {
color: #07b;
}
@@ -652,6 +653,10 @@ div.news-article .article-info {
width: 75%;
}
+#news-preview {
+ display: none;
+}
+
/* todolists: list */
.todolist-nav {
float: right;
@@ -816,6 +821,10 @@ table.results {
width: 45%;
}
+#flag-pkg-form #id_website {
+ display: none;
+}
+
/* pkgdetails: deps, required by and file lists */
#pkgdetails #metadata {
clear: both;
@@ -1121,3 +1130,13 @@ ul.signoff-list {
width: 100%;
height: 100%;
}
+
+/* releases */
+#release-table th:first-of-type {
+ width: 30px;
+}
+
+/* itemprops */
+.itemprop {
+ display: none;
+}