diff options
author | François Schmidts <francois.schmidts@gmail.com> | 2016-01-29 00:27:47 +0100 |
---|---|---|
committer | François Schmidts <francois.schmidts@gmail.com> | 2016-01-29 00:27:47 +0100 |
commit | 56ab5f6df51ff301a4dccc458eb83917bba49afc (patch) | |
tree | 8bd5edbfc9eb3f42b5ab8a407930b5f3ee544303 /src/web/static | |
parent | redoing menu, sorting in place and not in python (diff) | |
download | newspipe-56ab5f6df51ff301a4dccc458eb83917bba49afc.tar.gz newspipe-56ab5f6df51ff301a4dccc458eb83917bba49afc.tar.bz2 newspipe-56ab5f6df51ff301a4dccc458eb83917bba49afc.zip |
wip right panel
Diffstat (limited to 'src/web/static')
-rw-r--r-- | src/web/static/css/one-page-app.css | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/src/web/static/css/one-page-app.css b/src/web/static/css/one-page-app.css index 02aa405a..8da915b3 100644 --- a/src/web/static/css/one-page-app.css +++ b/src/web/static/css/one-page-app.css @@ -1,6 +1,10 @@ +#jarr-container { + padding-left: 0px; + padding-right: 0px; +} #menu { position: fixed; - top: 51px; + top: 50px; bottom: 0px; left: 0px; z-index: 1000; @@ -66,7 +70,7 @@ padding-top: 10px; padding-right: 20px; position: fixed; - top: 51px; + top: 50px; bottom: 0px; left: 0px; z-index: 1000; @@ -102,3 +106,6 @@ max-height: 22px; overflow: hidden; } +#right-panel>ol{ + margin-top: 10px; +} |