Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
website
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Video AG Infrastruktur
website
Merge requests
!23
The source project of this merge request has been removed.
cutprogress: Sortierung nach Tagen
Expand sidebar
Closed
cutprogress: Sortierung nach Tagen
(removed):cutprogress-reformat
into
master
Overview
3
Commits
4
Pipelines
0
Changes
3
Closed
cutprogress: Sortierung nach Tagen
Christoph Rackwitz
requested to merge
(removed):cutprogress-reformat
into
master
Oct 15, 2019
Overview
3
Pipelines
0
Changes
3
Kann so aussehen:
0
0
Merge request reports
Compare
master
version 3
61e996c9
Oct 15, 2019
version 2
b46badda
Oct 15, 2019
version 1
1634cc9f
Oct 15, 2019
master (base)
and
latest version
latest version
1312e847
4 commits,
Oct 15, 2019
version 3
61e996c9
3 commits,
Oct 15, 2019
version 2
b46badda
2 commits,
Oct 15, 2019
version 1
1634cc9f
1 commit,
Oct 15, 2019
3 files
+
128
−
52
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
static/style.css
+
14
−
1
View file @ 1312e847
Show full file
@@ -137,10 +137,23 @@ th.rotate {
th
.rotate
>
div
{
transform
:
rotate
(
270deg
)
translate
(
-50px
,
0px
);
translate
(
-100px
,
0px
);
width
:
30px
;
}
th
.rotate
>
div
>
span
{
padding
:
5px
10px
;
}
.tooltip-inner
{
max-width
:
500px
;
}
#cutprogress
td
{
white-space
:
nowrap
;
}
#cutprogress
.table
tr
.weekbreak
td
{
border-top
:
2px
solid
black
!important
;
}
Loading