Implemented Login Message feature for superadmin only, advertising new Notifications section

This commit is contained in:
Nate Jones
2014-07-06 03:50:18 +00:00
parent 9ec6957ab0
commit 25a6dc3b17
9 changed files with 123 additions and 9 deletions

View File

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