1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-04 13:47:31 +02:00

New notify script added to front end. You can test with forum 'quick reply' for now.

This commit is contained in:
Cameron
2013-06-21 01:26:30 -07:00
parent 8d7971ec69
commit e5e5c1d12c
6 changed files with 143 additions and 10 deletions

View File

@@ -0,0 +1,6 @@
.notifications{position:fixed;}.notifications.top-right{right:10px;top:25px;}
.notifications.top-left{left:10px;top:25px;}
.notifications.bottom-left{left:10px;bottom:25px;}
.notifications.bottom-right{right:10px;bottom:25px;}
.notifications>div{position:relative;z-index:9999;margin:5px 0px;}
.notifications.center{top:48%;left:0;width:100%;}.notifications.center>div{margin:5px auto;width:20%;text-align:center;}