]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/web/css/theme/default/acq.css
Improve styling for 'delayed' lineitems in PO UI
[working/Evergreen.git] / Open-ILS / web / css / theme / default / acq.css
1
2 #oils-acq-index-div { font-weight:bold; }
3
4 #oils-acq-search-container { width:100%; }
5 #oils-acq-search-sources-div { width:20%; float:left; }
6 #oils-acq-search-form-div { width:80%; float:right; }
7 #oils-acq-search-z39-sources-table thead td { font-weight: bold; }
8 #oils-acq-search-z39-sources-table tbody td { width: 33%; }
9 #oils-acq-search-sources-label { font-weight: bold; border-bottom: 1px solid #6BA160;}
10 #oils-acq-search-fields-label { font-weight: bold; border-bottom: 1px solid #6BA160;}
11 #oils-acq-search-subsources-label { font-weight: bold; }
12 #oils-acq-search-fields-submit-block { border: 2px solid #A1A1A1; }
13
14 /* list of picklists */
15 #oils-acq-picklist-list-table {width: 100%;}
16 #oils-acq-picklist-list-table thead td {font-weight:bold;}
17
18 /* picklist display */
19 #oils-acq-picklist-table thead tr { border: 1px solid #A1A1A1; }
20 #oils-acq-picklist-header {border: 1px solid #85C777;}
21 #oils-acq-lineitem-header {border: 1px solid #85C777;}
22 #oils-acq-picklist-name { font-weight: bold; font-style: italic; }
23 .oils-acq-picklist-attributes { font-size: 90%; margin-left: 15px;}
24 .oils-acq-lineitem-attributes { font-size: 90%; margin-left: 15px;}
25 .oils-acq-picklist-records-phys_desc-row { border-bottom: 1px solid #6BA160; }
26 .oils-acq-picklist-picklist-td { border-style: solid; border-color: #A1A1A1; border-width: 0px 1px 0px 1px; } 
27 .oils-acq-picklist-records-service-td { font-size: 85%; }
28 .oils-acq-lineitem-delete-link { font-size: 85%; }
29 #oils-acq-picklist-header-subtable tr { border: none; }
30
31 /* When viewing a list of lineitems, these colors indicate what state the lineitem is in */
32 .oils-acq-li-state-new td { background-color: #FFFFEE; }
33 .oils-acq-li-state-selector-ready td { background-color: #FFEEEE; }
34 .oils-acq-li-state-order-ready td { background-color: #EEEEEE; }
35 .oils-acq-li-state-pending-order td { background-color: #EEEEDD; }
36 .oils-acq-li-state-on-order td { background-color: #EEDDDD; }
37 .oils-acq-li-state-received td { background-color: #DDDDDD; }
38 .oils-acq-li-state-delayed td { background-color: #99CCFF; }
39
40 /* po display */
41 #oils-acq-po-table thead tr { border: 1px solid #A1A1A1; }
42 #oils-acq-po-header {border: 1px solid #85C777;}
43 #oils-acq-po-li-header {border: 1px solid #85C777;}
44 #oils-acq-po-name { font-weight: bold; font-style: italic; }
45 .oils-acq-po-attributes { font-size: 90%; margin-left: 15px;}
46 .oils-acq-po-li-attributes { font-size: 90%; margin-left: 15px;}
47 .oils-acq-po-records-phys_desc-row { border-bottom: 1px solid #6BA160; }
48 .oils-acq-po-po-td { border-style: solid; border-color: #A1A1A1; border-width: 0px 1px 0px 1px; } 
49 .oils-acq-po-records-service-td { font-size: 85%; }
50 .oils-acq-po-li-delete-link { font-size: 85%; }
51 #oils-acq-po-header-subtable tr { border: none; }
52
53 /*
54 #oils-acq-list-header {border-bottom: 1px solid #6BA160;}
55 */
56 #oils-acq-list-header {border-bottom: 2px solid #d9e8f9;}
57 #oils-acq-list-header-label { font-weight: bold; font-size: 110%; }
58 #oils-acq-list-header-actions { font-weight: bold; }
59
60
61 /* entry display */
62 #oils-acq-lineitem-marc-block { border: 1px solid #6BA160; }