diff options
| author | 2014-10-22 23:41:36 +0200 | |
|---|---|---|
| committer | 2014-10-22 23:41:36 +0200 | |
| commit | e37a126b9de20a11f306d29c8f3d5052eb4310dd (patch) | |
| tree | c1864432e91ae06357dc8a28d5d2db16dc268196 /p/themes/base-theme/base.css | |
| parent | 1efbf6fb86dfe4ff549ce1b7884db17dfbf5554f (diff) | |
Fix some parts of aside_flux
See https://github.com/marienfressinaud/FreshRSS/issues/634
Diffstat (limited to 'p/themes/base-theme/base.css')
| -rw-r--r-- | p/themes/base-theme/base.css | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/p/themes/base-theme/base.css b/p/themes/base-theme/base.css index 3f6ae956d..3b79a0822 100644 --- a/p/themes/base-theme/base.css +++ b/p/themes/base-theme/base.css @@ -353,6 +353,22 @@ a.btn { visibility: visible; } +/*=== Tree */ +.tree { + margin: 10px 0; +} +.tree-folder-title { + padding: 0 10px; + line-height: 2.5rem; + font-size: 1.2rem; + font-weight: bold; +} +.tree-folder-items .item { + padding: 0 5px 0 20px; + line-height: 2.5rem; + font-size: 0.8rem; +} + /*=== STRUCTURE */ /*===============*/ /*=== Header */ |
