Follow-up fix for Bug 5285, adding missing CSS
authorOwen Leonard <oleonard@myacpl.org>
Thu, 16 Dec 2010 08:09:01 +0000 (03:09 -0500)
committerChris Cormack <chrisc@catalyst.net.nz>
Sun, 19 Dec 2010 08:07:51 +0000 (21:07 +1300)
Signed-off-by: Nicole Engard <nengard@bywatersolutions.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
koha-tmpl/intranet-tmpl/prog/en/css/pages/batchMod.css [new file with mode: 0644]

diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/pages/batchMod.css b/koha-tmpl/intranet-tmpl/prog/en/css/pages/batchMod.css
new file mode 100644 (file)
index 0000000..c8d6bfb
--- /dev/null
@@ -0,0 +1,7 @@
+#jobpanel,#jobstatus,#jobfailed { display : none; }
+#jobstatus { margin:.4em; }
+#jobprogress{ width:200px;height:10px;border:1px solid #666;background:url('/intranet-tmpl/prog/img/progress.png') -300px 0px no-repeat; }
+#selections { width : 100%; white-space : normal; }
+#selections span { margin:3px;padding:3px;background-color:#EBF3FF;-moz-border-radius:5px;border-radius:5px;white-space:nowrap;line-height:240%;font-size:75%; }
+#selections span.selected { background-color : #CCE0FC; }
+#selections input { vertical-align:middle;margin:0 2px; }
\ No newline at end of file