mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Implemented Login Message feature for superadmin only, advertising new Notifications section
This commit is contained in:
@@ -594,6 +594,15 @@ table tr:nth-last-child(-5) td:first-of-type {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
DIV.login_message {
|
||||
border: 1px solid #bae0ba;
|
||||
background-color: #eeffee;
|
||||
-webkit-border-radius: 3px 3px 3px 3px;
|
||||
-moz-border-radius: 3px 3px 3px 3px;
|
||||
border-radius: 3px 3px 3px 3px;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
</style>
|
||||
<style type="text/css">
|
||||
/* Remove margins from the 'html' and 'body' tags, and ensure the page takes up full screen height */
|
||||
|
||||
Reference in New Issue
Block a user