Copybara bot | be50d49 | 2023-11-30 00:16:42 +0100 | [diff] [blame] | 1 | .incidents-wrapper { |
| 2 | display: inline-block; |
| 3 | } |
| 4 | |
| 5 | .incidents-wrapper--scrollable { |
| 6 | max-height: 400px; |
| 7 | overflow-y: auto; |
| 8 | } |
| 9 | |
| 10 | .incidents { |
| 11 | border: solid 1px rgba(0,0,0,.12); |
| 12 | border-collapse: collapse; |
| 13 | white-space: nowrap; |
| 14 | } |
| 15 | |
| 16 | .incidents tr.artificial-height { |
| 17 | height: 32px; |
| 18 | } |
| 19 | |
| 20 | .incidents tr:not(:last-child) { |
| 21 | border-bottom: solid 1px rgba(0,0,0,.24); |
| 22 | } |
| 23 | |
| 24 | .incidents td, .incidents th { |
| 25 | padding: 1px 8px; |
| 26 | } |
| 27 | |
| 28 | .incidents .centered { |
| 29 | text-align: center; |
| 30 | } |
| 31 | |
| 32 | .incidents .icon-cell { |
| 33 | user-select: none; |
| 34 | } |
| 35 | |
| 36 | .incidents .has-checkbox { |
| 37 | padding-left: 14px; |
| 38 | padding-right: 0; |
| 39 | } |
| 40 | |
| 41 | .incidents .has-checkbox .mdl-checkbox__ripple-container { |
| 42 | height: 34px!important; |
| 43 | width: 34px!important; |
| 44 | top: -5px!important; |
| 45 | left: -9px!important; |
| 46 | } |
| 47 | |
| 48 | .incidents .icon-cell .material-icons { |
| 49 | cursor: pointer; |
| 50 | } |
| 51 | |
| 52 | .incidents .material-icons { |
| 53 | vertical-align: middle; |
| 54 | } |
| 55 | |
| 56 | .incidents .verification-actions { |
| 57 | display: inline-block; |
| 58 | } |
| 59 | |
| 60 | .incidents .more { |
| 61 | cursor: pointer; |
| 62 | } |
| 63 | |
| 64 | .incidents-wrapper .mdl-menu__container { |
| 65 | top: 0; |
| 66 | right: 0; |
| 67 | } |
| 68 | |
| 69 | .notvisible { |
| 70 | display: none; |
| 71 | } |
| 72 | |
| 73 | .incidents tr.line-through td.can-strike { |
| 74 | text-decoration: line-through; |
| 75 | } |