Fixes Booktable

This commit is contained in:
Ozzie Isaacs
2026-08-15 15:12:41 +02:00
parent f94c19295b
commit dc532e5827
2 changed files with 8 additions and 15 deletions
+6 -15
View File
@@ -2060,7 +2060,7 @@ body > div.container-fluid > div > div.col-sm-10 > div.discover > div.container1
font-size: 6vw;
position: fixed;
left: 240px;
top: 240px;
top: 300px;
width: calc(20% - 55px);
text-align: center
}
@@ -2074,27 +2074,18 @@ body > div.container-fluid > div > div.col-sm-10 > div.discover > div.container1
.authorlist-icon, .langlist-icon {
font-size: 6vw;
left: 240px;
top: 180px;
top: 300px;
width: calc(20% - 55px);
text-align: center;
position: fixed
}
.authorlist-icon {
top: 240px;
}
@media screen and (max-width: 992px) {
.authorlist-icon {
top: 180px;
}
}
.langlist-icon {
top: 240px;
}
body.authorlist > div.container-fluid > div > div.col-sm-10 > div.container1:before, body.downloadlist > div.container-fluid > div > div.col-sm-10 > div.container1:before, body.catlist > div.container-fluid > div > div.col-sm-10 > div.container1:before, body.langlist > div.container-fluid > div > div.col-sm-10 > div.container1:before, body.me > div.container-fluid > div > div.col-sm-10 > div.discover:before, body.serieslist > div.container-fluid > div > div.col-sm-10 > div.container1:before {
top: 60px;
font-size: 24px;
@@ -2127,7 +2118,7 @@ body.authorlist > div.container-fluid > div > div.col-sm-10 > div.container1:bef
font-size: 6vw;
position: fixed;
left: 240px;
top: 240px;
top: 300px;
width: calc(20% - 55px);
text-align: center
}
@@ -7446,7 +7437,7 @@ body.edituser.admin > div.container-fluid > div.row-fluid > div.col-sm-10 > div.
font-size: 6vw;
position: fixed;
left: 240px;
top: 240px;
top: 300px;
width: calc(20% - 55px);
text-align: center
}
@@ -7461,7 +7452,7 @@ body.edituser.admin > div.container-fluid > div.row-fluid > div.col-sm-10 > div.
font-size: 6vw;
position: fixed;
left: 240px;
top: 240px;
top: 300px;
width: calc(20% - 55px);
text-align: center
}
@@ -7482,7 +7473,7 @@ body.edituser.admin > div.container-fluid > div.row-fluid > div.col-sm-10 > div.
font-size: 6vw;
position: fixed;
left: 240px;
top: 240px;
top: 300px;
width: calc(20% - 55px);
text-align: center
}
@@ -49,6 +49,7 @@
<link href="{{ url_for('static', filename='css/libs/bootstrap-wysihtml5-0.0.3.css') }}" rel="stylesheet">
{% endblock %}
{% block body %}
<div class="discover">
<h2 class="{{page}}">{{_(title)}}</h2>
<input type="hidden" name="csrf_token" value="{{ csrf_token() }}">
<div class="col-xs-12 col-sm-6">
@@ -134,6 +135,7 @@
</tr>
</thead>
</table>
</div>
{% endblock %}
{% block modal %}