diff --git a/css/books.css b/css/books.css index a1e8321..ca48bc0 100644 --- a/css/books.css +++ b/css/books.css @@ -89,6 +89,21 @@ a { .hide { display: none; } +#reload { + right: 0; + top: 0; + position: fixed; + z-index: 100; + color: var(--primary-color); + background-color: var(--body-bg); + font-weight: bold; + font-size: 16pt; + cursor: pointer; + padding: 0.5em; + margin: 0.25em; + border: 2px solid var(--box-border); + border-radius: 10px; +} #parsebooks { right: 0; bottom: 0; diff --git a/index.php b/index.php index f939fa8..b92cf30 100644 --- a/index.php +++ b/index.php @@ -37,9 +37,8 @@ $curpath = $_SESSION['bookdir']; -