mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-11 15:03:24 -05:00
Fixed the spinner closes ticket #124
This commit is contained in:
parent
398c1e880d
commit
234432dda5
@ -32,8 +32,9 @@
|
||||
<div id="tagline">
|
||||
The best open-source media server for the <a href="http://www.rokulabs.com">Roku SoundBridge</a> and iTunes
|
||||
</div>
|
||||
|
||||
<div id="navigation">
|
||||
<img id="spinner" src="spinner.gif">
|
||||
<br /><br />
|
||||
<ul>
|
||||
<li><a @ispage index.html:class="naviselected":@ href="index.html">home</a></li>
|
||||
<li><a @ispage config.html:class="naviselected":@ href="config.html">configuration</a></li>
|
||||
|
@ -147,7 +147,7 @@ td.text
|
||||
#navigation {
|
||||
float: left;/*74A8F5*/
|
||||
background-color: #A3C1E8;
|
||||
padding-top: 3em;
|
||||
padding-top: 1em;
|
||||
height: 500px;
|
||||
}
|
||||
#navigation ul {
|
||||
@ -198,6 +198,19 @@ td.text
|
||||
padding-top: 4px;
|
||||
padding-left: .5em;
|
||||
}
|
||||
#spinner {
|
||||
margin-left: 4em;
|
||||
visibility: hidden;
|
||||
}
|
||||
/* config.html */
|
||||
#toggle_basic_advanced {
|
||||
font: icon !important;
|
||||
margin-left: 30em;
|
||||
}
|
||||
/* smart.html */
|
||||
#pl_editor {
|
||||
width: 400px;
|
||||
}
|
||||
#pl_editor label {
|
||||
float: left;
|
||||
width: 7em;
|
||||
@ -205,8 +218,7 @@ td.text
|
||||
padding-top: .3em;
|
||||
padding-left: 1em;
|
||||
}
|
||||
/ * Config.html */
|
||||
#toggle_basic_advanced {
|
||||
font: icon !important;
|
||||
margin-left: 30em;
|
||||
|
||||
#playlist_buttons {
|
||||
float: right;
|
||||
}
|
Binary file not shown.
Before Width: | Height: | Size: 850 B After Width: | Height: | Size: 842 B |
Loading…
Reference in New Issue
Block a user