Skip to content

Commit 92e0e2b

Browse files
committed
Fix queue tags on all failed page
1 parent 6c82fcc commit 92e0e2b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/resque/server/public/style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ body { padding:0; margin:0; }
2323
#main h2 { margin:10px 0; font-size:130%;}
2424
#main table { width:100%; margin:10px 0;}
2525
#main table tr td, #main table tr th { border:1px solid #ccc; padding:6px;}
26-
#main table tr th { background:#efefef; color:#888; font-size:80%; font-weight:bold;}
26+
#main table tr th { background:#efefef; color:#888; font-size:15px; font-weight:bold;}
2727
#main table tr td.no-data { text-align:center; padding:40px 0; color:#999; font-style:italic; font-size:130%;}
2828
#main a { color:#111;}
2929
#main p { margin:5px 0;}
@@ -45,6 +45,7 @@ body { padding:0; margin:0; }
4545
#main table.workers td.where { width:25%;}
4646
#main table.workers td.queues { width:35%;}
4747
#main .queue-tag { background:#b1d2e9; padding:2px; margin:0 3px; font-size:80%; text-decoration:none; text-transform:uppercase; font-weight:bold; color:#3274a2; -webkit-border-radius:4px; -moz-border-radius:4px;}
48+
#main .queue-tag a { color: #3274A2; text-decoration: none; }
4849
#main table.workers td.queues.queue { width:10%;}
4950
#main table.workers td.process { width:35%;}
5051
#main table.workers td.process span.waiting { color:#999; font-size:90%;}

0 commit comments

Comments
 (0)