| @@ -337,32 +337,38 @@ | ||
| 337 | 337 | background-color: white; |
| 338 | 338 | padding: 30px; |
| 339 | 339 | } |
| 340 | 340 | |
| 341 | +#wpda-legacy-tool-settings-panel table { | |
| 342 | + width: 100%; | |
| 343 | +} | |
| 344 | + | |
| 341 | 345 | #wpda-legacy-tool-settings-panel table th, |
| 342 | 346 | #wpda-legacy-tool-settings-panel table td { |
| 343 | 347 | white-space: nowrap; |
| 344 | - padding-right: 20px; | |
| 345 | 348 | } |
| 346 | 349 | |
| 347 | -#wpda-legacy-tool-settings-panel table th:last-of-type, | |
| 348 | -#wpda-legacy-tool-settings-panel table td:last-of-type { | |
| 349 | - padding-right: 0; | |
| 350 | +#wpda-legacy-tool-settings-panel table th.label, | |
| 351 | +#wpda-legacy-tool-settings-panel table td.label{ | |
| 352 | + text-align: left; | |
| 350 | 353 | } |
| 351 | 354 | |
| 352 | 355 | #wpda-legacy-tool-settings-panel table th.items, |
| 353 | 356 | #wpda-legacy-tool-settings-panel table td.items { |
| 354 | 357 | text-align: right; |
| 358 | + display: none; | |
| 359 | + padding-right: 0; | |
| 355 | 360 | } |
| 356 | 361 | |
| 357 | 362 | #wpda-legacy-tool-settings-panel table th.status, |
| 358 | 363 | #wpda-legacy-tool-settings-panel table td.status { |
| 359 | - text-align: center; | |
| 364 | + text-align: right; | |
| 360 | 365 | } |
| 361 | 366 | |
| 362 | 367 | #wpda-legacy-tool-settings-submit { |
| 363 | 368 | margin-top: 15px; |
| 364 | 369 | text-align: right; |
| 370 | + white-space: nowrap; | |
| 365 | 371 | } |
| 366 | 372 | |
| 367 | 373 | #wpda-legacy-tool-settings-submit button { |
| 368 | 374 | padding: 5px 10px; |
| @@ -392,8 +398,16 @@ | ||
| 392 | 398 | text-decoration: none; |
| 393 | 399 | font-weight: bold; |
| 394 | 400 | color: #ff9f1c; |
| 395 | 401 | } |
| 402 | +a.roadmap:hover { | |
| 403 | + color: #4399fa; | |
| 404 | +} | |
| 396 | 405 | |
| 397 | -a.roadmap:hover { | |
| 406 | +a.whatsnew { | |
| 407 | + text-decoration: none; | |
| 408 | + font-weight: bold; | |
| 398 | 409 | color: #4399fa; |
| 410 | +} | |
| 411 | +a.whatsnew:hover { | |
| 412 | + color: #ff9f1c; | |
| 399 | 413 | } |