update notice and show-info view
This commit is contained in:
parent
4dee4bdb57
commit
c3eac16fe9
4 changed files with 17 additions and 4 deletions
|
@ -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)}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
%p#notice= notice
|
||||
|
||||
.span-8.colborder
|
||||
#infoblock
|
||||
%h2= @admin_project.name
|
||||
|
||||
%p
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
%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
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
%p#notice= notice
|
||||
|
||||
.span-8.colborder
|
||||
#infoblock
|
||||
%p
|
||||
%b Name:
|
||||
= @admin_user.name
|
||||
|
|
Loading…
Reference in a new issue