Added extra redirects and basic pages for getting between admin and user

side
This commit is contained in:
Tom Bloor 2017-04-08 14:34:22 +01:00
parent 30c80679be
commit 58ab852f4c
4 changed files with 75 additions and 2 deletions

View file

@ -0,0 +1,25 @@
% layout 'user';
% title 'Home';
% content_for css => begin
<style>
body {
background: whitesmoke;
padding-top: 54px;
}
.panel {
background: white;
padding: 16px;
-webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
}
.login-form {
margin-top: 20%;
}
</style>
% end
% content_for javascript => begin
% end
<div>User Pages</div>