Music on Hold: Style/layout tweaks.

Recordings:  Updated to support new audio playback indicator. Show upload date/time (when not using base64).
VM Messages:  Updated to support new audio playback indicator.
VM Greetings:  Updated to support new audio playback indicator.
CDR:  Updated to support new audio playback indicator.
This commit is contained in:
reliberate
2016-06-22 12:42:03 -06:00
parent e332afaf46
commit 68c442e063
6 changed files with 54 additions and 35 deletions

View File

@@ -738,6 +738,9 @@ $default_login = ($_REQUEST['login'] == 'default') ? true : false;
echo $body_top_style;
?>
text-align: left;
color: <?php echo ($_SESSION['theme']['body_text_color']['text'] != '') ? $_SESSION['theme']['body_text_color']['text'] : '#5f5f5f'; ?>;
font-size: <?php echo ($_SESSION['theme']['body_text_size']['text'] != '') ? $_SESSION['theme']['body_text_size']['text'] : '12px'; ?>;
font-family: <?php echo ($_SESSION['theme']['body_text_font']['text'] != '') ? $_SESSION['theme']['body_text_font']['text'] : 'arial'; ?>;
}
/* default body padding */