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