diff --git a/scripts/system/html/css/record.css b/scripts/system/html/css/record.css index 3feae07fb9..e6cdbdfa4d 100644 --- a/scripts/system/html/css/record.css +++ b/scripts/system/html/css/record.css @@ -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; } diff --git a/scripts/system/html/record.html b/scripts/system/html/record.html index 693040a99e..022e7bb4cf 100644 --- a/scripts/system/html/record.html +++ b/scripts/system/html/record.html @@ -37,16 +37,14 @@ -

- If you're in your own sandbox or are a domain administrator:
- Right-click the High Fidelity Sandbox icon in your system tray
and click "Settings".
- In the "Scripts" section add a new Script URL,
playRecordingAC.js, and set # instances to 1 or more.
- Click "Save and restart".
- Now you can play recordings in the domain! -

-

- -

+

If you're in your own sandbox or are a domain administrator:

+ +