Skip to content
GitLab
    • Explore Projects Groups Snippets
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • m4lab_landing_page m4lab_landing_page
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Administrator
  • m4lab_landing_pagem4lab_landing_page
  • Merge requests
  • !140
An error occurred while fetching the assigned milestone of the selected merge_request.

Header more mobile-friendly

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Koukofikis requested to merge MLAB-571 into testing 3 years ago
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 16
  • Koukofikis @athanasios.koukofikis assigned to @athanasios.koukofikis 3 years ago

    assigned to @athanasios.koukofikis

  • Koukofikis @athanasios.koukofikis mentioned in commit d4833cdb 3 years ago

    mentioned in commit d4833cdb

  • Koukofikis @athanasios.koukofikis merged 3 years ago

    merged

  • Loading
  • Loading
  • You're only seeing other activity in the feed. To add a comment, switch to one of the following options.
Please register or sign in to reply
Compare
  • testing (base)

and
  • latest version
    4a5e143e
    1 commit, 3 years ago

16 files
+ 109
- 6

    Preferences

    File browser
    Compare changes
c‎ss‎
m4lab-mo‎bile.css‎ +33 -0
he‎lp‎
gitlab-p‎ages.html‎ +2 -0
gitla‎b.html‎ +2 -0
hpc.‎html‎ +2 -0
index‎.html‎ +2 -0
jitsi‎.html‎ +2 -0
mailingl‎ists.html‎ +2 -0
j‎s‎
headf‎oot.js‎ +30 -6
mobi‎le.js‎ +20 -0
bwclou‎d.html‎ +2 -0
conflue‎nce.html‎ +2 -0
index‎.html‎ +2 -0
info_h‎pc.html‎ +2 -0
info_partiz‎ipation.html‎ +2 -0
jira‎.html‎ +2 -0
videoconfe‎rence.html‎ +2 -0
css/m4lab-mobile.css 0 → 100644
+ 33
- 0
  • View file @ 4a5e143e

  • Edit in single-file editor

  • Open in Web IDE

body.offcanvas-active {
overflow: hidden;
}
.offcanvas-header {
display: none;
}
@media (max-width: 768px) {
.offcanvas-header {
display: block;
}
.navbar-collapse {
position: fixed;
top: 0;
bottom: 0;
left: 100%;
width: 100%;
padding-right: 1rem;
padding-left: 1rem;
overflow-y: auto;
visibility: hidden;
background-color: white;
transition: visibility .2s ease-in-out, transform .2s ease-in-out;
}
.navbar-collapse.show {
z-index: 1;
visibility: visible;
transform: translateX(-100%);
}
}
\ No newline at end of file
help/gitlab-pages.html
+ 2
- 0
  • View file @ 4a5e143e

  • Edit in single-file editor

  • Open in Web IDE


@@ -7,6 +7,7 @@
<title>Hilfe: Gitlab-Pages</title>
<link rel="stylesheet" href="/css/bootstrap.min.css">
<link rel="stylesheet" href="/css/m4lab.css">
<link rel="stylesheet" href="/css/m4lab-mobile.css">
<link rel="stylesheet" href="/fonts/font-awesome.min.css">
<link rel="stylesheet" href="/fonts/ionicons.min.css">
<link rel="stylesheet" href="/css/Testimonials.css">
@@ -643,6 +644,7 @@
<!--<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>-->
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<script src="/js/headfoot.js"></script>
<script src="/js/mobile.js"></script>
</body>
</html>
help/gitlab.html
+ 2
- 0
  • View file @ 4a5e143e

  • Edit in single-file editor

  • Open in Web IDE


@@ -7,6 +7,7 @@
<title>Hilfe: Gitlab</title>
<link rel="stylesheet" href="/css/bootstrap.min.css">
<link rel="stylesheet" href="/css/m4lab.css">
<link rel="stylesheet" href="/css/m4lab-mobile.css">
<link rel="stylesheet" href="/fonts/font-awesome.min.css">
<link rel="stylesheet" href="/fonts/ionicons.min.css">
<link rel="stylesheet" href="/css/Testimonials.css">
@@ -194,6 +195,7 @@
<!--<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>-->
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<script src="/js/headfoot.js"></script>
<script src="/js/mobile.js"></script>
</body>
</html>
help/hpc.html
+ 2
- 0
  • View file @ 4a5e143e

  • Edit in single-file editor

  • Open in Web IDE


@@ -7,6 +7,7 @@
<title>Hilfe: Gitlab-Pages</title>
<link rel="stylesheet" href="/css/bootstrap.min.css">
<link rel="stylesheet" href="/css/m4lab.css">
<link rel="stylesheet" href="/css/m4lab-mobile.css">
<link rel="stylesheet" href="/fonts/font-awesome.min.css">
<link rel="stylesheet" href="/fonts/ionicons.min.css">
<link rel="stylesheet" href="/css/Testimonials.css">
@@ -144,6 +145,7 @@
<!--<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>-->
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<script src="/js/headfoot.js"></script>
<script src="/js/mobile.js"></script>
</body>
</html>
help/index.html
+ 2
- 0
  • View file @ 4a5e143e

  • Edit in single-file editor

  • Open in Web IDE


@@ -7,6 +7,7 @@
<title>Hilfe</title>
<link rel="stylesheet" href="/css/bootstrap.min.css">
<link rel="stylesheet" href="/css/m4lab.css">
<link rel="stylesheet" href="/css/m4lab-mobile.css">
<link rel="stylesheet" href="/fonts/font-awesome.min.css">
<link rel="stylesheet" href="/fonts/ionicons.min.css">
<link rel="stylesheet" href="/css/Testimonials.css">
@@ -118,6 +119,7 @@
<!--<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>-->
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<script src="/js/headfoot.js"></script>
<script src="/js/mobile.js"></script>
</body>
</html>
Assignee
Koukofikis's avatar
Koukofikis
Assign to
0 Reviewers
None
Request review from
Labels
0
None
0
None
    Assign labels
  • Manage project labels

Milestone
No milestone
None
None
Time tracking
No estimate or time spent
Lock merge request
Unlocked
0
0 participants
Reference:
Source branch: MLAB-571

Menu

Explore Projects Groups Snippets

Dies ist die Gitlab-Instanz des Transferportals der Hochschule für Technik Stuttgart. Hier geht es zurück zum Portal