BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
15a6211e
Commit
15a6211e
authored
May 19, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Small css improvements
parent
7758a566
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
header.scss
app/assets/stylesheets/generic/header.scss
+2
-1
projects.scss
app/assets/stylesheets/pages/projects.scss
+4
-0
_aside.html.haml
app/views/projects/_aside.html.haml
+1
-1
No files found.
app/assets/stylesheets/generic/header.scss
View file @
15a6211e
...
...
@@ -188,7 +188,7 @@ header {
border
:
1px
solid
#DDD
;
box-shadow
:
none
;
@include
transition
(
all
0
.15s
ease-in
0s
);
background-color
:
#f
5f5f5
;
background-color
:
#f
9f9f9
;
}
}
}
...
...
@@ -197,6 +197,7 @@ header {
width
:
300px
;
&
:focus
{
width
:
330px
;
background-color
:
#FFF
;
}
}
...
...
app/assets/stylesheets/pages/projects.scss
View file @
15a6211e
...
...
@@ -230,6 +230,10 @@ ul.nav.nav-projects-tabs {
margin
:
10px
0
;
}
}
.ci-status-image
{
max-height
:
22px
;
}
}
.transfer-project
.select2-container
{
...
...
app/views/projects/_aside.html.haml
View file @
15a6211e
...
...
@@ -57,7 +57,7 @@
.pull-right
-
if
ci_service
.
respond_to?
(
:status_img_path
)
=
link_to
ci_service
.
builds_path
,
:'data-no-turbolink'
=>
'data-no-turbolink'
do
=
image_tag
ci_service
.
status_img_path
,
alt:
"build status"
=
image_tag
ci_service
.
status_img_path
,
alt:
"build status"
,
class:
'ci-status-image'
-
else
=
link_to
'view builds'
,
ci_service
.
builds_path
,
:'data-no-turbolink'
=>
'data-no-turbolink'
...
...
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