Compare commits

..

No commits in common. "73293133992daa15190e95a43ff45dc84c8f6189" and "22be9925000b679fcf00e778e36b697ac27dabc5" have entirely different histories.

5 changed files with 5 additions and 30 deletions

View File

@ -1,5 +1,5 @@
[tool.bumpversion]
current_version = "1.3.44"
current_version = "1.3.43"
commit = true
tag = true
tag_name = "{new_version}"

View File

@ -1 +1 @@
1.3.44
1.3.43

View File

@ -34,28 +34,3 @@ div.awesomplete {
display: block;
width: 100%;
}
/* Responsive table styles */
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {
background-color: #337ab7;
border: 2px solid white;
border-radius: 50%;
box-shadow: 0 0 3px #444;
box-sizing: content-box;
content: '+';
color: white;
display: block;
height: 16px;
left: 4px;
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 16px;
font-size: 14px;
line-height: 16px;
}
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td.dtr-control:before, table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th.dtr-control:before {
content: '-';
background-color: #d33333;
}

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>{% block title %}KTVManager{% endblock %}</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<link rel="icon" type="image/png" href="{{ url_for('static', filename='favicon-96x96.png') }}" sizes="96x96" />

View File

@ -25,8 +25,8 @@
{% block content %}
<h2>{{ username }}'s Accounts</h2>
<div>
<table class="table table-striped dt-responsive nowrap" id="accountsTable" style="width:100%">
<div class="table-responsive">
<table class="table table-striped" id="accountsTable">
<thead>
<tr>
<!-- <th>#</th> -->