Commit c3eac16f authored by Alexander Randa's avatar Alexander Randa

update notice and show-info view

parent 4dee4bdb
......@@ -316,6 +316,19 @@ body.login-page{background-color: #f1f1f1; padding-top: 10%}
}
/* eo Errors */
/* Notices */
#notice{background: #dfffe1; padding: 20px; margin-bottom: 20px; border-radius: 5px; color: green; font-size: 1.3em;}
/* eo Notices */
/* InfoBlock */
#infoblock{
background: #eeeeee;
padding: 20px;
margin-bottom: 20px;
border-radius: 5px;
}
/* eo InfoBlock */
/* General */
#container{background-color: white; overflow: hidden; }
body.collapsed #container{margin: auto; width: 980px; border: 1px solid rgba(0,0,0,.22); border-top: 0; box-shadow: 0 0 0px 4px rgba(0,0,0,.04)}
......
%p#notice= notice
.span-8.colborder
#infoblock
%h2= @admin_project.name
%p
......
%p#notice= notice
.span-10
#infoblock
%p
%b Name:
= @admin_team_member.user_name
......@@ -11,7 +11,7 @@
%b Since:
= @admin_team_member.updated_at
.span-10
#infoblock
.span-6
%b Access:
.span-8
......
%p#notice= notice
.span-8.colborder
#infoblock
%p
%b Name:
= @admin_user.name
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment