diff --git a/config.js b/config.js index ba3c1495a..6051f707e 100644 --- a/config.js +++ b/config.js @@ -33,5 +33,8 @@ var config = { enableSimulcast: false, enableFirefoxSupport: true, //firefox support is still experimental and // will work when simulcast is *disabled* and rtcpMux & bundle are *enabled*. - logStats: false // Enable logging of PeerConnection stats via the focus + logStats: false, // Enable logging of PeerConnection stats via the focus + /*noticeMessage: 'Service update is scheduled for 16th March 2015. ' + + 'During that time service will not be available. ' + + 'Apologise for inconvenience.'*/ }; diff --git a/css/notice.css b/css/notice.css new file mode 100644 index 000000000..6c8e0fc1b --- /dev/null +++ b/css/notice.css @@ -0,0 +1,11 @@ +#notice { + position: relative; + z-index: 3; + margin-top: 6px; +} +#noticeText { + background-color: #000000; + color: white; + padding: 3px; + border-radius: 5px; +} \ No newline at end of file diff --git a/index.html b/index.html index a98a477b2..87594337c 100644 --- a/index.html +++ b/index.html @@ -19,7 +19,7 @@ - + @@ -28,6 +28,7 @@ + @@ -120,6 +121,9 @@