]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/templates/staff/css/cat.css.tt2
LP#1539776 Stop wrapping of radio buttons in vol/copy editor
[working/Evergreen.git] / Open-ILS / src / templates / staff / css / cat.css.tt2
1 /* record summary */
2 .record-summary-alert {
3     color: red;
4 }
5
6 .target-record-aside {
7     font-size: 80%;
8     font-style: italic;
9 }
10
11 .marcrecord {
12     //background-color: #f5f5f5;
13 }
14
15 .marcflateditor {
16     max-width: 100%;
17 }
18
19 .marcfastitemadd, .marctypesource {
20     border-bottom: solid thin gray;
21 }
22
23 .marcedit {
24     background-color: #f5f5f5;
25     border-collapse: collapse;
26     border: solid thin gray;
27     padding: 0px 5px 0px 5px;
28     margin: 0px;
29 }
30
31 .marcedit_stacked_subfield {
32     display: block;
33     margin-left: 3em;
34 }
35
36 input.marcedit:focus {
37     background-color: lightcyan;
38 }
39
40 .marcffeditor {
41     max-width: 800px;
42 }
43
44 .marcsfvalue {
45     border-left: 0px !important;
46 }
47
48 .marcsfcode {
49     color: blue;
50     font-weight: normal;
51     text-align: center;
52     padding-left: 0px !important;
53     border-left: 0px !important;
54     border-right: 0px !important;
55 }
56
57 .marcsfcodedelimiter {
58     color: blue;
59     font-weight: normal;
60     text-align: center;
61     padding-right: 0px !important;
62     border-right: 0px !important;
63 }
64
65 .unvalidatedheading {
66     color: red;
67 }
68
69 .marctag, .marcind {
70     text-align: center;
71 }
72
73 .marcEditableControlfield {
74     text-align: left;
75 }
76
77 .marcSubfieldCode, .marcInd1, .marcInd2, .marcTag {
78     width: 1em;
79 }
80
81 .marcSubfieldDelimiter, .marcSubfieldCode {
82     color: blue;
83 }
84
85 .marcInd1, .marcInd2, .marcTag {
86     text-align: center;
87 }
88
89 .marcSubfield {
90     min-width: 1em;
91 }
92
93 .active-physchar {
94     font-weight: bold;
95     color: red;
96 }
97
98 .tooltip {
99     /* width: 10em; */
100 }
101
102 caption {
103     font-weight: bold;
104 }
105
106 grid row, grid column {
107     border-collapse: collapse;
108     border: solid thin gray;
109     vertical-align: bottom;
110 }
111
112 grid column {
113     background-color: #f5f5f5; 
114     padding: 2px;
115 }
116
117 grid#leaderGrid textbox {
118     min-width: 1em;
119 }
120
121 grid#leaderGrid label {
122     font-weight: bold;
123 }
124
125 grid#leaderGrid label, grid#leaderGrid textbox {
126     visibility: hidden;
127 }
128
129 grid#leaderGrid[type="BKS"] *[set~="BKS"], grid#leaderGrid[type="BKS"] *[set~="BKS"] + textbox {
130     visibility: visible;
131 }
132
133 grid#leaderGrid[type="SER"] *[set~="SER"], grid#leaderGrid[type="SER"] *[set~="SER"] + textbox {
134     visibility: visible;
135 }
136
137 grid#leaderGrid[type="VIS"] *[set~="VIS"], grid#leaderGrid[type="VIS"] *[set~="VIS"] + textbox {
138     visibility: visible;
139 }
140
141 grid#leaderGrid[type="MIX"] *[set~="MIX"], grid#leaderGrid[type="MIX"] *[set~="MIX"] + textbox {
142     visibility: visible;
143 }
144
145 grid#leaderGrid[type="MAP"] *[set~="MAP"], grid#leaderGrid[type="MAP"] *[set~="MAP"] + textbox {
146     visibility: visible;
147 }
148
149 grid#leaderGrid[type="SCO"] *[set~="SCO"], grid#leaderGrid[type="SCO"] *[set~="SCO"] + textbox {
150     visibility: visible;
151 }
152
153 grid#leaderGrid[type="REC"] *[set~="REC"], grid#leaderGrid[type="REC"] *[set~="REC"] + textbox {
154     visibility: visible;
155 }
156
157 grid#leaderGrid[type="COM"] *[set~="COM"], grid#leaderGrid[type="COM"] *[set~="COM"] + textbox {
158     visibility: visible;
159 }
160
161 grid#leaderGrid[type="AUT"] *[set~="AUT"], grid#leaderGrid[type="AUT"] *[set~="AUT"] + textbox {
162     visibility: visible;
163 }
164
165 grid#leaderGrid[type="MFHD"] *[set~="MFHD"], grid#leaderGrid[type="MFHD"] *[set~="MFHD"] + textbox {
166     visibility: visible;
167 }
168
169 grid[name="-none-"] * label { color: black; }
170
171 .marcValidated { color: black; }
172 .marcUnvalidated { color: red; }
173
174 #z3950-search-form-row {
175     margin-bottom: 20px;
176 }
177
178 /*
179  *  MARC view styles
180  */
181
182 /* ensure that side-by-side MARC record views don't overlap text */
183 .marc_tag_row {
184     word-break: break-word;
185 }
186
187 /*
188  * Volume / Copy Editor Styles
189  * /
190
191 /* Wrapping in bootstrap style can separate radio buttons from their labels. */
192 .col-xs-3 {
193     white-space: nowrap;
194 }
195