fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Thema metadata support, and fixes.
[redakcja.git]
/
src
/
redakcja
/
static
/
css
/
gallery.css
diff --git
a/src/redakcja/static/css/gallery.css
b/src/redakcja/static/css/gallery.css
index
a1694a4
..
444ecff
100644
(file)
--- a/
src/redakcja/static/css/gallery.css
+++ b/
src/redakcja/static/css/gallery.css
@@
-8,6
+8,13
@@
background-color: #C1C1C1;
}
background-color: #C1C1C1;
}
+#side-properties {
+ height: 100%;
+ overflow: auto;
+}
+#side-properties #parents li {
+ cursor: pointer;
+}
#side-annotations {
display: flex;
#side-annotations {
display: flex;
@@
-45,7
+52,7
@@
justify-content: center;
}
justify-content: center;
}
-#side-annotations
.akap
{
+#side-annotations
[x-node="akap"]
{
font-size: 16px;
font-family: "Georgia", "Times New Roman", serif;
line-height: 1.5em;
font-size: 16px;
font-family: "Georgia", "Times New Roman", serif;
line-height: 1.5em;
@@
-67,7
+74,7
@@
width: 100%;
}
width: 100%;
}
-#side-annotations
.akap
:hover .src {
+#side-annotations
[x-node="akap"]
:hover .src {
display: block;
}
display: block;
}