From 3a865d90a6dc1493c06ab5cb500d63836b7c8c9b Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 5 Jul 2015 18:57:37 +0200 Subject: Make delete button fixed on upload history page Also make the navigation fixed because otherwise this looks hideous and the space is already occupied anyway. Signed-off-by: Florian Pritz --- public_html/data/css/style.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'public_html/data') diff --git a/public_html/data/css/style.css b/public_html/data/css/style.css index 2996ff3d5..48bebdb12 100644 --- a/public_html/data/css/style.css +++ b/public_html/data/css/style.css @@ -59,7 +59,17 @@ } .nav-history { + height: 63px; +} + +.nav-history .container { + padding-top: 20px; margin-bottom: 1em; + position: fixed; + background: #fff; + left: 0; + right: 0; + margin-top: -19px; } .navbar-paste { @@ -88,6 +98,12 @@ .navbar-fixed-top { position: relative; } + .nav-history .container { + position: relative; + } + .nav-history { + height: auto; + } } @media (min-width: 768px) { -- cgit v1.2.3-24-g4f1b