aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/public
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2015-08-18 20:54:47 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2015-08-19 15:14:08 +0200
commite62d27ff9b3f07f09a77e075653c6a650860f5ec (patch)
tree85ea86ae1bede3fcbcd52c0e08537f3781b26e10 /src/Wallabag/CoreBundle/Resources/views/themes/material/public
parent7b2d33689338386b331a9a370eb6b9d8576f0cbb (diff)
downloadwallabag-e62d27ff9b3f07f09a77e075653c6a650860f5ec.tar.gz
wallabag-e62d27ff9b3f07f09a77e075653c6a650860f5ec.tar.zst
wallabag-e62d27ff9b3f07f09a77e075653c6a650860f5ec.zip
bottom bar to display message
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/material/public')
-rwxr-xr-xsrc/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css14
1 files changed, 14 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 81ea598c..c812ed6f 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
@@ -26,6 +26,20 @@ body {
26 background: #f0f0f0; 26 background: #f0f0f0;
27} 27}
28 28
29#alphabar {
30 position: fixed;
31 background-color: #ff6347;
32 z-index: 1000;
33 bottom: 0;
34 left: 0;
35 width: 100%;
36 color: #000;
37}
38
39#alphabar a {
40 color: #555;
41}
42
29.border-bottom { 43.border-bottom {
30 border-bottom: 1px solid #DDD; 44 border-bottom: 1px solid #DDD;
31} 45}