admin-style.css
95 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 | |
| 30 | .matomo-marketplace-notice .dashicons-video-alt3 { |
| 31 | display: inline-block; |
| 32 | } |
| 33 | .matomo-blockquote { |
| 34 | margin: .5em 10px; |
| 35 | border-left: 4px solid #ccc; |
| 36 | padding-left: 10px; |
| 37 | font-weight: bold; |
| 38 | } |
| 39 | .matomo-footer { |
| 40 | margin-top: 48px; |
| 41 | text-align: center; |
| 42 | } |
| 43 | |
| 44 | .matomo-footer ul { |
| 45 | list-style: none; |
| 46 | padding: 0 0 0 20px; |
| 47 | font-size: 13px; |
| 48 | line-height: 18px; |
| 49 | } |
| 50 | |
| 51 | .matomo-footer ul li { |
| 52 | display: inline-block; |
| 53 | margin: 0 20px 10px; |
| 54 | } |
| 55 | |
| 56 | .matomo-header-icon { |
| 57 | height: 32px; |
| 58 | vertical-align: top; |
| 59 | } |
| 60 | |
| 61 | .matomo-footer ul a { |
| 62 | color: #37474f; |
| 63 | } |
| 64 | .matomo-systemreport .widefat .warning td { |
| 65 | color: orange; |
| 66 | } |
| 67 | |
| 68 | .matomo-systemreport .widefat .error td { |
| 69 | color: red; |
| 70 | } |
| 71 | |
| 72 | .matomo-systemreport .widefat .section { |
| 73 | font-weight: bold; |
| 74 | } |
| 75 | |
| 76 | .matomo-dashboard-container .postbox-container { |
| 77 | min-width: 40%; |
| 78 | } |
| 79 | |
| 80 | .postbox .table .widefat.matomo-table { |
| 81 | border: 0; |
| 82 | } |
| 83 | |
| 84 | #matomo_default_tracking_code { |
| 85 | margin-top: 100px; |
| 86 | } |
| 87 | |
| 88 | #matomo_default_tracking_code textarea { |
| 89 | width: 100%; |
| 90 | height: 140px; |
| 91 | } |
| 92 | #matomo_default_tracking_code textarea.no_script { |
| 93 | height: 50px; |
| 94 | } |
| 95 |