diff options
author | François Schmidts <francois.schmidts@gmail.com> | 2016-02-02 23:05:16 +0100 |
---|---|---|
committer | François Schmidts <francois.schmidts@gmail.com> | 2016-02-02 23:07:11 +0100 |
commit | 9ad36d04c3a352afc6f9a1322c7401200332877a (patch) | |
tree | 6e12cf2b67b016aff38874c389b5bf8b5242749a /src/web/static | |
parent | displaying more informations on articles (diff) | |
download | newspipe-9ad36d04c3a352afc6f9a1322c7401200332877a.tar.gz newspipe-9ad36d04c3a352afc6f9a1322c7401200332877a.tar.bz2 newspipe-9ad36d04c3a352afc6f9a1322c7401200332877a.zip |
reload and fold all button
Diffstat (limited to 'src/web/static')
-rw-r--r-- | src/web/static/css/one-page-app.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/web/static/css/one-page-app.css b/src/web/static/css/one-page-app.css index 40f7cd45..ffad209e 100644 --- a/src/web/static/css/one-page-app.css +++ b/src/web/static/css/one-page-app.css @@ -80,11 +80,13 @@ background-color: #F5F5F5; border-right: 1px solid #EEE; } -#middle-panel .btn-group { +#middle-panel .btn-group, +#menu .btn-group { margin-right: 10px; margin-bottom: 10px; } -#middle-panel .btn-group:last-child { +#middle-panel .btn-group:last-child, +#menu .btn-group:last-child { margin-right: 0px; float: right; } |