X-Git-Url: http://git.nikiroo.be/?p=fanfix.git;a=blobdiff_plain;f=src%2Fbe%2Fnikiroo%2Ffanfix%2Flibrary%2Fweb%2Fstyle.css;h=e00a52ac343ca57486addaee999f0c07402b62a0;hp=fb0119015fecd15c0faae17aca548a94cfe8cd72;hb=4bd7d202930dd0ba9129c7bd6af7dd83bc294c24;hpb=db9146bc53fcfd0912910f5bd21a6cc917018b36 diff --git a/src/be/nikiroo/fanfix/library/web/style.css b/src/be/nikiroo/fanfix/library/web/style.css index fb01190..e00a52a 100644 --- a/src/be/nikiroo/fanfix/library/web/style.css +++ b/src/be/nikiroo/fanfix/library/web/style.css @@ -63,7 +63,7 @@ h3 { width: 250px; display: flex; margin: auto; - margin-top: 200px; + margin-top: calc(50% - 320px); flex-direction: column; border: 1px solid gray; padding: 20px; @@ -84,6 +84,18 @@ h3 { .filter { padding: 10px; + height: 36px; +} + +.filter > * { + height: 36px; +} + +.filter input[name='clear'] { + background-image: url('/clear-32x32.png'); + color: transparent; + width: 36px; + height: 36px; } .books { @@ -96,8 +108,7 @@ h3 { .book_line .link, .book_line .title { flex-grow: 100; - padding-right: 5px; - padding-left: 5px; + padding: 5px; } .book_line .link { @@ -200,6 +211,10 @@ a.viewer.link:hover { display: flex; } +.desc .cover img { + width: 100px; +} + @media(min-width: 800px) { .main { max-width: 800px;