summaryrefslogtreecommitdiff
path: root/htdocs
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2014-09-27 22:42:21 +0100
committerStephen Finucane <stephen.finucane@intel.com>2015-11-05 03:51:37 +0000
commit3468bd86c3f9ba548a49ff8a2a76511a5109b902 (patch)
tree9cd585b30a02c61da8d8f978000e633c5c826237 /htdocs
parentf5a09abefb29bbaf3a830548c5fe42ebc68608f2 (diff)
downloadpatchwork-3468bd86c3f9ba548a49ff8a2a76511a5109b902.tar
patchwork-3468bd86c3f9ba548a49ff8a2a76511a5109b902.tar.gz
filters: Redesign the filters form with the help of bootstrap
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com> Acked-by: Stephen Finucane <stephen.finucane@intel.com>
Diffstat (limited to 'htdocs')
-rw-r--r--htdocs/css/style.css18
1 files changed, 11 insertions, 7 deletions
diff --git a/htdocs/css/style.css b/htdocs/css/style.css
index fcf5ac8..e09821e 100644
--- a/htdocs/css/style.css
+++ b/htdocs/css/style.css
@@ -134,17 +134,21 @@ table.patchlist td img {
vertical-align: bottom;
}
-table.patchlist td.patchlistfilters {
- background: #c0c0ff;
- border-top: thin solid gray;
- border-bottom: thin solid black;
- font-size: smaller;
+.filters {
+ border: 1px solid #cccccc;
+ border-radius: 4px;
+ padding: 10px 20px;
+ margin-bottom: 20px;
}
-td.patchlistfilters a {
- color: black;
+a.filter-action {
+ color: black;
+}
+a.filter-action:hover {
+ text-decoration: none;
}
+
table.patchlist td.patchlistreorder {
background: #c0c0ff;
border-top: thin solid gray;