summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Fleischer <lfleischer@archlinux.org>2019-05-25 18:40:18 +0200
committerLukas Fleischer <lfleischer@archlinux.org>2019-05-25 18:40:18 +0200
commit5a66a381fba8455e9d9458689677d35c8ae24619 (patch)
tree888b90ec85e7789f76749a4343723d119b898f9a
parent952e61a79c616761a50f05123920a746fc59c02f (diff)
downloadaur-5a66a381fba8455e9d9458689677d35c8ae24619.tar.gz
aur-5a66a381fba8455e9d9458689677d35c8ae24619.tar.xz
Sync CSS with archweb
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
-rw-r--r--web/html/css/archweb.css72
1 files 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;
+}