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
iv
gitlab-ce
Commits
12d16299
Commit
12d16299
authored
Mar 24, 2014
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #6602 from dblessing/mobile_ui
Mobile UI improvements
parents
2db4d8f8
dab09af5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
7 deletions
+17
-7
app/assets/stylesheets/sections/header.scss
app/assets/stylesheets/sections/header.scss
+6
-0
app/views/layouts/_public_head_panel.html.haml
app/views/layouts/_public_head_panel.html.haml
+10
-6
app/views/layouts/public_projects.html.haml
app/views/layouts/public_projects.html.haml
+1
-1
No files found.
app/assets/stylesheets/sections/header.scss
View file @
12d16299
...
...
@@ -273,3 +273,9 @@ header {
}
}
}
@media
(
max-width
:
$screen-xs-max
)
{
#nprogress
.spinner
{
right
:
35px
!
important
;
}
}
app/views/layouts/_public_head_panel.html.haml
View file @
12d16299
...
...
@@ -8,11 +8,15 @@
%span
.separator
%h1
.title
=
title
.pull-right
%button
.navbar-toggle
{
"data-target"
=>
".navbar-collapse"
,
"data-toggle"
=>
"collapse"
,
type:
"button"
}
%span
.sr-only
Toggle navigation
%i
.icon-reorder
.pull-right.hidden-xs
=
link_to
"Sign in"
,
new_session_path
(
:user
),
class:
'btn btn-sign-in btn-new'
%ul
.nav.navbar-nav
%
li
%
a
%div
.hide.turbolink-spinner
%i
.icon-refresh.icon-spin
.navbar-collapse.collapse
%
ul
.nav.navbar-nav
%
li
.visible-xs
=
link_to
"Sign in"
,
new_session_path
(
:user
)
app/views/layouts/public_projects.html.haml
View file @
12d16299
...
...
@@ -4,7 +4,7 @@
%body
{
class:
"#{app_theme} application"
,
:'data-page'
=>
body_data_page
}
=
render
"layouts/broadcast"
=
render
"layouts/public_head_panel"
,
title:
project_title
(
@project
)
%nav
.main-nav
%nav
.main-nav
.navbar-collapse.collapse
.container
=
render
'layouts/nav/project'
.container
.content
=
yield
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