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/Flat/flat.css | |
| parent | dc714d3949373b79344438335cfc0edde77de036 (diff) | |
Improve design of .box
See https://github.com/marienfressinaud/FreshRSS/issues/646
Diffstat (limited to 'p/themes/Flat/flat.css')
| -rw-r--r-- | p/themes/Flat/flat.css | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/p/themes/Flat/flat.css b/p/themes/Flat/flat.css index 484cee9f3..d0ac46fd5 100644 --- a/p/themes/Flat/flat.css +++ b/p/themes/Flat/flat.css @@ -438,6 +438,36 @@ a.btn { background: url("loader.gif") center center no-repeat #34495e; } +/*=== Boxes */ +.box { + border: 1px solid #ddd; + border-radius: 5px; +} +.box .box-title { + margin: 0; + padding: 5px 10px; + background: #ecf0f1; + color: #333; + border-bottom: 1px solid #ddd; + border-radius: 5px 5px 0 0; +} +.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 */ |
