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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
410cb1bf
Commit
410cb1bf
authored
Nov 30, 2016
by
Mike Greiling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix incorrect max-width media queries
parent
24e5a1e8
Changes
14
Show whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
20 additions
and
20 deletions
+20
-20
app/assets/stylesheets/framework/calendar.scss
app/assets/stylesheets/framework/calendar.scss
+1
-1
app/assets/stylesheets/framework/flash.scss
app/assets/stylesheets/framework/flash.scss
+1
-1
app/assets/stylesheets/framework/forms.scss
app/assets/stylesheets/framework/forms.scss
+1
-1
app/assets/stylesheets/framework/header.scss
app/assets/stylesheets/framework/header.scss
+1
-1
app/assets/stylesheets/framework/nav.scss
app/assets/stylesheets/framework/nav.scss
+1
-1
app/assets/stylesheets/pages/cycle_analytics.scss
app/assets/stylesheets/pages/cycle_analytics.scss
+4
-4
app/assets/stylesheets/pages/environments.scss
app/assets/stylesheets/pages/environments.scss
+1
-1
app/assets/stylesheets/pages/groups.scss
app/assets/stylesheets/pages/groups.scss
+3
-3
app/assets/stylesheets/pages/milestone.scss
app/assets/stylesheets/pages/milestone.scss
+1
-1
app/assets/stylesheets/pages/note_form.scss
app/assets/stylesheets/pages/note_form.scss
+1
-1
app/assets/stylesheets/pages/notes.scss
app/assets/stylesheets/pages/notes.scss
+1
-1
app/assets/stylesheets/pages/profile.scss
app/assets/stylesheets/pages/profile.scss
+2
-2
app/assets/stylesheets/pages/projects.scss
app/assets/stylesheets/pages/projects.scss
+1
-1
app/assets/stylesheets/pages/stat_graph.scss
app/assets/stylesheets/pages/stat_graph.scss
+1
-1
No files found.
app/assets/stylesheets/framework/calendar.scss
View file @
410cb1bf
...
...
@@ -2,7 +2,7 @@
padding-left
:
0
;
padding-right
:
0
;
@media
(
min-width
:
$screen-sm-min
)
and
(
max-width
:
$screen-
lg-min
)
{
@media
(
min-width
:
$screen-sm-min
)
and
(
max-width
:
$screen-
md-max
)
{
overflow-x
:
scroll
;
}
}
...
...
app/assets/stylesheets/framework/flash.scss
View file @
410cb1bf
...
...
@@ -38,7 +38,7 @@
}
}
@media
(
max-width
:
$screen-
md-min
)
{
@media
(
max-width
:
$screen-
sm-max
)
{
ul
.notes
{
.flash-container.timeline-content
{
margin-left
:
0
;
...
...
app/assets/stylesheets/framework/forms.scss
View file @
410cb1bf
...
...
@@ -98,7 +98,7 @@ label {
}
}
@media
(
max-width
:
$screen-
sm-min
)
{
@media
(
max-width
:
$screen-
xs-max
)
{
padding
:
0
$gl-padding
;
.control-label
,
...
...
app/assets/stylesheets/framework/header.scss
View file @
410cb1bf
...
...
@@ -228,7 +228,7 @@ header {
}
.page-sidebar-pinned.right-sidebar-expanded
{
@media
(
max-width
:
$screen-
lg-min
)
{
@media
(
max-width
:
$screen-
md-max
)
{
.header-content
.title
{
width
:
300px
;
}
...
...
app/assets/stylesheets/framework/nav.scss
View file @
410cb1bf
...
...
@@ -123,7 +123,7 @@
line-height
:
28px
;
/* Small devices (phones, tablets, 768px and lower) */
@media
(
max-width
:
$screen-
sm-min
)
{
@media
(
max-width
:
$screen-
xs-max
)
{
width
:
100%
;
}
}
...
...
app/assets/stylesheets/pages/cycle_analytics.scss
View file @
410cb1bf
...
...
@@ -53,7 +53,7 @@
border-bottom
:
none
;
position
:
relative
;
@media
(
max-width
:
$screen-
sm-min
)
{
@media
(
max-width
:
$screen-
xs-max
)
{
padding
:
6px
0
24px
;
}
}
...
...
@@ -61,7 +61,7 @@
.column
{
text-align
:
center
;
@media
(
max-width
:
$screen-
sm-min
)
{
@media
(
max-width
:
$screen-
xs-max
)
{
padding
:
15px
0
;
}
...
...
@@ -78,7 +78,7 @@
}
&
:last-child
{
@media
(
max-width
:
$screen-
sm-min
)
{
@media
(
max-width
:
$screen-
xs-max
)
{
text-align
:
center
;
}
}
...
...
@@ -156,7 +156,7 @@
}
.inner-content
{
@media
(
max-width
:
$screen-
sm-min
)
{
@media
(
max-width
:
$screen-
xs-max
)
{
padding
:
0
28px
;
text-align
:
center
;
}
...
...
app/assets/stylesheets/pages/environments.scss
View file @
410cb1bf
...
...
@@ -8,7 +8,7 @@
font-size
:
34px
;
}
@media
(
max-width
:
$screen-
sm-min
)
{
@media
(
max-width
:
$screen-
xs-max
)
{
.environments-container
{
width
:
100%
;
overflow
:
auto
;
...
...
app/assets/stylesheets/pages/groups.scss
View file @
410cb1bf
...
...
@@ -49,14 +49,14 @@
padding
:
50px
100px
;
overflow
:
hidden
;
@media
(
max-width
:
$screen-
md-min
)
{
@media
(
max-width
:
$screen-
sm-max
)
{
padding
:
50px
0
;
}
svg
{
float
:
right
;
@media
(
max-width
:
$screen-
md-min
)
{
@media
(
max-width
:
$screen-
sm-max
)
{
float
:
none
;
display
:
block
;
width
:
250px
;
...
...
@@ -71,7 +71,7 @@
width
:
460px
;
margin-top
:
120px
;
@media
(
max-width
:
$screen-
md-min
)
{
@media
(
max-width
:
$screen-
sm-max
)
{
float
:
none
;
margin-top
:
60px
;
width
:
auto
;
...
...
app/assets/stylesheets/pages/milestone.scss
View file @
410cb1bf
...
...
@@ -123,7 +123,7 @@
padding
:
20px
0
;
}
@media
(
max-width
:
$screen-
sm-min
)
{
@media
(
max-width
:
$screen-
xs-max
)
{
.milestone-actions
{
@include
clearfix
();
padding-top
:
$gl-vert-padding
;
...
...
app/assets/stylesheets/pages/note_form.scss
View file @
410cb1bf
...
...
@@ -111,7 +111,7 @@
text-align
:
center
;
font-size
:
13px
;
@media
(
max-width
:
$screen-
md-min
)
{
@media
(
max-width
:
$screen-
sm-max
)
{
// On smaller devices the warning becomes the fourth item in the list,
// rather than centering, and grows to span the full width of the
// comment area.
...
...
app/assets/stylesheets/pages/notes.scss
View file @
410cb1bf
...
...
@@ -253,7 +253,7 @@ ul.notes {
}
.page-sidebar-pinned.right-sidebar-expanded
{
@media
(
max-width
:
$screen-
lg-min
)
{
@media
(
max-width
:
$screen-
md-max
)
{
.note-header
{
.note-headline-light
{
display
:
block
;
...
...
app/assets/stylesheets/pages/profile.scss
View file @
410cb1bf
...
...
@@ -180,7 +180,7 @@
.modal-dialog
{
width
:
380px
;
@media
(
max-width
:
$screen-
sm-min
)
{
@media
(
max-width
:
$screen-
xs-max
)
{
width
:
auto
;
}
...
...
app/assets/stylesheets/pages/projects.scss
View file @
410cb1bf
...
...
@@ -189,7 +189,7 @@
}
.download-button
{
@media
(
max-width
:
$screen-
lg-min
)
{
@media
(
max-width
:
$screen-
md-max
)
{
margin-left
:
0
;
}
}
...
...
app/assets/stylesheets/pages/stat_graph.scss
View file @
410cb1bf
...
...
@@ -37,7 +37,7 @@
@include
make-md-column
(
6
);
margin-top
:
10px
;
@media
(
max-width
:
$screen-
sm-min
)
{
@media
(
max-width
:
$screen-
xs-max
)
{
width
:
100%
;
}
}
...
...
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