mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-11 15:03:24 -05:00
Took heading size down a bit (h1 -> h2)
Fixed the "config below sidebar" picture 5 of ticket #181
This commit is contained in:
parent
32817b0826
commit
5b993dfcfa
@ -1,6 +1,6 @@
|
||||
@include hdr.html@
|
||||
<div style="width: 50em;">
|
||||
<h1>About Firefly</h1>
|
||||
<h2>About Firefly</h2>
|
||||
<p>
|
||||
This is the administrative web interface for the Firefly Media Server,
|
||||
version @version@.
|
||||
|
@ -1,6 +1,6 @@
|
||||
@include hdr.html@
|
||||
|
||||
<h1>ASPL License</h1>
|
||||
<h2>ASPL License</h2>
|
||||
<p class="license"><pre>
|
||||
@include aspl-license.txt@
|
||||
</pre></p>
|
||||
|
@ -52,7 +52,7 @@ select {
|
||||
width: 7em;
|
||||
}
|
||||
</style>
|
||||
<h1>Configuration</span></h1><span id="toggle_basic_advanced"></span>
|
||||
<h2>Configuration</span></h2><span id="toggle_basic_advanced"></span>
|
||||
<div id="config_not_writable_warning" class="message_div" style="display: none;">Your config file is not writable, you can not change anything using this webpage</div>
|
||||
<form id="theform" method="get" action="#">
|
||||
</form>
|
||||
|
@ -7,9 +7,11 @@ body
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
img
|
||||
{ border: 0px;
|
||||
#main_table {
|
||||
border-width: 0;
|
||||
}
|
||||
img {
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
/*div.ministatus
|
||||
@ -121,10 +123,6 @@ td {
|
||||
padding-top: 1em;
|
||||
padding-left: .5em;
|
||||
}
|
||||
#content {
|
||||
float: left;
|
||||
margin-left: 3em;
|
||||
}
|
||||
#tagline {
|
||||
padding: 0.25em 0 0.25em 0.5em;
|
||||
border-color: #F47D24;
|
||||
|
@ -1,3 +1,3 @@
|
||||
</div> <!-- end of id="content" -->
|
||||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
@ -1,6 +1,6 @@
|
||||
@include hdr.html@
|
||||
|
||||
<h1>GPL License</h1>
|
||||
<h2>GPL License</h2>
|
||||
|
||||
<p class="license"><pre>
|
||||
@include gpl-license.txt@
|
||||
|
@ -36,6 +36,9 @@
|
||||
<div id="tagline">
|
||||
The best open-source media server for the <a href="http://www.rokulabs.com">Roku SoundBridge</a> and iTunes
|
||||
</div>
|
||||
<table id="main_table" cellpadding="0" border="0" cellspacing="0">
|
||||
<tr>
|
||||
<td valign="top" style="padding:0;">
|
||||
<div id="navigation">
|
||||
<img id="spinner" src="spinner_stopped.gif" alt="spinner" />
|
||||
<br /><br />
|
||||
@ -70,5 +73,5 @@ The best open-source media server for the <a href="http://www.rokulabs.com">Roku
|
||||
-->
|
||||
|
||||
<!-- <div id="session_count" class="ministatus">@session-count@ Connected Users</div>-->
|
||||
|
||||
<div id="content">
|
||||
</td>
|
||||
<td valign="top" style="padding-left: 2em; padding-top: 1em;">
|
||||
|
@ -33,7 +33,7 @@
|
||||
}
|
||||
</style>
|
||||
|
||||
<h1>Server Status</h1>
|
||||
<h2>Server Status</h2>
|
||||
|
||||
<div id="server_stopped_message" style="display: none;">The Firefly server is not running, this page will be inaccessible until you start the server again.</div>
|
||||
<table id="service" cellspacing="0">
|
||||
|
@ -1,6 +1,6 @@
|
||||
@include hdr.html@
|
||||
|
||||
<h1>Smart Playlists</h1>
|
||||
<h2>Smart Playlists</h2>
|
||||
<table cellspacing="0" >
|
||||
<thead><tr><th>ID</th><th>Playlist Name</th><th>Type</th><th>Action</th></tr></thead>
|
||||
<tbody id="playlists">
|
||||
|
@ -1,6 +1,6 @@
|
||||
@include hdr.html@
|
||||
|
||||
<h1>Thanks</h1>
|
||||
<h2>Thanks</h2>
|
||||
|
||||
<p class="description">
|
||||
Special thanks to the following people:
|
||||
|
Loading…
Reference in New Issue
Block a user