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
Jérome Perrin
gitlab-ce
Commits
5bfce8e9
Commit
5bfce8e9
authored
Dec 15, 2016
by
Nur Rony
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixes mobile views
parent
8dc2163c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
4 deletions
+27
-4
app/assets/stylesheets/pages/projects.scss
app/assets/stylesheets/pages/projects.scss
+27
-4
No files found.
app/assets/stylesheets/pages/projects.scss
View file @
5bfce8e9
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
margin-bottom
:
5px
;
margin-bottom
:
5px
;
}
}
&
>
.form-group
{
&
>
.form-group
{
padding-left
:
0
;
padding-left
:
0
;
}
}
}
}
...
@@ -73,7 +73,7 @@
...
@@ -73,7 +73,7 @@
border
:
1px
solid
$border-color
;
border
:
1px
solid
$border-color
;
}
}
&
+
.select2
a
{
&
+
.select2
a
{
border-top-left-radius
:
0
;
border-top-left-radius
:
0
;
border-bottom-left-radius
:
0
;
border-bottom-left-radius
:
0
;
}
}
...
@@ -618,7 +618,6 @@ pre.light-well {
...
@@ -618,7 +618,6 @@ pre.light-well {
margin
:
0
;
margin
:
0
;
}
}
.activity-filter-block
{
.activity-filter-block
{
.controls
{
.controls
{
padding-bottom
:
7px
;
padding-bottom
:
7px
;
...
@@ -811,7 +810,31 @@ pre.light-well {
...
@@ -811,7 +810,31 @@ pre.light-well {
.compare-form-group
{
.compare-form-group
{
.dropdown-menu
{
.dropdown-menu
{
width
:
300px
;
width
:
100%
;
@media
(
min-width
:
$screen-sm-min
)
{
width
:
300px
;
}
}
+
.compare-ellipsis
{
width
:
100%
;
vertical-align
:
middle
;
text-align
:
center
;
margin-top
:
-20px
;
@media
(
min-width
:
$screen-sm-min
)
{
margin-top
:
0
;
width
:
auto
;
}
}
.inline-input-group
{
width
:
100%
;
@media
(
min-width
:
$screen-sm-min
)
{
width
:
250px
;
}
}
}
}
}
...
...
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