comparison options/options.css @ 29:688d75e554e0

Add option to expand feed entries by default
author Guido Berhoerster <guido+feed-preview@berhoerster.name>
date Mon, 21 Jan 2019 15:15:59 +0100
parents ff5e5e3eba32
children
comparison
equal deleted inserted replaced
28:104a1faebd43 29:688d75e554e0
33 margin: 0 0 16px 0; 33 margin: 0 0 16px 0;
34 font-size: 1.29em; 34 font-size: 1.29em;
35 font-weight: bold; 35 font-weight: bold;
36 } 36 }
37 37
38 h1 ~ h1 {
39 margin-top: 32px;
40 }
41
38 input[type="text"] { 42 input[type="text"] {
39 border-radius: 2px; 43 border-radius: 2px;
40 font-size: 15px; 44 font-size: 15px;
41 padding: 8px; 45 padding: 8px;
42 min-height: 32px; 46 min-height: 32px;
47 }
48
49 input[type="checkbox"],
50 input[type="checkbox"] + label {
51 vertical-align: middle;
43 } 52 }
44 53
45 .browser-style > input[type=text] { 54 .browser-style > input[type=text] {
46 border-color: var(--text-input-border-color); 55 border-color: var(--text-input-border-color);
47 box-shadow: none; 56 box-shadow: none;