fnp
/
wolnelektury.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c9e286
)
minor fixes
author
Radek Czajka
<rczajka@rczajka.pl>
Fri, 16 Jun 2023 09:41:10 +0000
(11:41 +0200)
committer
Radek Czajka
<rczajka@rczajka.pl>
Fri, 16 Jun 2023 09:47:55 +0000
(11:47 +0200)
src/wolnelektury/settings/basic.py
patch
|
blob
|
history
src/wolnelektury/static/2022/styles/components/_search.scss
patch
|
blob
|
history
src/wolnelektury/static/2022/styles/pages/_map.scss
patch
|
blob
|
history
diff --git
a/src/wolnelektury/settings/basic.py
b/src/wolnelektury/settings/basic.py
index
413adbe
..
29c882b
100644
(file)
--- a/
src/wolnelektury/settings/basic.py
+++ b/
src/wolnelektury/settings/basic.py
@@
-14,7
+14,7
@@
MANAGERS = ADMINS
CONTACT_EMAIL = 'fundacja@wolnelektury.pl'
-CACHE_MIDDLEWARE_SECONDS =
24 * 60
* 60
+CACHE_MIDDLEWARE_SECONDS =
3
* 60
DATABASES = {
'default': {
diff --git
a/src/wolnelektury/static/2022/styles/components/_search.scss
b/src/wolnelektury/static/2022/styles/components/_search.scss
index
1c1369a
..
1151014
100644
(file)
--- a/
src/wolnelektury/static/2022/styles/components/_search.scss
+++ b/
src/wolnelektury/static/2022/styles/components/_search.scss
@@
-29,6
+29,11
@@
font-size: 18px;
line-height: 1.5em;
+ &:hover {
+ text-decoration: none;
+ background-color: #d2d2d2;
+ }
+
strong {
font-weight: normal;
background: #FFEA00;
diff --git
a/src/wolnelektury/static/2022/styles/pages/_map.scss
b/src/wolnelektury/static/2022/styles/pages/_map.scss
index
a7c2e8f
..
5ac3ac8
100644
(file)
--- a/
src/wolnelektury/static/2022/styles/pages/_map.scss
+++ b/
src/wolnelektury/static/2022/styles/pages/_map.scss
@@
-39,6
+39,11
@@
margin: 0;
font-weight: bold;
}
+ p {
+ margin: 0;
+ font-size: 18px;
+ line-height: 1.5em;
+ }
}
.l-popup-book-header {
display: flex;