Commit f24e9bdb51d64bcb7103f88a77cf29dcfe4afbc2
1 parent
df596906
poprawka formatowania not rozszerzonych
zapanowanie nad fontem i formatowaniem ul
Showing
1 changed file
with
12 additions
and
0 deletions
common/static/css/reader.css
... | ... | @@ -14,6 +14,18 @@ |
14 | 14 | font-size: 14px; |
15 | 15 | } |
16 | 16 | |
17 | +.extended-note { | |
18 | + font-size: small; | |
19 | +} | |
20 | + | |
21 | +.extended-note ul { | |
22 | + padding-left: 20px; | |
23 | +} | |
24 | + | |
25 | +.extended-note li { | |
26 | + display: list-item; | |
27 | +} | |
28 | + | |
17 | 29 | .ui-widget-content, .slick-column-name { |
18 | 30 | color: black; |
19 | 31 | } |
... | ... |