fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Minor css fix.
[wolnelektury.git]
/
src
/
wolnelektury
/
static
/
scss
/
main
/
book_box.scss
diff --git
a/src/wolnelektury/static/scss/main/book_box.scss
b/src/wolnelektury/static/scss/main/book_box.scss
index
f9e2d6b
..
b1bfe93
100644
(file)
--- a/
src/wolnelektury/static/scss/main/book_box.scss
+++ b/
src/wolnelektury/static/scss/main/book_box.scss
@@
-148,6
+148,17
@@
}
}
}
}
+ .license-icon {
+ display: block;
+ @include size(margin-top, 5px);
+ }
+
+ .project-icon {
+ @include size(max-width, 100px);
+ @include size(max-height, 100px);
+ }
+
+
.jp-type-playlist {
margin-top: 24px;
.jp-type-playlist {
margin-top: 24px;
@@
-185,6
+196,12
@@
@include size(margin-top, 5px);
}
@include size(margin-top, 5px);
}
+ .project-icon {
+ @include size(max-width, 100px);
+ @include size(max-height, 100px);
+ }
+
+
@include min-screen($S_BOOK_SHORT_FULL) {
// Show full title on the work's page.
@include min-screen($S_BOOK_SHORT_FULL) {
// Show full title on the work's page.
@@
-314,9
+331,6
@@
@include size(min-height, 70px);
}
@include size(min-height, 70px);
}
- a {
- color: black;
- }
.author {
@include size(font-size, 11px);
@include mono;
.author {
@include size(font-size, 11px);
@include mono;
@@
-339,6
+353,10
@@
@include size(height, 57.6px);
overflow: hidden;
}
@include size(height, 57.6px);
overflow: hidden;
}
+
+ a {
+ color: black;
+ }
}
}
}
}
@@
-394,7
+412,7
@@
font-size: 1rem;
margin-bottom: 1em;
max-width: 32em;
font-size: 1rem;
margin-bottom: 1em;
max-width: 32em;
- border:
1px solid #888
;
+ border:
3px solid #9ACD32
;
padding: 1em;
box-sizing: border-box;
}
padding: 1em;
box-sizing: border-box;
}
@@
-459,14
+477,16
@@
}
.book-box-formats {
}
.book-box-formats {
- display: inline-block;
max-width: 300px;
vertical-align: top;
padding-top: 6px;
max-width: 300px;
vertical-align: top;
padding-top: 6px;
+ border-collapse: collapse;
a {
a {
- display:
inline-block
;
+ display:
table-cell
;
@include size(padding, .2em 1em);
@include size(padding, .2em 1em);
+ border:1px solid black;
+ line-height: 20px;
}
}
}
}
}
}