diff options
| author | 2014-09-30 19:45:49 +0200 | |
|---|---|---|
| committer | 2014-09-30 19:45:49 +0200 | |
| commit | 0d5a1f3a659b6f407b47859c794a662075e3f48e (patch) | |
| tree | 1259ccf51a2145cf85e4a31dc9b5b748c2a891a9 /p/themes/base-theme/base.css | |
| parent | dc714d3949373b79344438335cfc0edde77de036 (diff) | |
Improve design of .box
See https://github.com/marienfressinaud/FreshRSS/issues/646
Diffstat (limited to 'p/themes/base-theme/base.css')
| -rw-r--r-- | p/themes/base-theme/base.css | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/p/themes/base-theme/base.css b/p/themes/base-theme/base.css index ccfab10df..3f6ae956d 100644 --- a/p/themes/base-theme/base.css +++ b/p/themes/base-theme/base.css @@ -329,6 +329,30 @@ a.btn { font-size: 0; } +/*=== Boxes */ +.box { +} +.box .box-title { + margin: 0; + padding: 5px 10px; +} +.box .box-content { + max-height: 260px; +} + +.box .box-content .item { + padding: 0 10px; + font-size: 0.9rem; + line-height: 2.5em; +} + +.box .box-content .item .configure { + visibility: hidden; +} +.box .box-content .item:hover .configure { + visibility: visible; +} + /*=== STRUCTURE */ /*===============*/ /*=== Header */ |
