Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
iv
gitlab-ce
Commits
6f642fd4
Commit
6f642fd4
authored
8 years ago
by
Annabel Dunstone
Committed by
Jacob Schatz
8 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Add new style for sub header block info
parent
a02c3d09
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
18 additions
and
11 deletions
+18
-11
app/assets/stylesheets/framework/blocks.scss
app/assets/stylesheets/framework/blocks.scss
+11
-0
app/assets/stylesheets/framework/nav.scss
app/assets/stylesheets/framework/nav.scss
+0
-4
app/views/projects/graphs/ci.html.haml
app/views/projects/graphs/ci.html.haml
+1
-1
app/views/projects/graphs/commits.html.haml
app/views/projects/graphs/commits.html.haml
+1
-1
app/views/projects/graphs/languages.html.haml
app/views/projects/graphs/languages.html.haml
+1
-1
app/views/projects/graphs/show.html.haml
app/views/projects/graphs/show.html.haml
+1
-1
app/views/projects/wikis/edit.html.haml
app/views/projects/wikis/edit.html.haml
+1
-1
app/views/projects/wikis/git_access.html.haml
app/views/projects/wikis/git_access.html.haml
+2
-2
No files found.
app/assets/stylesheets/framework/blocks.scss
View file @
6f642fd4
...
...
@@ -97,6 +97,17 @@
}
}
.sub-header-block
{
background-color
:
$white-light
;
border-bottom
:
1px
solid
$white-dark
;
margin
:
11px
0
;
padding-bottom
:
11px
;
.oneline
{
line-height
:
35px
;
}
}
.cover-block
{
text-align
:
center
;
background
:
$background-color
;
...
...
This diff is collapsed.
Click to expand it.
app/assets/stylesheets/framework/nav.scss
View file @
6f642fd4
...
...
@@ -111,10 +111,6 @@
width
:
50%
;
line-height
:
28px
;
&
.wiki-page
{
padding
:
16px
10px
11px
;
}
/* Small devices (phones, tablets, 768px and lower) */
@media
(
max-width
:
$screen-sm-min
)
{
width
:
100%
;
...
...
This diff is collapsed.
Click to expand it.
app/views/projects/graphs/ci.html.haml
View file @
6f642fd4
...
...
@@ -3,7 +3,7 @@
=
render
'head'
%div
{
class:
(
container_class
)
}
.
row-content-block.append-bottom-default
.
sub-header-block
.oneline
A collection of graphs for Continuous Integration
...
...
This diff is collapsed.
Click to expand it.
app/views/projects/graphs/commits.html.haml
View file @
6f642fd4
...
...
@@ -3,7 +3,7 @@
=
render
'head'
%div
{
class:
(
container_class
)
}
.
row-content-block.append-bottom-default
.
sub-header-block
.tree-ref-holder
=
render
'shared/ref_switcher'
,
destination:
'graphs_commits'
%ul
.breadcrumb.repo-breadcrumb
...
...
This diff is collapsed.
Click to expand it.
app/views/projects/graphs/languages.html.haml
View file @
6f642fd4
...
...
@@ -3,7 +3,7 @@
=
render
'head'
%div
{
class:
(
container_class
)
}
.
row-content-block.append-bottom-default
.
sub-header-block
.oneline
Programming languages used in this repository
...
...
This diff is collapsed.
Click to expand it.
app/views/projects/graphs/show.html.haml
View file @
6f642fd4
...
...
@@ -3,7 +3,7 @@
=
render
'head'
%div
{
class:
(
container_class
)
}
.
row-content-block.append-bottom-default
.
sub-header-block
.tree-ref-holder
=
render
'shared/ref_switcher'
,
destination:
'graphs'
%ul
.breadcrumb.repo-breadcrumb
...
...
This diff is collapsed.
Click to expand it.
app/views/projects/wikis/edit.html.haml
View file @
6f642fd4
...
...
@@ -4,7 +4,7 @@
%div
{
class:
(
container_class
)
}
.top-area
.nav-text
.wiki-page
.nav-text
%strong
-
if
@page
.
persisted?
=
link_to
@page
.
title
.
capitalize
,
namespace_project_wiki_path
(
@project
.
namespace
,
@project
,
@page
)
...
...
This diff is collapsed.
Click to expand it.
app/views/projects/wikis/git_access.html.haml
View file @
6f642fd4
...
...
@@ -3,7 +3,7 @@
=
render
'nav'
%div
{
class:
(
container_class
)
}
.
row-content
-block
.
sub-header
-block
%span
.oneline
Git access for
%strong
=
@project_wiki
.
path_with_namespace
...
...
@@ -11,7 +11,7 @@
.pull-right
=
render
"shared/clone_panel"
,
project:
@project_wiki
.git-empty
.prepend-top-default
.prepend-top-default
%fieldset
%legend
Install Gollum:
%pre
.dark
...
...
This diff is collapsed.
Click to expand it.
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