fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
proper sorting of pictures in gallery view
[wolnelektury.git]
/
apps
/
wolnelektury_core
/
static
/
css
/
screen.css
diff --git
a/apps/wolnelektury_core/static/css/screen.css
b/apps/wolnelektury_core/static/css/screen.css
index
138121e
..
9059f55
100644
(file)
--- a/
apps/wolnelektury_core/static/css/screen.css
+++ b/
apps/wolnelektury_core/static/css/screen.css
@@
-18,6
+18,11
@@
-webkit-column-width: 12em;
}
-webkit-column-width: 12em;
}
+#menu-collections ul {
+ width: 18em;
+}
+
+
#header-content, div#main-content, div#half-header-content, #footer-content {
width: 97.5em;
margin: auto;
#header-content, div#main-content, div#half-header-content, #footer-content {
width: 97.5em;
margin: auto;
@@
-81,6
+86,15
@@
margin-top: -23em;
}
margin-top: -23em;
}
+.picture.book-wide-box .right-column {
+ float: none;
+ width: 41.5em;
+ top: 0;
+ margin-left: 55em;
+ margin-top: 0em;
+}
+
+
.book-wide-box #theme-list-wrapper {
margin-bottom: 0;
}
.book-wide-box #theme-list-wrapper {
margin-bottom: 0;
}