Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
c3eac16f
Commit
c3eac16f
authored
Nov 17, 2011
by
Alexander Randa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update notice and show-info view
parent
4dee4bdb
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
17 additions
and
4 deletions
+17
-4
app/assets/stylesheets/style.scss
app/assets/stylesheets/style.scss
+13
-0
app/views/admin/projects/show.html.haml
app/views/admin/projects/show.html.haml
+1
-1
app/views/admin/team_members/show.html.haml
app/views/admin/team_members/show.html.haml
+2
-2
app/views/admin/users/show.html.haml
app/views/admin/users/show.html.haml
+1
-1
No files found.
app/assets/stylesheets/style.scss
View file @
c3eac16f
...
...
@@ -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
)}
...
...
app/views/admin/projects/show.html.haml
View file @
c3eac16f
%p
#notice
=
notice
.span-8.colborder
#infoblock
%h2
=
@admin_project
.
name
%p
...
...
app/views/admin/team_members/show.html.haml
View file @
c3eac16f
%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
...
...
app/views/admin/users/show.html.haml
View file @
c3eac16f
%p
#notice
=
notice
.span-8.colborder
#infoblock
%p
%b
Name:
=
@admin_user
.
name
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment