]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/web/css/skin/default/selfcheck.css
Started porting the self-check web interface over to the new hotness that is dojo...
[working/Evergreen.git] / Open-ILS / web / css / skin / default / selfcheck.css
1
2 #oils-selfck-top-div {
3     width: 99%;
4     padding: 10px;
5     margin: 0px;
6     height: 180px;
7     border: 1px solid #888;
8     text-align: center;
9     font-weight:bold;
10 }
11
12 #oils-selfck-user-banner {
13     position:fixed;
14     top:30px;
15     right:30px;
16 }
17
18 #oils-selfck-logo-div {
19     margin: 20px;
20 }
21
22 #oils-selfck-scan-text {
23     margin: 10px;
24 }
25
26 #oils-selfck-bottom-div {
27     width: 100%;
28     padding: 10px;
29 }
30
31 #oils-self-circ-pic-cell {
32     width: 43px;
33 }
34
35 .oils-selfck-jacket {
36     height: 50px; 
37     width: 40px;  
38     border: none;
39 }
40
41 #oils-selfck-circ-table  {
42     width: 100%;
43 }
44
45 #oils-selfck-circ-table thead {
46     font-weight: bold;
47 }
48
49 #oils-selfck-circ-table-div {
50     width: 70%;
51     position: float;
52     float: left;
53     border-right: 1px solid #888;
54 }
55
56 #oils-selfck-circ-info-div {
57     width: 28%;
58     float: right;
59 }
60
61 #oils-selfck-circ-info-div fieldset {
62     margin: 20px;
63     padding: 10px;
64     border: 2px dashed #888;
65     -moz-border-radius: 3px;
66 }
67
68 #oils-selfck-circ-info-div fieldset legend {
69     font-weight: bold;
70 }
71
72
73
74 /*
75 #oils-selfck-main-table {width: 100%}
76 #oils-selfck-main-table td {
77     padding: 5px;
78     border: 1px solid #888;
79 }
80 #oils-selfck-main-table- td {
81 */