Skip to content

Commit cdd4a93

Browse files
ericdefunkt
authored andcommitted
Set the height and width of icon img
This reduces the amount of flicker on polling.
1 parent 11f3fac commit cdd4a93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/resque/server/public/style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ body { padding:0; margin:0; }
4141
#main table.jobs td.args{ width:50%;}
4242

4343
#main table.workers td.icon {width:1%; background:#efefef;text-align:center;}
44+
#main table.workers td.icon img { height: 16px; width: 16px; }
4445
#main table.workers td.where { width:25%;}
4546
#main table.workers td.queues { width:35%;}
4647
#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;}

0 commit comments

Comments
 (0)