| @@ -282,11 +282,11 @@ | ||
| 282 | 282 | grid-template-rows: auto auto auto; |
| 283 | 283 | padding: 20px; |
| 284 | 284 | } |
| 285 | 285 | |
| 286 | - .wpda-navi-container-content-items .wpda-navi-container-content-item .wpda-navi-container-content-item-facts { | |
| 287 | - display: none; | |
| 288 | - } | |
| 286 | + /*.wpda-navi-container-content-items .wpda-navi-container-content-item .wpda-navi-container-content-item-facts {*/ | |
| 287 | + /* display: none;*/ | |
| 288 | + /*}*/ | |
| 289 | 289 | |
| 290 | 290 | .wpda-navi-container-content-items .wpda-navi-container-content-item .wpda-navi-container-content-item-facts.whats-new { |
| 291 | 291 | max-height: 70px !important; |
| 292 | 292 | } |
| @@ -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; |
| @@ -385,5 +391,23 @@ | ||
| 385 | 391 | |
| 386 | 392 | #wpda-legacy-tool-settings-panel table .tool_status_icon { |
| 387 | 393 | color: #4399fa; |
| 388 | 394 | cursor: pointer; |
| 389 | -} | |
| 395 | +} | |
| 396 | + | |
| 397 | +a.roadmap { | |
| 398 | + text-decoration: none; | |
| 399 | + font-weight: bold; | |
| 400 | + color: #ff9f1c; | |
| 401 | +} | |
| 402 | +a.roadmap:hover { | |
| 403 | + color: #4399fa; | |
| 404 | +} | |
| 405 | + | |
| 406 | +a.whatsnew { | |
| 407 | + text-decoration: none; | |
| 408 | + font-weight: bold; | |
| 409 | + color: #4399fa; | |
| 410 | +} | |
| 411 | +a.whatsnew:hover { | |
| 412 | + color: #ff9f1c; | |
| 413 | +} | |