Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
aurweb
Commits
5a66a381
Commit
5a66a381
authored
May 25, 2019
by
Lukas Fleischer
Browse files
Sync CSS with archweb
Signed-off-by:
Lukas Fleischer
<
lfleischer@archlinux.org
>
parent
952e61a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
web/html/css/archweb.css
View file @
5a66a381
...
...
@@ -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.812
em
;
font-size
:
1
em
;
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
;
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment