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
ac148c50
Commit
ac148c50
authored
May 14, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style counters on navbar. minor ui changes
parent
9a94f5eb
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
app/assets/stylesheets/sections/nav.scss
app/assets/stylesheets/sections/nav.scss
+4
-4
app/assets/stylesheets/themes/ui_basic.scss
app/assets/stylesheets/themes/ui_basic.scss
+1
-1
app/views/projects/_clone_panel.html.haml
app/views/projects/_clone_panel.html.haml
+1
-1
No files found.
app/assets/stylesheets/sections/nav.scss
View file @
ac148c50
...
...
@@ -10,17 +10,17 @@
top
:
3px
;
overflow
:
hidden
;
.count
{
position
:
relative
;
top
:
-1px
;
font-weight
:
normal
;
display
:
inline-block
;
height
:
15px
;
margin
:
0
0
0
5px
;
padding
:
0
8px
1px
8px
;
padding
:
1px
6px
;
height
:
auto
;
font-size
:
0
.82em
;
line-height
:
14px
;
text-align
:
center
;
color
:
#777
;
background
:
#eee
;
@include
border-radius
(
8px
);
}
.label
{
background
:
$hover
;
...
...
app/assets/stylesheets/themes/ui_basic.scss
View file @
ac148c50
...
...
@@ -5,7 +5,7 @@
*/
.ui_basic
{
.separator
{
background
:
white
;
background
:
#F9F9F9
;
border-left
:
1px
solid
#DDD
;
}
}
app/views/projects/_clone_panel.html.haml
View file @
ac148c50
...
...
@@ -7,7 +7,7 @@
-
unless
@project
.
empty_repo?
-
if
can?
(
current_user
,
:fork_project
,
@project
)
&&
@project
.
namespace
!=
current_user
.
namespace
-
if
current_user
.
already_forked?
(
@project
)
=
link_to
project_path
(
current_user
.
fork_of
(
@project
)),
class:
'btn grouped
success
'
do
=
link_to
project_path
(
current_user
.
fork_of
(
@project
)),
class:
'btn grouped
btn-primary
'
do
Forked
-
else
=
link_to
fork_project_path
(
@project
),
title:
"Fork"
,
class:
"btn grouped"
,
method:
"POST"
do
...
...
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