Commit 5bed3f5fca5377e13128f5289666482f196fa280
1 parent
8197faad
Exists in
master
and in
5 other branches
modificando popup login para usar colobox
Showing
1 changed file
with
45 additions
and
21 deletions
Show diff stats
style.css
@@ -224,25 +224,49 @@ p { | @@ -224,25 +224,49 @@ p { | ||
224 | 224 | ||
225 | /* PopUp Login*/ | 225 | /* PopUp Login*/ |
226 | 226 | ||
227 | -#TB_window { | ||
228 | - left: -350px; | ||
229 | - margin-left: 50% !important; | ||
230 | - width: 700px !important; | 227 | +#colorbox { |
228 | + left: -350px !important; | ||
229 | + margin-left: 50% !important; | ||
230 | + width: 700px !important; | ||
231 | } | 231 | } |
232 | 232 | ||
233 | -#TB_ajaxContent.TB_modal { | 233 | +#cboxWrapper { |
234 | padding: 15px; | 234 | padding: 15px; |
235 | position: relative; | 235 | position: relative; |
236 | width: auto !important; | 236 | width: auto !important; |
237 | - height: auto !important; | 237 | + /* height: auto !important;*/ |
238 | } | 238 | } |
239 | 239 | ||
240 | -#TB_window .login-box{ | 240 | +#cboxContent{ |
241 | + float: none !important; | ||
242 | + width: auto !important; | ||
243 | + height: auto !important; | ||
244 | + padding: 20px; | ||
245 | +} | ||
246 | + | ||
247 | +#cboxLoadedContent{ | ||
248 | + width: auto !important; | ||
249 | + height: auto !important; | ||
250 | +} | ||
251 | + | ||
252 | +#colorbox .login-box .button-bar a.icon-close{ | ||
253 | + width: auto !important; | ||
254 | +} | ||
255 | + | ||
256 | +#cboxMiddleLeft{ | ||
257 | + | ||
258 | +} | ||
259 | + | ||
260 | +#cboxTopCenter { | ||
261 | + height: auto !important; | ||
262 | +} | ||
263 | + | ||
264 | +#colorbox .login-box{ | ||
241 | width: 100%; | 265 | width: 100%; |
242 | background: url("images/img_login_popUp.png") no-repeat scroll 90% 30% #FFFFFF; | 266 | background: url("images/img_login_popUp.png") no-repeat scroll 90% 30% #FFFFFF; |
243 | } | 267 | } |
244 | 268 | ||
245 | -#TB_window .login-box h2{ | 269 | +#colorbox .login-box h2{ |
246 | background: url("images/bg-titulo-login.png") no-repeat scroll 70px 7px #FFFFFF; | 270 | background: url("images/bg-titulo-login.png") no-repeat scroll 70px 7px #FFFFFF; |
247 | color: #757575; | 271 | color: #757575; |
248 | font-size: 20px; | 272 | font-size: 20px; |
@@ -251,17 +275,17 @@ p { | @@ -251,17 +275,17 @@ p { | ||
251 | width: 45%; | 275 | width: 45%; |
252 | } | 276 | } |
253 | 277 | ||
254 | -#TB_window .login-box form { | 278 | +#colorbox .login-box form { |
255 | margin: 0; | 279 | margin: 0; |
256 | width: 45%; | 280 | width: 45%; |
257 | /*background: url("images/img_login_popUp.png") no-repeat scroll 70% 30% #FFFFFF;*/ | 281 | /*background: url("images/img_login_popUp.png") no-repeat scroll 70% 30% #FFFFFF;*/ |
258 | } | 282 | } |
259 | 283 | ||
260 | -#TB_window .login-box .formfieldline input { | 284 | +#colorbox .login-box .formfieldline input { |
261 | width: 95%; | 285 | width: 95%; |
262 | } | 286 | } |
263 | 287 | ||
264 | -#TB_window .login-box .button-bar input.icon-login { | 288 | +#colorbox .login-box .button-bar input.icon-login { |
265 | background: url("images/btn_entrar_login.png") no-repeat scroll 0 0 #FFFFFF; | 289 | background: url("images/btn_entrar_login.png") no-repeat scroll 0 0 #FFFFFF; |
266 | border: 0px none; | 290 | border: 0px none; |
267 | font-family: arial,sans-serif; | 291 | font-family: arial,sans-serif; |
@@ -275,11 +299,11 @@ p { | @@ -275,11 +299,11 @@ p { | ||
275 | cursor: pointer; | 299 | cursor: pointer; |
276 | } | 300 | } |
277 | 301 | ||
278 | -#TB_window .login-box .button-bar input.icon-login:hover { | 302 | +#colorbox .login-box .button-bar input.icon-login:hover { |
279 | background-image: url("images/btn_entrar_login_hover.png"); | 303 | background-image: url("images/btn_entrar_login_hover.png"); |
280 | } | 304 | } |
281 | 305 | ||
282 | -#TB_window .login-box .button-bar a.icon-close { | 306 | +#colorbox .login-box .button-bar a.icon-close { |
283 | /*background: url("images/btn_cancelar_login.png") repeat-x scroll 0 0 #FFFFFF;*/ | 307 | /*background: url("images/btn_cancelar_login.png") repeat-x scroll 0 0 #FFFFFF;*/ |
284 | background-color: #FCE9E8; | 308 | background-color: #FCE9E8; |
285 | background-image: none; | 309 | background-image: none; |
@@ -294,23 +318,23 @@ p { | @@ -294,23 +318,23 @@ p { | ||
294 | text-transform: uppercase; | 318 | text-transform: uppercase; |
295 | width: 115px; | 319 | width: 115px; |
296 | } | 320 | } |
297 | -#TB_window .login-box .button-bar a.icon-close:hover { | 321 | +#colorbox .login-box .button-bar a.icon-close:hover { |
298 | background-color: #FFD1CF; | 322 | background-color: #FFD1CF; |
299 | } | 323 | } |
300 | 324 | ||
301 | -#TB_window .login-box .button-bar input.submit, | ||
302 | -#TB_window .login-box .button-bar a.icon-close { | 325 | +#colorbox .login-box .button-bar input.submit, |
326 | +#colorbox .login-box .button-bar a.icon-close { | ||
303 | border: 0px none; | 327 | border: 0px none; |
304 | } | 328 | } |
305 | 329 | ||
306 | -#TB_window .login-box .button-bar { | 330 | +#colorbox .login-box .button-bar { |
307 | float: none; | 331 | float: none; |
308 | margin-bottom: 1em; | 332 | margin-bottom: 1em; |
309 | margin-top: 1em; | 333 | margin-top: 1em; |
310 | width: 100%; | 334 | width: 100%; |
311 | } | 335 | } |
312 | 336 | ||
313 | -#TB_window .login-box .button-bar .icon-add{ | 337 | +#colorbox .login-box .button-bar .icon-add{ |
314 | background-color: #F7E074; | 338 | background-color: #F7E074; |
315 | background-image: none; | 339 | background-image: none; |
316 | color: #004B82; | 340 | color: #004B82; |
@@ -325,15 +349,15 @@ p { | @@ -325,15 +349,15 @@ p { | ||
325 | width: 30%; | 349 | width: 30%; |
326 | } | 350 | } |
327 | 351 | ||
328 | -#TB_window .login-box .button-bar .icon-add span{ | 352 | +#colorbox .login-box .button-bar .icon-add span{ |
329 | border-bottom: 1px solid #F7E074; | 353 | border-bottom: 1px solid #F7E074; |
330 | } | 354 | } |
331 | 355 | ||
332 | -#TB_window .login-box .button-bar .icon-help{ | 356 | +#colorbox .login-box .button-bar .icon-help{ |
333 | 357 | ||
334 | } | 358 | } |
335 | 359 | ||
336 | -#TB_window .login-box form .button-bar { | 360 | +#colorbox .login-box form .button-bar { |
337 | float: none; | 361 | float: none; |
338 | width: 100% | 362 | width: 100% |
339 | } | 363 | } |