source: VirtualCollectionRegistry/trunk/VirtualCollectionRegistry/src/main/webapp/css/_wizard.scss @ 5572

Last change on this file since 5572 was 5572, checked in by Twan Goosen, 10 years ago

styling: SASS partials
Refs #594

File size: 5.6 KB
Line 
1/*
2Copyright (C) 2014 CLARIN
3
4This program is free software: you can redistribute it and/or modify
5it under the terms of the GNU General Public License as published by
6the Free Software Foundation, either version 3 of the License, or
7(at your option) any later version.
8
9This program is distributed in the hope that it will be useful,
10but WITHOUT ANY WARRANTY; without even the implied warranty of
11MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12GNU General Public License for more details.
13
14You should have received a copy of the GNU General Public License
15along with this program.  If not, see <http://www.gnu.org/licenses/>.
16*/
17
18div.wizard .wicketExtensionsWizardHeaderTitle {
19    padding: 0px 10px;
20    font-size: 16px;
21    font-weight: bold;
22}
23
24div.wizard .wicketExtensionsWizardHeaderSummary {
25    padding: 5px 10px 0 10px;
26    font-style: italics;
27}
28
29div.wizard .wizardHeader {
30    border-bottom: 1px solid #000000;
31    margin: 0 0 10px 0;
32    padding: 0 0 10px 0;
33}
34
35form.wizard {
36    margin: 5px 4px;
37    padding: 0;
38    font-size: 100%;
39    width: 978px;
40    min-width: 978px;
41}
42
43form.wizard fieldset,
44div.wizard div.fieldset {
45    clear: both;
46    font-size: 100%;
47    border: none;
48    padding: 0 10px 0 10px;
49    margin: 0 0 0 0;
50}
51
52form.wizard div,
53div.editDialog div {
54    clear: left;
55    display: block;
56    /*  width: 354px;
57      zoom: 1;
58      margin: 5px 0 0 0;
59      padding: 1px 3px;
60    */
61}
62
63form.wizard .extrainfo {
64    margin-left: 50px;
65}
66
67form.wizard .extrainfo a.extrainfotoggle {
68    display: inline-block;
69    float: right;
70    vertical-align: top;
71    width: 16px;
72    height: 16px;
73    background-image: url(help-128.png); /* from http://www.iconsdb.com/ */
74    background-size: 16px 16px;
75    background-repeat: no-repeat;
76}
77
78form.wizard .extrainfo a.extrainfotoggle span {
79    display: none;
80}
81
82form.wizard div.notes, form.wizard div.sidenotes {
83    display: inline-block;
84    height: auto;
85    padding: 5px;
86    border: 1px solid #666666;
87    background-color: #ffffe1;
88    color: #666666;
89}
90
91form.wizard div.notes {
92    width: 80%;
93    margin: 0 0 10px 70px;
94}
95
96form.wizard div.sidenotes {
97    float: right;
98    width: 198px;
99    margin: 0 0 10px 10px;
100}
101
102form.wizard div.notes h4 {
103    /*
104    background-image: url(/images/icon_info.gif);
105    background-repeat: no-repeat;
106    background-position: top left;
107    */
108    text-align: center;
109    padding: 3px 0 3px 0; /*27px; */
110    margin: 0 0 3px 0;
111    border-width: 0 0 1px 0;
112    border-style: solid;
113    border-color: #666666;
114    color: #666666;
115    font-size: 100%;
116}
117
118form.wizard div.notes p {
119    margin: 0em 0em 0.5em 0em;
120    color: #666666;
121    font-size: 80%;
122}
123
124form.wizard div.notes p.last {
125    margin: 0em;
126}
127
128form.wizard div label {
129    display: block;
130    float: left;
131    width: 140px;
132    padding: 3px 10px;
133    margin: 0 0 5px 0;
134    text-align: right;
135    font-weight: normal;
136}
137
138div.required label,
139label.required {
140    font-weight: bold !important;
141}
142
143form.wizard textarea {
144    font-family: Verdana, sans-serif;
145    font-size: 100%;
146    width: 570px;
147    overflow: auto;
148    margin-bottom: 5px;
149}
150
151form.wizard .wizardButtons {
152    border-top: 1px solid #000000;
153    margin: 10px 0 0 0;
154    clear: both;
155}
156
157form.wizard .buttonbar {
158    margin: 10px 220px 0 0;
159    padding: 0 10px 0 0;
160    text-align: right; 
161}
162
163form.wizard .buttonbar input.button:hover,
164div.modalDialog div.modalDialogButtons input.button:hover {
165    color: #AE0000;
166    background-color: #E9EEF7;
167}
168
169form.wizard .buttonbar  input.button[disabled],
170form.wizard .buttonbar  input.button[disabled]:hover,
171div.modalDialog div.modalDialogButtons input.button[disabled],
172div.modalDialog div.modalDialogButtons input.button[disabled]:hover {
173    color: #AFAFAF;
174    border-color: #EFEFEF;
175}
176
177/*
178 * modal dialog
179 */
180div.modalDialog {
181    margin: 0;
182    padding: 0;
183}
184
185div.modalDialog div.modalDialogContent {
186    margin: 10px;
187}
188
189div.modalDialog div.modalDialogContent p {
190    margin: 1em;
191}
192
193div.modalDialog div.modalDialogButtons {
194    border-top: 1px solid #BBBBBB;
195    margin: 0 5px 5px 5px;
196    padding: 5px 0 0 0;
197    text-align: center;
198}
199
200div.confirmationDialog {
201    text-align: center;
202}
203
204div.longConfirmationDialog {
205    text-align: left;
206}
207
208div.editDialog fieldset {
209    border: none;
210    margin: 0;
211    padding: 0;
212}
213
214div.editDialog fieldset label {
215    display: block;
216    float: left;
217    /* width: 100px; */
218    padding: 3px 5px 3px 0;
219    margin: 0 0 5px 0;
220    text-align: right;
221}
222
223
224/*
225 * dialog customizations
226 */
227div.editCreatorDialog  fieldset label {
228    width: 90px;
229}
230
231div.editCreatorDialog fieldset input,
232div.editCreatorDialog fieldset textarea {
233    width: 255px;
234}
235
236div.editResourceDialog fieldset label {
237    width: 70px;
238}
239
240div.editResourceDialog fieldset input,
241div.editResourceDialog fieldset textarea {
242    width: 475px;
243}
244
245div.addResourcesDialog fieldset label {
246    width: 85px;
247}
248
249div.addResourcesDialog fieldset input,
250div.addResourcesDialog fieldset textarea {
251    width: 460px;
252}
253
254div.addKeywordDialog fieldset input {
255    width: 285px;
256}
257
258/*
259 * create virtual collection wizard
260 */
261div.wizard a {
262    font-weight: normal;
263}
264
265div.keywordsList {
266    clear: none !important;
267    width: 602px;
268    margin-left: 160px;
269    padding: 3px 0;
270}
271
272div.keywordsList div {
273    clear: none;
274}
275
276div.keywordsList ul {
277    list-style-type: square;
278    margin: 0;
279    padding: 0 0 0 16px;
280}
281
282div.keywordsList ul li {
283    margin-top: 2px;
284}
285
286div.keywordsList ul li.first {
287    margin-top: 0;
288}
289
290input.button {
291    padding: 1px 4px;
292    margin: 0 2px;
293    color: #000000;
294    background-color: #E9EEF7;
295    border: 2px solid #D4DEEF;
296    border-radius: 4px;
297    -moz-border-radius: 4px;
298}
Note: See TracBrowser for help on using the repository browser.