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
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
Closed
cutprogress: Sortierung nach Tagen
(removed):cutprogress-reformat
into
master
Overview
3
Commits
4
Pipelines
0
Changes
3
Closed
Christoph Rackwitz
requested to merge
(removed):cutprogress-reformat
into
master
5 years ago
Overview
3
Pipelines
0
Changes
3
Expand
Kann so aussehen:
0
0
Merge request reports
Compare
master
version 3
61e996c9
5 years ago
version 2
b46badda
5 years ago
version 1
1634cc9f
5 years ago
master (base)
and
latest version
latest version
1312e847
4 commits,
5 years ago
version 3
61e996c9
3 commits,
5 years ago
version 2
b46badda
2 commits,
5 years ago
version 1
1634cc9f
1 commit,
5 years ago
3 files
+
128
−
52
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
static/style.css
+
14
−
1
Options
@@ -137,10 +137,23 @@ th.rotate {
@@ -137,10 +137,23 @@ th.rotate {
th
.rotate
>
div
{
th
.rotate
>
div
{
transform
:
transform
:
rotate
(
270deg
)
rotate
(
270deg
)
translate
(
-50px
,
0px
);
translate
(
-100px
,
0px
);
width
:
30px
;
}
th
.rotate
>
div
>
span
{
padding
:
5px
10px
;
}
}
.tooltip-inner
{
.tooltip-inner
{
max-width
:
500px
;
max-width
:
500px
;
}
}
#cutprogress
td
{
white-space
:
nowrap
;
}
#cutprogress
.table
tr
.weekbreak
td
{
border-top
:
2px
solid
black
!important
;
}
Loading