diff options
author | Jeremy Kerr <jk@ozlabs.org> | 2008-08-23 15:23:49 +0800 |
---|---|---|
committer | Jeremy Kerr <jk@ozlabs.org> | 2008-08-23 15:23:49 +0800 |
commit | ea9a15a17eee6a073a59f95744deacfd34633c11 (patch) | |
tree | a2355872dbc8dd470182d86200d5cf25c881e749 /htdocs/css | |
parent | 2ad7773c77b1bd144a04ef095c42c5cf5749a13c (diff) | |
download | patchwork-ea9a15a17eee6a073a59f95744deacfd34633c11.tar patchwork-ea9a15a17eee6a073a59f95744deacfd34633c11.tar.gz |
Use consistent icons for filter settings
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'htdocs/css')
-rw-r--r-- | htdocs/css/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/htdocs/css/style.css b/htdocs/css/style.css index 5fe0e4e..bef9605 100644 --- a/htdocs/css/style.css +++ b/htdocs/css/style.css @@ -135,6 +135,10 @@ table.patchlist td { margin-top: 10px; } +table.patchlist td img { + vertical-align: bottom; +} + table.patchlist td.patchlistfilters { background: #c0c0ff; border-top: thin solid gray; |