소스 검색

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.

reliberate 9 년 전
부모
커밋
3541fcc594
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      themes/default/css.php

+ 3 - 0
themes/default/css.php

@@ -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 */