optimizations for iOS, pt. 2
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>de.tilman</groupId>
|
||||
<artifactId>next-transactions</artifactId>
|
||||
<version>1.5.11</version>
|
||||
<version>1.5.12</version>
|
||||
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
|
||||
@@ -47,9 +47,6 @@ public class SecurityConfiguration extends WebSecurityConfigurerAdapter {
|
||||
|
||||
@Override
|
||||
public void writeHeaders(HttpServletRequest request, HttpServletResponse response) {
|
||||
|
||||
// originalWriter.writeHeaders(request, response);
|
||||
|
||||
String requestUri = request.getRequestURI();
|
||||
if (requestUri.startsWith("/public/")
|
||||
|| requestUri.startsWith("/bootstrap")
|
||||
|
||||
@@ -85,7 +85,7 @@
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<table class="table table-bordered listing">
|
||||
<table class="listing">
|
||||
<tr>
|
||||
<th>Datum</th>
|
||||
<th>Kategorie</th>
|
||||
|
||||
@@ -46,6 +46,11 @@ label {
|
||||
font-size: 120%;
|
||||
}
|
||||
|
||||
.listing td, .listing th {
|
||||
padding: 3px;
|
||||
border: 1px solid #777;
|
||||
}
|
||||
|
||||
.credit {
|
||||
background-color: #D9DBC9;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user