lib/resque/server/public/style.css in resque-mongo-1.3.1 vs lib/resque/server/public/style.css in resque-mongo-1.4.0
- old
+ new
@@ -1,25 +1,25 @@
html { background:#efefef; font-family:Arial, Verdana, sans-serif; font-size:13px; }
body { padding:0; margin:0; }
-.header { background:#000; padding:8px 5% 0 5%; border-bottom:1px solid #444;border-bottom:5px solid #ce1212;}
+.header { background:#000; padding:8px 5% 0 5%; border-bottom:1px solid #444;border-bottom:5px solid #429234;}
.header h1 { color:#333; font-size:90%; font-weight:bold; margin-bottom:6px;}
.header ul li { display:inline;}
-.header ul li a { color:#fff; text-decoration:none; margin-right:10px; display:inline-block; padding:8px; -webkit-border-top-right-radius:6px; -webkit-border-top-left-radius:6px; }
+.header ul li a { color:#fff; text-decoration:none; margin-right:10px; display:inline-block; padding:8px; -webkit-border-top-right-radius:6px; -webkit-border-top-left-radius:6px; -moz-border-radius-topleft:6px; -moz-border-radius-topright:6px; }
.header ul li a:hover { background:#333;}
-.header ul li.current a { background:#ce1212; font-weight:bold; color:#fff;}
+.header ul li.current a { background:#429234; font-weight:bold; color:#fff;}
-.subnav { padding:2px 5% 7px 5%; background:#ce1212; font-size:90%;}
+.subnav { padding:2px 5% 7px 5%; background:#429234; font-size:90%;}
.subnav li { display:inline;}
-.subnav li a { color:#fff; text-decoration:none; margin-right:10px; display:inline-block; background:#dd5b5b; padding:5px; -webkit-border-radius:3px; -moz-border-radius:3px;}
-.subnav li.current a { background:#fff; font-weight:bold; color:#ce1212;}
+.subnav li a { color:#fff; text-decoration:none; margin-right:10px; display:inline-block; background:#55ad46; padding:5px; -webkit-border-radius:3px; -moz-border-radius:3px;}
+.subnav li.current a { background:#fff; font-weight:bold; color:#429234;}
.subnav li a:active { background:#b00909;}
#main { padding:10px 5%; background:#fff; overflow:hidden; }
#main .logo { float:right; margin:10px;}
#main span.hl { background:#efefef; padding:2px;}
-#main h1 { margin:10px 0; font-size:190%; font-weight:bold; color:#ce1212;}
+#main h1 { margin:10px 0; font-size:190%; font-weight:bold; color:#429234;}
#main h2 { margin:10px 0; font-size:130%;}
#main table { width:100%; margin:10px 0;}
#main table tr td, #main table tr th { border:1px solid #ccc; padding:6px;}
#main table tr th { background:#efefef; color:#888; font-size:80%; font-weight:bold;}
#main table tr td.no-data { text-align:center; padding:40px 0; color:#999; font-style:italic; font-size:130%;}
@@ -29,12 +29,12 @@
#main h1.wi { margin-bottom:5px;}
#main p.sub { font-size:95%; color:#999;}
#main table.queues { width:40%;}
#main table.queues td.queue { font-weight:bold; width:50%;}
-#main table.queues tr.failed td { background:#ffecec; border-top:2px solid #d37474; font-size:90%; color:#d37474;}
-#main table.queues tr.failed td a{ color:#d37474;}
+#main table.queues tr.failed td { background:#ebffed; border-top:2px solid #6fd380; font-size:90%; color:#6fd380;}
+#main table.queues tr.failed td a{ color:#6fd380;}
#main table.jobs td.class { font-family:Monaco, "Courier New", monospace; font-size:90%; width:50%;}
#main table.jobs td.args{ width:50%;}
#main table.workers td.icon {width:1%; background:#efefef;text-align:center;}
@@ -70,6 +70,6 @@
#main p.pagination { background:#efefef; padding:10px; overflow:hidden;}
#main p.pagination a.less { float:left;}
#main p.pagination a.more { float:right;}
-#main form.clear-failed {float:right; margin-top:-10px;}
\ No newline at end of file
+#main form.clear-failed {float:right; margin-top:-10px;}