Commit 483dc005 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 3a436910
......@@ -173,7 +173,7 @@ if($_GET["action"] == "filme"){
th.rotate > div {
transform:
/* Magic Numbers */
translate(12px, -10px)
translate(13px, -10px)
/* 45 is really 360 - 45 */
rotate(315deg);
width: 30px;
......@@ -216,9 +216,9 @@ if($_GET["action"] == "filme"){
foreach ($API->SpaltenEpisoden as $value) {
$content .= '<th class="rotate"><div><span>'.$value.'</span></div></th>';
}
$content .= '<th>Webapp</th>';
$content .= '<th>Update</th>';
$content .= '<th>Debug</th>';
$content .= '<th class="rotate"><div><span>Webapp</th>';
$content .= '<th class="rotate"><div><span>Update</th>';
$content .= '<th class="rotate"><div><span>Debug</th>';
$content .= '<th>Speichern</th>';
$content .= '</tr> '.PHP_EOL;
foreach ($Data as $value) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment