equal
deleted
inserted
replaced
17 } |
17 } |
18 |
18 |
19 div.register > p { |
19 div.register > p { |
20 font-size: 1.4rem; |
20 font-size: 1.4rem; |
21 } |
21 } |
|
22 p.error { |
|
23 color: #ce4844; |
|
24 } |
|
25 |
|
26 .errorlist { |
|
27 color: #ce4844; |
|
28 margin: 10px 30px; |
|
29 font-size: 1.4rem; |
|
30 } |
|
31 |
|
32 .registration-error > input { |
|
33 background-color: #f9f2f4; |
|
34 } |
|
35 |
|
36 .helptext { |
|
37 background: none repeat scroll 0 0 #F8F8F8; |
|
38 border: 5px solid #DFDFDF; |
|
39 color: #717171; |
|
40 font-size: 1.4rem; |
|
41 line-height: 1.4rem; |
|
42 margin: -1.4rem auto 0 10px; |
|
43 text-align: center; |
|
44 display: none; |
|
45 padding: 1rem 1.4rem; |
|
46 width: 150px; |
|
47 } |
|
48 |
|
49 .helptext:after, .helptext:before { |
|
50 right: 100%; |
|
51 top: 50%; |
|
52 border: solid transparent; |
|
53 content: " "; |
|
54 height: 0; |
|
55 width: 0; |
|
56 position: absolute; |
|
57 pointer-events: none; |
|
58 } |
|
59 |
|
60 .helptext:after { |
|
61 border-color: rgba(248, 248, 248, 0); |
|
62 border-right-color: #f8f8f8; |
|
63 border-width: 10px; |
|
64 margin-top: -10px; |
|
65 } |
|
66 .helptext:before { |
|
67 border-color: rgba(223, 223, 223, 0); |
|
68 border-right-color: #dfdfdf; |
|
69 border-width: 16px; |
|
70 margin-top: -16px; |
|
71 } |
|
72 |
|
73 .registration-field-wrapper:hover .helptext { |
|
74 display:inline-block; |
|
75 position: absolute; |
|
76 } |
|
77 |
|
78 .registration-field-wrapper { |
|
79 color: #4F5451; |
|
80 font-size: 1.4rem; |
|
81 margin: 10px 30px; |
|
82 clear: right; |
|
83 } |