Spaces:
Running
Running
Surface the speaker count
Browse files
style.css
CHANGED
|
@@ -107,6 +107,8 @@ details { margin: 8px 0 }
|
|
| 107 |
/* Kein Flex: sonst werden Auszeichnungen im Text zu eigenen Spalten */
|
| 108 |
summary { min-height: 44px; padding: 11px 0; color: var(--dim) }
|
| 109 |
summary b { color: var(--text) }
|
|
|
|
|
|
|
| 110 |
.opt input {
|
| 111 |
width: 76px; min-height: 44px; text-align: center; font: inherit;
|
| 112 |
border: 1px solid var(--linie); border-radius: 10px;
|
|
|
|
| 107 |
/* Kein Flex: sonst werden Auszeichnungen im Text zu eigenen Spalten */
|
| 108 |
summary { min-height: 44px; padding: 11px 0; color: var(--dim) }
|
| 109 |
summary b { color: var(--text) }
|
| 110 |
+
/* Der Zusatz gehört unter die Beschriftung, nicht daneben. */
|
| 111 |
+
.opt .klein { display: block; margin-top: 0 }
|
| 112 |
.opt input {
|
| 113 |
width: 76px; min-height: 44px; text-align: center; font: inherit;
|
| 114 |
border: 1px solid var(--linie); border-radius: 10px;
|