fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Stats migrations.
[wolnelektury.git]
/
src
/
wolnelektury
/
static
/
css
/
master.picture.css
diff --git
a/src/wolnelektury/static/css/master.picture.css
b/src/wolnelektury/static/css/master.picture.css
index
43abda4
..
cd55d49
100644
(file)
--- a/
src/wolnelektury/static/css/master.picture.css
+++ b/
src/wolnelektury/static/css/master.picture.css
@@
-54,7
+54,20
@@
}
.dropdown-body {
}
.dropdown-body {
+ display: none;
font-size: 0.8rem;
font-size: 0.8rem;
- background-color: #444;
+ position: absolute;
+ left: 76px;
+ background-color: rgba(255, 255, 255, .8);
+ padding: 1em 1em 1em 0;
+ z-index: 500;
+ box-shadow: 1px 1px 10px black;
+}
+
+
+@media screen and (min-width: 37.5em) {
+ .dropdown-body {
+ left: 0;
+ }
}
}