Mercurial > hg > isophonics-drupal-site
comparison core/modules/simpletest/css/simpletest.module.css @ 18:af1871eacc83
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:33:08 +0100 |
parents | 1fec387a4317 |
children |
comparison
equal
deleted
inserted
replaced
17:129ea1e6d783 | 18:af1871eacc83 |
---|---|
7 width: 40%; | 7 width: 40%; |
8 } | 8 } |
9 | 9 |
10 .simpletest-image { | 10 .simpletest-image { |
11 display: inline-block; | 11 display: inline-block; |
12 width: 1em; | |
12 cursor: pointer; | 13 cursor: pointer; |
13 width: 1em; | |
14 } | 14 } |
15 .simpletest-group-label label { | 15 .simpletest-group-label label { |
16 display: inline; | 16 display: inline; |
17 font-weight: bold; | 17 font-weight: bold; |
18 } | 18 } |
21 } | 21 } |
22 .simpletest-test-description .description { | 22 .simpletest-test-description .description { |
23 margin: 0; | 23 margin: 0; |
24 } | 24 } |
25 #simpletest-form-table tr td { | 25 #simpletest-form-table tr td { |
26 color: #494949; | |
26 background-color: white; | 27 background-color: white; |
27 color: #494949; | |
28 } | 28 } |
29 #simpletest-form-table tr.simpletest-group td { | 29 #simpletest-form-table tr.simpletest-group td { |
30 color: #494949; | |
30 background-color: #edf5fa; | 31 background-color: #edf5fa; |
31 color: #494949; | |
32 } | 32 } |
33 | 33 |
34 table#simpletest-form-table tr.simpletest-group label { | 34 table#simpletest-form-table tr.simpletest-group label { |
35 display: inline; | 35 display: inline; |
36 } | 36 } |
74 tr.simpletest-debug.even { | 74 tr.simpletest-debug.even { |
75 background-color: #fff; | 75 background-color: #fff; |
76 } | 76 } |
77 | 77 |
78 a.simpletest-collapse { | 78 a.simpletest-collapse { |
79 position: absolute; | |
80 top: -99em; | |
81 width: 0; | |
79 height: 0; | 82 height: 0; |
80 width: 0; | |
81 top: -99em; | |
82 position: absolute; | |
83 } | 83 } |
84 a.simpletest-collapse:focus, | 84 a.simpletest-collapse:focus, |
85 a.simpletest-collapse:hover { | 85 a.simpletest-collapse:hover { |
86 font-size: 80%; | |
87 top: 0; | |
88 height: auto; | |
89 width: auto; | |
90 overflow: visible; | |
91 position: relative; | 86 position: relative; |
92 z-index: 1000; | 87 z-index: 1000; |
88 top: 0; | |
89 overflow: visible; | |
90 width: auto; | |
91 height: auto; | |
92 font-size: 80%; | |
93 } | 93 } |