admin-style.css
101 lines
| 1 | .matomo-tracking-form th { |
| 2 | width: 30%; |
| 3 | } |
| 4 | |
| 5 | .matomo-tracking-form th { |
| 6 | width: 30%; |
| 7 | } |
| 8 | |
| 9 | .matomo-systemreport-comment { |
| 10 | word-break: break-all; |
| 11 | } |
| 12 | |
| 13 | ul.matomo-list { |
| 14 | list-style-type: disc; |
| 15 | margin-left: 20px; |
| 16 | } |
| 17 | ol.matomo-list { |
| 18 | list-style-type: decimal; |
| 19 | margin-left: 20px; |
| 20 | } |
| 21 | |
| 22 | .matomo-plugin-list .plugin-card-top { |
| 23 | min-height: auto; |
| 24 | } |
| 25 | |
| 26 | .matomo-plugin-list .plugin-card-top .matomo-description { |
| 27 | min-height: 80px; |
| 28 | } |
| 29 | .matomo-plugin-row-2 { |
| 30 | max-width: 1082px; |
| 31 | } |
| 32 | .matomo-plugin-row-2 .plugin-card-top .matomo-description { |
| 33 | min-height: 50px; |
| 34 | } |
| 35 | |
| 36 | .matomo-marketplace-notice .dashicons-video-alt3 { |
| 37 | display: inline-block; |
| 38 | } |
| 39 | .matomo-blockquote { |
| 40 | margin: .5em 10px; |
| 41 | border-left: 4px solid #ccc; |
| 42 | padding-left: 10px; |
| 43 | font-weight: bold; |
| 44 | } |
| 45 | .matomo-footer { |
| 46 | margin-top: 48px; |
| 47 | text-align: center; |
| 48 | } |
| 49 | |
| 50 | .matomo-footer ul { |
| 51 | list-style: none; |
| 52 | padding: 0 0 0 20px; |
| 53 | font-size: 13px; |
| 54 | line-height: 18px; |
| 55 | } |
| 56 | |
| 57 | .matomo-footer ul li { |
| 58 | display: inline-block; |
| 59 | margin: 0 20px 10px; |
| 60 | } |
| 61 | |
| 62 | .matomo-header-icon { |
| 63 | height: 32px; |
| 64 | vertical-align: top; |
| 65 | } |
| 66 | |
| 67 | .matomo-footer ul a { |
| 68 | color: #37474f; |
| 69 | } |
| 70 | .matomo-systemreport .widefat .warning td { |
| 71 | color: orange; |
| 72 | } |
| 73 | |
| 74 | .matomo-systemreport .widefat .error td { |
| 75 | color: red; |
| 76 | } |
| 77 | |
| 78 | .matomo-systemreport .widefat .section { |
| 79 | font-weight: bold; |
| 80 | } |
| 81 | |
| 82 | .matomo-dashboard-container .postbox-container { |
| 83 | min-width: 40%; |
| 84 | } |
| 85 | |
| 86 | .postbox .table .widefat.matomo-table { |
| 87 | border: 0; |
| 88 | } |
| 89 | |
| 90 | #matomo_default_tracking_code { |
| 91 | margin-top: 100px; |
| 92 | } |
| 93 | |
| 94 | #matomo_default_tracking_code textarea { |
| 95 | width: 100%; |
| 96 | height: 140px; |
| 97 | } |
| 98 | #matomo_default_tracking_code textarea.no_script { |
| 99 | height: 50px; |
| 100 | } |
| 101 |