]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/xul/staff_client/server/skin/cat.css
align the batch edit menus in the vol creator. mostly aesthetic, but can save horizo...
[working/Evergreen.git] / Open-ILS / xul / staff_client / server / skin / cat.css
1 @import url("cat_custom.css");
2
3 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); 
4 @namespace html url("http://www.w3.org/TR/REC-html40"); 
5
6 .has_copies { border-left: solid thick green; font-weight: bold; }
7
8 .copy_editor_field_changed { background: lightgreen; }
9 .copy_editor_field_required { border: solid thin red; }
10
11 row#batch_bar { background-color: gray; }
12
13 /* How you might hide the classification, affix, and parts columns in the volume creator/editor */
14 /*
15 .cn_class { display: none; }
16 .cn_prefix { display: none; }
17 .cn_suffix { display: none; }
18 .part_column { display: none; }
19 */