Added page for forbbiden access to signed out users.

This commit is contained in:
Pierre
2017-12-17 18:48:02 +01:00
parent 4cc00b7868
commit ad6d3ed706
6 changed files with 152 additions and 17 deletions

View File

@ -0,0 +1,14 @@
/**
* Access To Page Forbidden stylesheet
*
* @author Pierre HUBERT
*/
/**
* Callout special stylesheet
*/
.user_page_access_forbidden {
margin: auto;
margin-top: 30px;
max-width: 500px;
}