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
Tatuya Kamada
gitlab-ce
Commits
17156cf9
Commit
17156cf9
authored
Jul 08, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Imrpove mobile view for project page
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
77fb7e07
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
14 deletions
+12
-14
app/assets/stylesheets/generic/mobile.scss
app/assets/stylesheets/generic/mobile.scss
+11
-13
app/views/projects/_home_panel.html.haml
app/views/projects/_home_panel.html.haml
+1
-1
No files found.
app/assets/stylesheets/generic/mobile.scss
View file @
17156cf9
...
...
@@ -44,20 +44,18 @@
.project-home-panel
{
padding-left
:
0
!
important
;
.project-home-row
{
.project-home-desc
{
margin-right
:
0
!
important
;
float
:
none
!
important
;
}
.project-repo-buttons
{
position
:
static
;
margin-top
:
15px
;
width
:
100%
;
float
:
none
;
text-align
:
left
;
}
.project-avatar
{
display
:
block
;
}
.project-repo-buttons
,
.git-clone-holder
{
display
:
none
;
}
}
.project-stats
{
display
:
none
;
}
.container
.title
{
...
...
app/views/projects/_home_panel.html.haml
View file @
17156cf9
...
...
@@ -2,7 +2,7 @@
.project-home-panel.clearfix
{
:class
=>
(
"empty-project"
if
empty_repo
)}
.project-identicon-holder
=
project_icon
(
@project
,
alt:
''
,
class:
'project-avatar avatar s90'
)
.lead
.
project-home-desc.
lead
-
if
@project
.
description
.
present?
=
markdown
(
@project
.
description
,
pipeline: :description
)
...
...
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