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
e7565595
Commit
e7565595
authored
Oct 13, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Several fixes for UI on mobile
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
21945124
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
3 deletions
+12
-3
app/assets/stylesheets/framework/mobile.scss
app/assets/stylesheets/framework/mobile.scss
+11
-3
app/assets/stylesheets/pages/projects.scss
app/assets/stylesheets/pages/projects.scss
+1
-0
No files found.
app/assets/stylesheets/framework/mobile.scss
View file @
e7565595
...
...
@@ -23,7 +23,7 @@
margin-right
:
0
;
}
.issues-filters
,
.issues-
details-
filters
,
.dash-projects-filters
,
.check-all-holder
{
display
:
none
;
...
...
@@ -83,6 +83,7 @@
.center-top-menu
{
height
:
45px
;
margin-bottom
:
30px
;
li
a
{
font-size
:
14px
;
...
...
@@ -90,9 +91,11 @@
}
}
.projects-search-form
{
margin
:
0
-5px
!
important
;
.activity-filter-block
{
display
:
none
;
}
.projects-search-form
{
.btn
{
display
:
none
;
}
...
...
@@ -100,6 +103,11 @@
}
@media
(
max-width
:
$screen-sm-max
)
{
.page-with-sidebar
.content-wrapper
{
padding
:
0
;
padding-top
:
1px
;
}
.issues-filters
{
.milestone-filter
,
.labels-filter
{
display
:
none
;
...
...
app/assets/stylesheets/pages/projects.scss
View file @
e7565595
...
...
@@ -63,6 +63,7 @@
}
p
{
padding
:
0
$gl-padding
;
color
:
#5c5d5e
;
}
}
...
...
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