]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/web/css/skin/default/booking.css
Refactor searchbar into non-sentence form
[working/Evergreen.git] / Open-ILS / web / css / skin / default / booking.css
1 div#brsrc_available_outer {
2     width: 50%;
3     float: left;
4     border-right: 1px solid #999999;
5 }
6 div#bra_and_brav {
7 }
8 div#reserve_right_side {
9     float: right;
10     width: 49%;
11     padding-left: 4px;
12 }
13 div#reserve_under {
14     clear: both;
15 }
16 div#reserve_datetime_start {
17     padding-bottom: 6px;
18 }
19 div#reserve_datetime_end {
20     padding-bottom: 6px;
21     border-bottom: 1px solid #999999;
22 }
23 label.bra {
24     font-style: italic;
25     padding-right: 12px;
26 }
27 h1.booking, h2.booking, h3.booking {
28     margin: 0;
29     padding-top: 0;
30     padding-bottom: 8px;
31 }
32 h1.booking { font-size: 16pt; font-weight: bold; }
33 select#brsrc_list {
34     width: 90%;
35 }
36 label.reserve_datetime {
37     font-style: italic;
38     margin-bottom: 2px;
39 }
40 id#patron_barcode {
41     width: 150px;
42 }
43 div.nice_vertical_padding {
44     padding-top: 6px;
45     padding-bottom: 6px;
46 }
47 span.two_buttons {
48     text-align: center;
49 }
50 option.forced_unavailable {
51     background-color: #ffcccc;
52     color: #990000;
53     font-weight: bold;
54     font-style: italic;
55 }
56 input#arbitrary_resource { margin-left: 8px; margin-right: 8px; }
57 div#or { font-size: 12pt; font-weight: bold; }
58 input#interval_in_days { width: 75px; }
59 table#the_table thead tr th {
60     vertical-align: top;
61     background-color: #dddddd;
62     color: #000000;
63     font-weight: bold;
64     padding: 0 6px 0 6px;
65     border-left: 1px #cccccc solid;
66     border-right: 1px #333333 solid;
67 }
68 tbody#the_table_body td {
69     vertical-align: top;
70     padding: 2px;
71     border-top: 1px #cccccc solid;
72     border-left: 1px #cccccc solid;
73     border-bottom: 1px #333333 solid;
74     border-right: 1px #333333 solid;
75 }
76 .capture_failure { color: #cc0000; }
77 .capture_success { color: #00cc00; }
78 ul { list-style-type: square; }
79 .capture_info { font-size: 12pt; font-weight: bold; margin-bottom: 4px; }
80 .transit_notice {
81     font-size: 12pt; font-weight: bold; color: #ff6666;
82     margin-bottom: 4px; margin-top: 4px;
83 }
84 span#result_display { margin-left: 12px; }
85 div#contains_misc_controls { text-align:right; }
86 div#patron_info { font-size: 12pt; font-weight: bold; }
87 div#no_ready_bresv, div#no_out_bresv, div#no_in_bresv {
88     font-style: italic;
89 }
90 .tundra .dojoxGridRowSelected {
91     background-color: #006699 !important;
92     color: #ffffff;
93 }
94 .pull_list_resv_detail {
95     border-bottom: 1px dashed #999999;
96     margin-bottom: 4px;
97 }
98 .pull_list_will_transit { font-weight: bold; color: #ff6666; }
99 iframe#printing_iframe {
100     border-top: 1px dashed #333333;
101     border-left: 0;
102     border-right: 0;
103     border-bottom: 0;
104 }
105 button.print_slip {
106     margin-left: 24px;
107 }