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
de2921e2
Commit
de2921e2
authored
Jan 03, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
558508c6
3a601737
Changes
14
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
34 additions
and
98 deletions
+34
-98
app/assets/javascripts/boards/components/modal/empty_state.vue
...ssets/javascripts/boards/components/modal/empty_state.vue
+1
-1
app/assets/stylesheets/framework.scss
app/assets/stylesheets/framework.scss
+0
-1
app/assets/stylesheets/framework/header.scss
app/assets/stylesheets/framework/header.scss
+8
-0
app/assets/stylesheets/framework/layout.scss
app/assets/stylesheets/framework/layout.scss
+8
-0
app/assets/stylesheets/framework/markdown_area.scss
app/assets/stylesheets/framework/markdown_area.scss
+4
-0
app/assets/stylesheets/framework/mobile.scss
app/assets/stylesheets/framework/mobile.scss
+0
-88
app/views/dashboard/_activities.html.haml
app/views/dashboard/_activities.html.haml
+1
-1
app/views/groups/_activities.html.haml
app/views/groups/_activities.html.haml
+1
-1
app/views/groups/_home_panel.html.haml
app/views/groups/_home_panel.html.haml
+1
-1
app/views/projects/_activity.html.haml
app/views/projects/_activity.html.haml
+2
-2
app/views/projects/issues/show.html.haml
app/views/projects/issues/show.html.haml
+1
-1
app/views/projects/tags/index.html.haml
app/views/projects/tags/index.html.haml
+1
-1
app/views/shared/issuable/_search_bar.html.haml
app/views/shared/issuable/_search_bar.html.haml
+1
-1
changelogs/unreleased/54386-integrate-mobile-css-framework-into-specific-frameworks.yml
...tegrate-mobile-css-framework-into-specific-frameworks.yml
+5
-0
No files found.
app/assets/javascripts/boards/components/modal/empty_state.vue
View file @
de2921e2
...
...
@@ -45,7 +45,7 @@ export default {
<section
class=
"empty-state"
>
<div
class=
"row"
>
<div
class=
"col-12 col-md-6 order-md-last"
>
<aside
class=
"svg-content"
><img
:src=
"emptyStateSvg"
/></aside>
<aside
class=
"svg-content
d-none d-md-block
"
><img
:src=
"emptyStateSvg"
/></aside>
</div>
<div
class=
"col-12 col-md-6 order-md-first"
>
<div
class=
"text-content"
>
...
...
app/assets/stylesheets/framework.scss
View file @
de2921e2
...
...
@@ -31,7 +31,6 @@
@import
'framework/logo'
;
@import
'framework/markdown_area'
;
@import
'framework/media_object'
;
@import
'framework/mobile'
;
@import
'framework/modal'
;
@import
'framework/pagination'
;
@import
'framework/panels'
;
...
...
app/assets/stylesheets/framework/header.scss
View file @
de2921e2
...
...
@@ -597,3 +597,11 @@
@include
emoji-menu-toggle-button
;
}
}
.nav-links
>
li
>
a
{
.badge.badge-pill
{
@include
media-breakpoint-down
(
xs
)
{
display
:
none
;
}
}
@include
media-breakpoint-down
(
xs
)
{
margin-right
:
3px
;
}
}
app/assets/stylesheets/framework/layout.scss
View file @
de2921e2
...
...
@@ -40,6 +40,14 @@ body {
.content
{
margin
:
0
;
@include
media-breakpoint-down
(
xs
)
{
margin-top
:
20px
;
}
}
@include
media-breakpoint-down
(
xs
)
{
.container
.title
{
padding-left
:
15px
!
important
;
}
}
}
...
...
app/assets/stylesheets/framework/markdown_area.scss
View file @
de2921e2
...
...
@@ -311,4 +311,8 @@
overflow
:
hidden
;
text-overflow
:
ellipsis
;
}
.referenced-users
{
margin-right
:
0
;
}
}
app/assets/stylesheets/framework/mobile.scss
deleted
100644 → 0
View file @
558508c6
/** Common mobile (screen XS, SM) styles **/
@include
media-breakpoint-down
(
xs
)
{
.container
.content
{
margin-top
:
20px
;
}
.nav-links
>
li
>
a
{
padding
:
10px
;
font-size
:
12px
;
margin-right
:
3px
;
.badge.badge-pill
{
display
:
none
;
}
}
.referenced-users
{
margin-right
:
0
;
}
.issues-details-filters
:not
(
.filtered-search-block
),
.dash-projects-filters
,
.check-all-holder
{
display
:
none
;
}
.rss-btn
{
display
:
none
;
}
.project-home-links
{
display
:
none
;
}
.project-home-panel
{
padding-left
:
0
!
important
;
.project-repo-buttons
,
.git-clone-holder
{
display
:
none
;
}
}
.group-buttons
{
display
:
none
;
}
.container
.title
{
padding-left
:
15px
!
important
;
}
.nav-links
,
.nav-links
{
li
a
{
font-size
:
14px
;
padding
:
19px
10px
;
}
}
.activity-filter-block
{
display
:
none
;
}
.projects-search-form
{
.btn
{
display
:
none
;
}
}
}
@include
media-breakpoint-down
(
sm
)
{
.issues-filters
{
.milestone-filter
{
display
:
none
;
}
}
.page-title
{
.note-created-ago
,
.new-issue-link
{
display
:
none
;
}
}
aside
:not
(
.right-sidebar
)
{
display
:
none
;
}
}
app/views/dashboard/_activities.html.haml
View file @
de2921e2
.nav-block.activities
=
render
'shared/event_filter'
.controls
=
link_to
dashboard_projects_path
(
rss_url_options
),
class:
'btn
rss-btn
has-tooltip'
,
title:
'Subscribe'
do
=
link_to
dashboard_projects_path
(
rss_url_options
),
class:
'btn
d-none d-sm-inline-block
has-tooltip'
,
title:
'Subscribe'
do
%i
.fa.fa-rss
.content_list
...
...
app/views/groups/_activities.html.haml
View file @
de2921e2
.nav-block.activities
=
render
'shared/event_filter'
.controls
=
link_to
group_path
(
@group
,
rss_url_options
),
class:
'btn
rss-btn
has-tooltip'
,
title:
'Subscribe'
do
=
link_to
group_path
(
@group
,
rss_url_options
),
class:
'btn
d-none d-sm-inline-block
has-tooltip'
,
title:
'Subscribe'
do
%i
.fa.fa-rss
.content_list
...
...
app/views/groups/_home_panel.html.haml
View file @
de2921e2
...
...
@@ -12,6 +12,6 @@
=
markdown_field
(
@group
,
:description
)
-
if
current_user
.group-buttons
.group-buttons
.d-none.d-sm-block
=
render
'shared/members/access_request_buttons'
,
source:
@group
=
render
'shared/notifications/button'
,
notification_setting:
@notification_setting
app/views/projects/_activity.html.haml
View file @
de2921e2
%div
{
class:
container_class
}
.nav-block.
activity-filter
-block.activities
.nav-block.
d-none.d-sm
-block.activities
=
render
'shared/event_filter'
.controls
=
link_to
project_path
(
@project
,
rss_url_options
),
title:
s_
(
"ProjectActivityRSS|Subscribe"
),
class:
'btn
rss-btn
has-tooltip'
do
=
link_to
project_path
(
@project
,
rss_url_options
),
title:
s_
(
"ProjectActivityRSS|Subscribe"
),
class:
'btn
d-none d-sm-inline-block
has-tooltip'
do
=
icon
(
'rss'
)
.content_list.project-activity
{
:"data-href"
=>
activity_project_path
(
@project
)
}
...
...
app/views/projects/issues/show.html.haml
View file @
de2921e2
...
...
@@ -55,7 +55,7 @@
-
if
can_report_spam
=
link_to
'Submit as spam'
,
mark_as_spam_project_issue_path
(
@project
,
@issue
),
method: :post
,
class:
'd-none d-sm-none d-md-block btn btn-grouped btn-spam'
,
title:
'Submit as spam'
-
if
can_create_issue
=
link_to
new_project_issue_path
(
@project
),
class:
'd-none d-sm-none d-md-block btn btn-grouped
new-issue-link
btn-success btn-inverted'
,
title:
'New issue'
,
id:
'new_issue_link'
do
=
link_to
new_project_issue_path
(
@project
),
class:
'd-none d-sm-none d-md-block btn btn-grouped btn-success btn-inverted'
,
title:
'New issue'
,
id:
'new_issue_link'
do
New issue
.issue-details.issuable-details
...
...
app/views/projects/tags/index.html.haml
View file @
de2921e2
...
...
@@ -27,7 +27,7 @@
-
if
can?
(
current_user
,
:push_code
,
@project
)
=
link_to
new_project_tag_path
(
@project
),
class:
'btn btn-success new-tag-btn'
do
=
s_
(
'TagsPage|New tag'
)
=
link_to
project_tags_path
(
@project
,
rss_url_options
),
title:
_
(
"Tags feed"
),
class:
'btn
rss-btn
has-tooltip'
do
=
link_to
project_tags_path
(
@project
,
rss_url_options
),
title:
_
(
"Tags feed"
),
class:
'btn
d-none d-sm-inline-block
has-tooltip'
do
=
icon
(
"rss"
)
=
render_if_exists
'projects/commits/mirror_status'
...
...
app/views/shared/issuable/_search_bar.html.haml
View file @
de2921e2
...
...
@@ -11,7 +11,7 @@
-
if
params
[
:search
].
present?
=
hidden_field_tag
:search
,
params
[
:search
]
-
if
@can_bulk_update
.check-all-holder.hidden
.check-all-holder.
d-none.d-sm-block.
hidden
=
check_box_tag
"check-all-issues"
,
nil
,
false
,
class:
"check-all-issues left"
.issues-other-filters.filtered-search-wrapper
.filtered-search-box
...
...
changelogs/unreleased/54386-integrate-mobile-css-framework-into-specific-frameworks.yml
0 → 100644
View file @
de2921e2
---
title
:
Remove framework/mobile.scss
merge_request
:
23301
author
:
Takuya Noguchi
type
:
other
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