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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
gitlab-ce
Commits
87415ab2
Commit
87415ab2
authored
Feb 15, 2014
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add bottom margin to nav-tabs
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
b6a609ed
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
10 additions
and
8 deletions
+10
-8
app/assets/stylesheets/gl_bootstrap.scss
app/assets/stylesheets/gl_bootstrap.scss
+2
-0
app/assets/stylesheets/sections/dashboard.scss
app/assets/stylesheets/sections/dashboard.scss
+1
-1
app/views/devise/sessions/new.html.haml
app/views/devise/sessions/new.html.haml
+1
-1
app/views/projects/commits/_head.html.haml
app/views/projects/commits/_head.html.haml
+1
-1
app/views/projects/issues/_head.html.haml
app/views/projects/issues/_head.html.haml
+1
-1
app/views/projects/merge_requests/_show.html.haml
app/views/projects/merge_requests/_show.html.haml
+1
-1
app/views/projects/milestones/show.html.haml
app/views/projects/milestones/show.html.haml
+1
-1
app/views/projects/wikis/_nav.html.haml
app/views/projects/wikis/_nav.html.haml
+1
-1
app/views/search/_project_results.html.haml
app/views/search/_project_results.html.haml
+1
-1
No files found.
app/assets/stylesheets/gl_bootstrap.scss
View file @
87415ab2
...
...
@@ -108,6 +108,8 @@ $pagination-active-bg: $bg_style_color;
// Nav tabs
.nav.nav-tabs
{
margin-bottom
:
15px
;
li
{
>
a
{
padding
:
8px
20px
;
...
...
app/assets/stylesheets/sections/dashboard.scss
View file @
87415ab2
...
...
@@ -41,7 +41,7 @@
.dash-sidebar-tabs
{
margin-bottom
:
2px
;
border
:
none
;
margin
:
0
;
margin
:
0
!
important
;
li
{
&
.active
{
...
...
app/views/devise/sessions/new.html.haml
View file @
87415ab2
.login-box
%h3
.page-title
Sign in
-
if
ldap_enabled?
%ul
.nav.nav-tabs
.append-bottom-20
%ul
.nav.nav-tabs
%li
.active
=
link_to
'LDAP'
,
'#tab-ldap'
,
'data-toggle'
=>
'tab'
%li
...
...
app/views/projects/commits/_head.html.haml
View file @
87415ab2
%ul
.nav.nav-tabs
.append-bottom-15
%ul
.nav.nav-tabs
%li
=
render
partial:
'shared/ref_switcher'
,
locals:
{
destination:
'commits'
}
=
nav_link
(
controller:
[
:commit
,
:commits
])
do
...
...
app/views/projects/issues/_head.html.haml
View file @
87415ab2
%ul
.nav.nav-tabs
.append-bottom-15
%ul
.nav.nav-tabs
=
nav_link
(
controller: :issues
)
do
=
link_to
project_issues_path
(
@project
),
class:
"tab"
do
Browse Issues
...
...
app/views/projects/merge_requests/_show.html.haml
View file @
87415ab2
...
...
@@ -12,7 +12,7 @@
=
render
"projects/merge_requests/show/commits"
-
if
@commits
.
present?
%ul
.nav.nav-tabs
.append-bottom-10
%ul
.nav.nav-tabs
%li
.notes-tab
{
data:
{
action:
'notes'
}}
=
link_to
project_merge_request_path
(
@project
,
@merge_request
)
do
%i
.icon-comment
...
...
app/views/projects/milestones/show.html.haml
View file @
87415ab2
...
...
@@ -48,7 +48,7 @@
=
preserve
do
=
markdown
@milestone
.
description
%ul
.nav.nav-tabs
.append-bottom-10
%ul
.nav.nav-tabs
%li
.active
=
link_to
'#tab-issues'
,
'data-toggle'
=>
'tab'
do
Issues
...
...
app/views/projects/wikis/_nav.html.haml
View file @
87415ab2
%ul
.nav.nav-tabs
.append-bottom-20
%ul
.nav.nav-tabs
=
nav_link
(
html_options:
{
class:
params
[
:id
]
==
'home'
?
'active'
:
''
})
do
=
link_to
'Home'
,
project_wiki_path
(
@project
,
:home
)
...
...
app/views/search/_project_results.html.haml
View file @
87415ab2
%ul
.nav.nav-tabs
.append-bottom-10
%ul
.nav.nav-tabs
%li
{
class:
(
"active"
if
params
[
:search_code
].
present?
)}
=
link_to
search_path
(
params
.
merge
(
search_code:
true
))
do
Repository Code
...
...
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