equal
deleted
inserted
replaced
59 background: url(../img/bg.png) repeat-x 0 0; |
59 background: url(../img/bg.png) repeat-x 0 0; |
60 } |
60 } |
61 a{ |
61 a{ |
62 color:#000; |
62 color:#000; |
63 text-decoration: none; |
63 text-decoration: none; |
|
64 } |
|
65 textarea { |
|
66 resize: none; |
64 } |
67 } |
65 /* common */ |
68 /* common */ |
66 .wrap{ |
69 .wrap{ |
67 min-height:100%; |
70 min-height:100%; |
68 background-color: #FFF; |
71 background-color: #FFF; |
159 background: url(../img/bg-jaune.png); |
162 background: url(../img/bg-jaune.png); |
160 } |
163 } |
161 .popin-content input[type=text], |
164 .popin-content input[type=text], |
162 .popin-content input[type=password], |
165 .popin-content input[type=password], |
163 .popin-content textarea{ |
166 .popin-content textarea{ |
164 padding: 0 6px; |
167 padding: 0 4px; |
165 height: 20px; |
168 font-family: 'OpenSans'; |
166 line-height: 20px; |
|
167 font-size: 12px; |
169 font-size: 12px; |
168 border: 1px solid #867a97; |
170 border: 1px solid #867a97; |
169 -webkit-border-radius: 4px; |
171 -webkit-border-radius: 4px; |
170 -moz-border-radius: 4px; |
172 -moz-border-radius: 4px; |
171 border-radius: 4px; |
173 border-radius: 4px; |
|
174 } |
|
175 .popin-content input[type=text], |
|
176 .popin-content input[type=password] { |
|
177 line-height: 20px; |
|
178 height: 20px; |
172 } |
179 } |
173 /* popin - user */ |
180 /* popin - user */ |
174 |
181 |
175 .popin { |
182 .popin { |
176 display: none; |
183 display: none; |