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
e5f36967
Commit
e5f36967
authored
Mar 12, 2018
by
Luke Bennett
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Center everything on mobile instead and correct btn-link changes
parent
9191f96a
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
4 deletions
+7
-4
app/assets/stylesheets/framework/buttons.scss
app/assets/stylesheets/framework/buttons.scss
+0
-2
app/assets/stylesheets/pages/milestone.scss
app/assets/stylesheets/pages/milestone.scss
+6
-1
app/views/shared/milestones/_deprecation_message.html.haml
app/views/shared/milestones/_deprecation_message.html.haml
+1
-1
No files found.
app/assets/stylesheets/framework/buttons.scss
View file @
e5f36967
...
@@ -423,8 +423,6 @@
...
@@ -423,8 +423,6 @@
}
}
.btn-link
{
.btn-link
{
padding
:
0
;
&
.btn-secondary-hover-link
{
&
.btn-secondary-hover-link
{
color
:
$gl-text-color-secondary
;
color
:
$gl-text-color-secondary
;
...
...
app/assets/stylesheets/pages/milestone.scss
View file @
e5f36967
...
@@ -218,10 +218,15 @@
...
@@ -218,10 +218,15 @@
position
:
relative
;
position
:
relative
;
}
}
.btn-link
{
padding
:
0
;
}
@media
(
max-width
:
$screen-xs-max
)
{
@media
(
max-width
:
$screen-xs-max
)
{
text-align
:
center
;
.illustration
{
.illustration
{
display
:
block
;
display
:
block
;
text-align
:
center
;
margin
:
$gl-padding
0
;
margin
:
$gl-padding
0
;
}
}
}
}
...
...
app/views/shared/milestones/_deprecation_message.html.haml
View file @
e5f36967
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
%p
.append-bottom-default.prepend-top-5
%p
.append-bottom-default.prepend-top-5
Use group milestones to manage issues from multiple projects in the same milestone.
Use group milestones to manage issues from multiple projects in the same milestone.
%br
%br
=
button_tag
'Promote these project milestones into a group milestone.'
,
class:
'btn-
bla
nk'
=
button_tag
'Promote these project milestones into a group milestone.'
,
class:
'btn-
li
nk'
.popup.hide
.popup.hide
.body
.body
...
...
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