aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css
diff options
context:
space:
mode:
authorAlexandr Danilov <bitbucket@modos189.ru>2015-08-17 01:50:46 +0300
committerAlexandr Danilov <bitbucket@modos189.ru>2015-08-17 01:50:46 +0300
commitfcb3faf10989caa0ec1fd27a6bad0b0abf0d77cc (patch)
tree870222548eeb8b7a62a2a1d31b67db0351133ad5 /src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css
parentd75a9fa38b24b57fbbb11d52c17d56d04387718f (diff)
downloadwallabag-fcb3faf10989caa0ec1fd27a6bad0b0abf0d77cc.tar.gz
wallabag-fcb3faf10989caa0ec1fd27a6bad0b0abf0d77cc.tar.zst
wallabag-fcb3faf10989caa0ec1fd27a6bad0b0abf0d77cc.zip
My implementation progress bar at the top of the page #1348
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css')
-rwxr-xr-xsrc/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css8
1 files changed, 8 insertions, 0 deletions
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 {
269 opacity: 1; 269 opacity: 1;
270} 270}
271 271
272.progress {
273 position:fixed;
274 top:0px;
275 width: 100%;
276 height: 3px;
277 margin: 0;
278 z-index: 9999;
279}
272/* ========================================================================== 280/* ==========================================================================
273 6 = Media queries 281 6 = Media queries
274 ========================================================================== */ 282 ========================================================================== */