| @@ -327,13 +327,18 @@ | ||
| 327 | 327 | |
| 328 | 328 | .list_l1 p{ |
| 329 | 329 | font-size: 13px; |
| 330 | 330 | } |
| 331 | +input.widefat, | |
| 332 | +input.widefat.mid-widget-type-selector{ | |
| 333 | + width: 66%; | |
| 334 | +} | |
| 331 | 335 | |
| 332 | 336 | input#publisher-id, |
| 333 | 337 | input#first_bc_placement, |
| 334 | 338 | input#mid_placement, |
| 335 | -input#home_placement{ | |
| 339 | +input#home_placement, | |
| 340 | +input#category_placement{ | |
| 336 | 341 | width: 36%; |
| 337 | 342 | } |
| 338 | 343 | |
| 339 | 344 | input#first_bc_widget_id, |
| @@ -339,9 +344,11 @@ | ||
| 339 | 344 | input#first_bc_widget_id, |
| 340 | 345 | input#mid_widget_id, |
| 341 | 346 | input#mid_location_string, |
| 342 | 347 | input#home_widget_id, |
| 343 | -input#home_location_string{ | |
| 348 | +input#category_widget_id, | |
| 349 | +input#home_location_string, | |
| 350 | +input#category_location_string{ | |
| 344 | 351 | width: 77%; |
| 345 | 352 | } |
| 346 | 353 | |
| 347 | 354 | label{ |
| @@ -390,9 +397,9 @@ | ||
| 390 | 397 | width: 49%; |
| 391 | 398 | } |
| 392 | 399 | |
| 393 | 400 | div#mid_article { |
| 394 | - padding-bottom: 100px; | |
| 401 | + padding-bottom: 20px; | |
| 395 | 402 | } |
| 396 | 403 | |
| 397 | 404 | #mid_css_selector_div{ |
| 398 | 405 | display: none; |
| @@ -410,5 +417,5 @@ | ||
| 410 | 417 | |
| 411 | 418 | width: 95%; |
| 412 | 419 | margin: auto; |
| 413 | 420 | /* color: #0f4c81; */ |
| 414 | -} | |
| 421 | +} | |