1
0
mirror of https://github.com/janeczku/calibre-web synced 2024-12-12 11:10:30 +00:00

css adjustments for old kindle

This commit is contained in:
Paulo Silva 2024-04-06 14:45:51 +10:00 committed by Chris Arderne
parent 98967c926b
commit 29b05b48a4
2 changed files with 6 additions and 4 deletions

1
.gitignore vendored
View File

@ -9,6 +9,7 @@ __pycache__/
.python-version .python-version
env/ env/
venv/ venv/
.venv/
eggs/ eggs/
dist/ dist/
executable/ executable/

View File

@ -11,7 +11,7 @@ body {
} }
nav { nav {
height: 50px; height: 75px;
padding: 5px 20px; padding: 5px 20px;
width: 100%; width: 100%;
display: table; display: table;
@ -53,7 +53,7 @@ form > input {
} }
form > * { form > * {
height: 32px; height: 50px;
background-color: white; background-color: white;
border-radius: 0; border-radius: 0;
border: 1px solid #ccc; border: 1px solid #ccc;
@ -71,7 +71,7 @@ button {
border: none; border: none;
padding: 0 10px; padding: 0 10px;
margin: 0; margin: 0;
width: 80px; width: 160px;
height: 100%; height: 100%;
background-color: white; background-color: white;
} }
@ -100,6 +100,7 @@ img {
.pagination { .pagination {
padding: 10px 0; padding: 10px 0;
height: 20px; height: 20px;
font-weight: 700;
} }
.pagination > div { .pagination > div {
@ -118,7 +119,7 @@ img {
{% if current_user.is_authenticated or g.allow_anonymous %} {% if current_user.is_authenticated or g.allow_anonymous %}
<nav> <nav>
<a href="/basic"> <a href="/basic">
<span>{{_('Home')}}</span> <span><h1>{{_('Home')}}</h1></span>
</a> </a>
<div class="search"> <div class="search">
<form role="search" action="{{url_for('basic.index')}}" method="GET"> <form role="search" action="{{url_for('basic.index')}}" method="GET">