diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-04-09 08:19:58 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-04-09 08:19:58 +0200 |
commit | 8fe5bf8b7c828cbcc2e3a47a5b8b110f216a5b6c (patch) | |
tree | 958bcd610a391721f371cb8985578ec31101dbea /src/web/static/css/customized-bootstrap.css | |
parent | Authentication to JARR with email address or nickname. (diff) | |
download | newspipe-8fe5bf8b7c828cbcc2e3a47a5b8b110f216a5b6c.tar.gz newspipe-8fe5bf8b7c828cbcc2e3a47a5b8b110f216a5b6c.tar.bz2 newspipe-8fe5bf8b7c828cbcc2e3a47a5b8b110f216a5b6c.zip |
Updated Navbar.
Diffstat (limited to 'src/web/static/css/customized-bootstrap.css')
-rw-r--r-- | src/web/static/css/customized-bootstrap.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/web/static/css/customized-bootstrap.css b/src/web/static/css/customized-bootstrap.css index ad90304d..c58e0692 100644 --- a/src/web/static/css/customized-bootstrap.css +++ b/src/web/static/css/customized-bootstrap.css @@ -42,3 +42,9 @@ a { width: 200px; display: inline; } + +.alert-message { + position: relative; + display: block; + z-index: 1001; +} |