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
Boxiang Sun
gitlab-ce
Commits
9151ee2b
Commit
9151ee2b
authored
Nov 20, 2017
by
Filipa Lacerda
Committed by
Phil Hughes
Nov 20, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Hide log size in mobile
parent
c563661f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
8 deletions
+14
-8
app/assets/stylesheets/pages/builds.scss
app/assets/stylesheets/pages/builds.scss
+7
-6
app/views/projects/jobs/show.html.haml
app/views/projects/jobs/show.html.haml
+2
-2
changelogs/unreleased/40016-log-header.yml
changelogs/unreleased/40016-log-header.yml
+5
-0
No files found.
app/assets/stylesheets/pages/builds.scss
View file @
9151ee2b
...
...
@@ -49,6 +49,7 @@
font-size
:
12px
;
border-radius
:
0
;
border
:
0
;
padding
:
$grid-size
;
.bash
{
display
:
block
;
...
...
@@ -57,14 +58,13 @@
.top-bar
{
height
:
35px
;
display
:
flex
;
justify-content
:
flex-end
;
background
:
$gray-light
;
border
:
1px
solid
$border-color
;
color
:
$gl-text-color
;
position
:
sticky
;
position
:
-
webkit-sticky
;
top
:
$header-height
;
padding
:
$grid-size
;
&
.affix
{
top
:
$header-height
;
...
...
@@ -90,9 +90,6 @@
}
.truncated-info
{
margin
:
0
auto
;
align-self
:
center
;
.truncated-info-size
{
margin
:
0
5px
;
}
...
...
@@ -118,7 +115,11 @@
.controllers-buttons
{
color
:
$gl-text-color
;
margin
:
0
10px
;
margin
:
0
$grid-size
;
&
:last-child
{
margin-right
:
0
;
}
}
.btn-scroll.animate
{
...
...
app/views/projects/jobs/show.html.haml
View file @
9151ee2b
...
...
@@ -57,13 +57,13 @@
.build-trace-container.prepend-top-default
.top-bar.js-top-bar
.js-truncated-info.truncated-info.hidden
<
.js-truncated-info.truncated-info.hidden
-xs.pull-left.hidden
<
Showing
last
%span
.js-truncated-info-size.truncated-info-size
><
KiB
of
log
-
%a
.js-raw-link.raw-link
{
href:
raw_project_job_path
(
@project
,
@build
)
}><
Complete
Raw
.controllers
.controllers
.pull-right
-
if
@build
.
has_trace?
=
link_to
raw_project_job_path
(
@project
,
@build
),
title:
'Show complete raw'
,
...
...
changelogs/unreleased/40016-log-header.yml
0 → 100644
View file @
9151ee2b
---
title
:
Hide log size for mobile screens
merge_request
:
author
:
type
:
fixed
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