mirror of
https://github.com/gutmensch/docker-dmarc-report.git
synced 2025-12-29 16:15:55 +00:00
layout changes to webclient
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html class="ui-mobile-rendering">
|
||||
<head>
|
||||
<title></title>
|
||||
<title>Raumserver App</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta charset="UTF-8">
|
||||
<link rel="stylesheet" href="css/jquery.mobile-1.0.1.min.css"/>
|
||||
<link rel="stylesheet" href="css/font-awesome.css">
|
||||
<link rel="stylesheet" href="css/font-awesome.css"/>
|
||||
<link rel="stylesheet" href="css/raumserver_app.css"/>
|
||||
|
||||
<!-- The Templates -->
|
||||
@@ -34,12 +35,12 @@
|
||||
|
||||
<div data-role="content">
|
||||
<h3>Controller</h3>
|
||||
<table id="player_control"></table>
|
||||
<table class="player-control" id="player_control"></table>
|
||||
<h3>Quick Source</h3>
|
||||
<ul id="zone_source_list" data-role="listview" data-inset="true">
|
||||
</ul>
|
||||
<h3>Rooms</h3>
|
||||
<table id="zone_room_list">
|
||||
<table class="zone-room-list" id="zone_room_list">
|
||||
</table>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user