optimizations for iOS, pt. 2

This commit is contained in:
2016-08-05 18:51:23 +02:00
parent 3a5ac23e61
commit 17b31619c6
4 changed files with 7 additions and 5 deletions
@@ -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>
+5
View File
@@ -46,6 +46,11 @@ label {
font-size: 120%;
}
.listing td, .listing th {
padding: 3px;
border: 1px solid #777;
}
.credit {
background-color: #D9DBC9;
}