From fcb3faf10989caa0ec1fd27a6bad0b0abf0d77cc Mon Sep 17 00:00:00 2001 From: Alexandr Danilov Date: Mon, 17 Aug 2015 01:50:46 +0300 Subject: My implementation progress bar at the top of the page #1348 --- .../Resources/views/themes/material/public/css/main.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/material/public/css') diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css b/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css index cc1bbd3f..f06fd6db 100755 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css @@ -269,6 +269,14 @@ main ul.row { opacity: 1; } +.progress { + position:fixed; + top:0px; + width: 100%; + height: 3px; + margin: 0; + z-index: 9999; +} /* ========================================================================== 6 = Media queries ========================================================================== */ -- cgit v1.2.3