diff options
author | François Schmidts <francois.schmidts@gmail.com> | 2015-12-12 21:14:28 +0100 |
---|---|---|
committer | François Schmidts <francois.schmidts@gmail.com> | 2015-12-17 09:42:56 +0100 |
commit | b35e9773198ef2d8b37c4ca223f08147db47de0b (patch) | |
tree | ba4b1b171b3c1ab9414a96ad264c47b0f9d1246b /web/static/css/side-nav.css | |
parent | Updated link to Heroku deploy button on the About page. (diff) | |
download | newspipe-b35e9773198ef2d8b37c4ca223f08147db47de0b.tar.gz newspipe-b35e9773198ef2d8b37c4ca223f08147db47de0b.tar.bz2 newspipe-b35e9773198ef2d8b37c4ca223f08147db47de0b.zip |
moving the root of source code from / to /src/
Diffstat (limited to 'web/static/css/side-nav.css')
-rw-r--r-- | web/static/css/side-nav.css | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/web/static/css/side-nav.css b/web/static/css/side-nav.css deleted file mode 100644 index 5786bffa..00000000 --- a/web/static/css/side-nav.css +++ /dev/null @@ -1,50 +0,0 @@ -/* First level of nav */ -.sidenav { - margin-top: 0px; - margin-bottom: 0px; - padding-top: 10px; - padding-bottom: 0px; - overflow-y: auto; - height: 90%; - z-index: 1000; - background-color: #FFFFFF; - border-radius: 2px; - font-size: 100%; -} -/* All levels of nav */ -.sidebar .nav > li > a { - display: block; - color: #3572B0; - padding: 5px 20px; -} -.sidebar .nav > li > a:hover, -.sidebar .nav > li > a:focus { - text-decoration: none; - background-color: #F0FFFF; -} - -.sidebar .nav > .active > a, -.sidebar .nav > .active:hover > a, -.sidebar .nav > .active:focus > a { - font-weight: bold; - color: #3572B0; - background-color: transparent; -} - -.badge { - background-color: #3572B0; -} - -/* Nav: second level */ -.sidebar .nav .nav { - margin-bottom: 8px; -} -.sidebar .nav .nav > li > a { - padding-top: 3px; - padding-bottom: 3px; - font-size: 80%; -} - -li.feed-commands {display: none; text-align: right;} -li.feed-commands > span > a {margin-right: 10px;} -li.feed-menu:hover + li.feed-commands, li.feed-commands:hover {display: block;} |