optimizations for iOS, pt. 2
This commit is contained in:
@@ -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