Commit 6660479d1671b8101820d3f12c17b23594a3ba6c
1 parent
f7810543
Exists in
master
and in
5 other branches
Fix colorbox
Showing
1 changed file
with
3 additions
and
40 deletions
Show diff stats
style.css
| ... | ... | @@ -224,46 +224,13 @@ p { |
| 224 | 224 | |
| 225 | 225 | /* PopUp Login*/ |
| 226 | 226 | |
| 227 | -#colorbox { | |
| 228 | - left: -350px !important; | |
| 229 | - margin-left: 50% !important; | |
| 230 | - width: 700px !important; | |
| 231 | -} | |
| 232 | - | |
| 233 | -#cboxWrapper { | |
| 234 | - padding: 15px; | |
| 235 | - position: relative; | |
| 236 | - width: auto !important; | |
| 237 | - /* height: auto !important;*/ | |
| 238 | -} | |
| 239 | - | |
| 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 | 227 | #colorbox .login-box .button-bar a.icon-close{ |
| 253 | 228 | width: auto !important; |
| 254 | 229 | } |
| 255 | 230 | |
| 256 | -#cboxMiddleLeft{ | |
| 257 | - | |
| 258 | -} | |
| 259 | - | |
| 260 | -#cboxTopCenter { | |
| 261 | - height: auto !important; | |
| 262 | -} | |
| 263 | - | |
| 264 | 231 | #colorbox .login-box{ |
| 265 | - width: 100%; | |
| 266 | - background: url("images/img_login_popUp.png") no-repeat scroll 90% 30% #FFFFFF; | |
| 232 | + width: 700px; | |
| 233 | + background: url("images/img_login_popUp.png") no-repeat scroll 90% 30% #FFFFFF; | |
| 267 | 234 | } |
| 268 | 235 | |
| 269 | 236 | #colorbox .login-box h2{ |
| ... | ... | @@ -353,12 +320,8 @@ p { |
| 353 | 320 | border-bottom: 1px solid #F7E074; |
| 354 | 321 | } |
| 355 | 322 | |
| 356 | -#colorbox .login-box .button-bar .icon-help{ | |
| 357 | - | |
| 358 | -} | |
| 359 | - | |
| 360 | 323 | #colorbox .login-box form .button-bar { |
| 361 | - float: none; | |
| 324 | + float: none; | |
| 362 | 325 | width: 100% |
| 363 | 326 | } |
| 364 | 327 | ... | ... |