source: main/trunk/model-interfaces-dev/heritage-nz/iframe/heritage-nz-dl_files/register-search.css@ 32796

Last change on this file since 32796 was 32796, checked in by davidb, 5 years ago

Initial set of files to provide look and feel of Heritage NZ site, plus SVN clickable map in an iframe

  • Property svn:executable set to *
File size: 3.0 KB
Line 
1#map
2{
3 height: 600px;
4}
5
6.form-section section .row > div
7{
8 width: 30%;
9}
10
11.form-section section .row .address
12{
13 width: 100%;
14}
15
16
17.form-section section .row .half-col,
18.form-section .advanced > div
19{
20 width: 100%;
21}
22
23.form-section .half-col.right-align
24{
25 margin-top: 1em;
26}
27
28@media (min-width: 62.25em)
29{
30 .form-section section .row .half-col
31 {
32 width: 47%;
33 }
34
35 .form-section .half-col.right-align
36 {
37 margin-top: 0;
38 }
39
40 .form-section .advanced > div
41 {
42 width: 48%;
43 float: left;
44 height: 70px;
45 }
46}
47
48
49.form-section section .row .half-col.right-align
50{
51 float: right;
52 margin-right: 0;
53}
54
55
56.form-section section .row > div .select2-container-active input
57{
58 width: 100% !important;
59}
60
61.form-section section .row > div input, .form-section section .row > div .select2-container-multi
62{
63 width: 100%;
64 margin-bottom: 0;
65}
66
67.form-section .advanced select, .form-section .advanced .select2-container-multi, .form-section .advanced input
68{
69 width: 100%;
70}
71
72.hasAdvanced .select2-container-multi ul, .form-section section .row > div .select2-container-multi ul
73{
74 border: 0;
75}
76
77.search-button-container span
78{
79 display: inline-block;
80}
81
82.search-button-container .loading-animation
83{
84 display: inline-block;
85 margin: 0 2%;
86 vertical-align: middle;
87 float: none;
88 width: 100%;
89 float: none;
90 width: initial;
91}
92
93.loading-animation
94{
95 float: right;
96 width: 100%;
97}
98
99 .loading-animation img
100 {
101 margin: 0 auto;
102 display: block;
103 }
104
105.icon-wrap .select2-container-multi .select2-choices .select2-search-field input.select2-active
106{
107 background: none !important;
108}
109
110.select2-container-multi.select2-container-disabled .select2-choices
111{
112 background-color: rgb(235, 235, 228) !important;
113}
114
115.select2-container-multi ul.select2-choices
116{
117 background-image: none !important;
118}
119
120.hasAdvanced.form-section section label
121{
122 display: inline-block;
123 margin-right: .5em;
124}
125
126.hasAdvanced .tooltip,
127.hasAdvanced .advanced .tooltip
128{
129 top: -0.1em;
130}
131
132@media (min-width: 62.25em)
133{
134 .hasAdvanced .tooltip,
135 .hasAdvanced .advanced .tooltip
136 {
137 top: -0.5em;
138 }
139}
140
141.hasAdvanced .icon-wrap
142{
143 display: inline-block;
144 width: 100%;
145}
146
147.hasAdvanced span.icon.search,
148.hasAdvanced span.icon.clear
149{
150 z-index: 0;
151}
152
153.hasAdvanced .advanced > div
154{
155 margin-right: 1em;
156 vertical-align: top;
157}
158
159.hasAdvanced .row
160{
161 margin-bottom: 1em;
162}
163
164.hasAdvanced .advanced input,
165.hasAdvanced .advanced .select2-container-multi,
166.hasAdvanced .advanced .select2-choices
167{
168 border: 0;
169 margin: 0;
170}
171
172.hasAdvanced .advanced input
173{
174 padding: .35em;
175}
176
177.button[type=button][value=Clear],
178.button[type=button][value=Clear]:hover
179{
180 border: 0;
181 color: #0039fe;
182 background: transparent none;
183 text-decoration: underline;
184 text-shadow: 1px 1px 0 #fff;
185}
186
187.content .button[type=button][value=Clear]:hover
188{
189 color: #660099;
190}
Note: See TracBrowser for help on using the repository browser.