tabular layout for status box
This commit is contained in:
@@ -19,6 +19,11 @@
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
#status_box th {
|
||||
text-align: left;
|
||||
padding-right: 2em;
|
||||
}
|
||||
|
||||
.status {
|
||||
font-family: monospace;
|
||||
font-size: 250%;
|
||||
@@ -36,10 +41,15 @@
|
||||
</head>
|
||||
<body>
|
||||
<section id="status_box">
|
||||
Status:
|
||||
<span id="status_line"></span>
|
||||
<br><br>
|
||||
Last Ring: <span id="last_ring" class="status"></span>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Status:</th>
|
||||
<td id="status_line"></td>
|
||||
</tr><tr>
|
||||
<th>Last Ring:</th>
|
||||
<td id="last_ring" class="status"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</section>
|
||||
|
||||
<audio id="chime" src="indoor.mp3"></audio>
|
||||
|
||||
Reference in New Issue
Block a user