mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 12:23:24 +02:00
Style "i" button and info text
This commit is contained in:
parent
1d43e5a992
commit
5f333ee02c
2 changed files with 52 additions and 10 deletions
|
@ -62,6 +62,50 @@ body {
|
|||
}
|
||||
|
||||
|
||||
#recordings tfoot tr {
|
||||
height: 24px;
|
||||
}
|
||||
|
||||
|
||||
#instructions td {
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
#instructions p, #instructions ul {
|
||||
margin-top: 21px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
#instructions li {
|
||||
margin-top: 7px;
|
||||
}
|
||||
|
||||
#instructions p {
|
||||
font-family: Raleway-Bold;
|
||||
}
|
||||
|
||||
#instructions ul {
|
||||
font-family: Raleway-SemiBold;
|
||||
margin-left: 21px;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
|
||||
#show-info-button {
|
||||
font-weight: bold;
|
||||
font-size: 14px;
|
||||
text-transform: lowercase;
|
||||
padding: 0;
|
||||
min-width: 40px;
|
||||
height: 16px;
|
||||
margin-left: 14px;
|
||||
}
|
||||
|
||||
#show-info-button:hover {
|
||||
color: #00b4ef;
|
||||
}
|
||||
|
||||
|
||||
#load-button {
|
||||
margin-top: 14px;
|
||||
}
|
||||
|
|
|
@ -37,16 +37,14 @@
|
|||
<tbody id="instructions" class="hidden">
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<p>
|
||||
If you're in your own sandbox or are a domain administrator:<br />
|
||||
Right-click the High Fidelity Sandbox icon in your system tray <br />and click "Settings".<br />
|
||||
In the "Scripts" section add a new Script URL, <br />playRecordingAC.js, and set # instances to 1 or more.<br />
|
||||
Click "Save and restart".<br />
|
||||
Now you can play recordings in the domain!
|
||||
</p>
|
||||
<p>
|
||||
<input id="hide-info-button" type="button" value="OK" />
|
||||
</p>
|
||||
<p>If you're in your own sandbox or are a domain administrator:</p>
|
||||
<ul>
|
||||
<li>Right-click the High Fidelity Sandbox icon in your system tray and click “Settings”.</li>
|
||||
<li>In the “Scripts” section add a new script URL, playRecordingAC.js, and set the number of instances to 1 or more.</li>
|
||||
<li>Click “Save and restart”.</li>
|
||||
<li>Now you can play recordings in the domain!</li>
|
||||
</ul>
|
||||
<p><input id="hide-info-button" type="button" value="OK" /></p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
Loading…
Reference in a new issue