mirror of
https://github.com/janeczku/calibre-web
synced 2024-12-12 19:20:30 +00:00
css adjustments for old kindle
This commit is contained in:
parent
98967c926b
commit
29b05b48a4
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,6 +9,7 @@ __pycache__/
|
|||||||
.python-version
|
.python-version
|
||||||
env/
|
env/
|
||||||
venv/
|
venv/
|
||||||
|
.venv/
|
||||||
eggs/
|
eggs/
|
||||||
dist/
|
dist/
|
||||||
executable/
|
executable/
|
||||||
|
@ -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">
|
||||||
|
Loading…
Reference in New Issue
Block a user