diff options
author | François Schmidts <francois.schmidts@gmail.com> | 2016-01-28 21:18:38 +0100 |
---|---|---|
committer | François Schmidts <francois.schmidts@gmail.com> | 2016-01-28 21:18:38 +0100 |
commit | 577b79d1d2a8d4de949ffc5f312cfb90bd97ed26 (patch) | |
tree | 6848abefc513bbbc83296214d9174bc0b28fff06 /src/web/static | |
parent | fixing menu folding (diff) | |
download | newspipe-577b79d1d2a8d4de949ffc5f312cfb90bd97ed26.tar.gz newspipe-577b79d1d2a8d4de949ffc5f312cfb90bd97ed26.tar.bz2 newspipe-577b79d1d2a8d4de949ffc5f312cfb90bd97ed26.zip |
slight redo of middle panel
Diffstat (limited to 'src/web/static')
-rw-r--r-- | src/web/static/css/one-page-app.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/web/static/css/one-page-app.css b/src/web/static/css/one-page-app.css index d25e3886..02aa405a 100644 --- a/src/web/static/css/one-page-app.css +++ b/src/web/static/css/one-page-app.css @@ -87,3 +87,18 @@ #middle-panel .input-group { margin-bottom: 10px; } +#middle-panel div.list-group-item{ + padding: 5px 8px; + cursor: pointer; +} +#middle-panel div.list-group-item:hover { + background-color: #f0f0f0; +} +#middle-panel div.list-group-item>h5 { + margin: 0px; +} +#middle-panel div.list-group-item>div:last-child{ + width: 100%; + max-height: 22px; + overflow: hidden; +} |