Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 0 additions & 36 deletions mig/cgi-bin/shell.py

This file was deleted.

7 changes: 2 additions & 5 deletions mig/images/bluesky.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# --- BEGIN_HEADER ---
#
# bluesky - alternative style for all pages
# Copyright (C) 2003-2014 The MiG Project lead by Brian Vinter
# Copyright (C) 2003-2026 The MiG Project by the Science HPC Center at UCPH
#
# This file is part of MiG.
#
Expand Down Expand Up @@ -98,7 +98,7 @@ div.container {
/* No footer overlap with menu here */
min-height: 0px;
}
/* override block layout for maximized areas like wshell */
/* override block layout for maximized areas without menu */
#nomenu {
margin: 4px;
}
Expand Down Expand Up @@ -158,9 +158,6 @@ div.container {
.navmenu ul li.settings a {
background-image: url('/images/icons/wrench.png');
}
.navmenu ul li.shell a {
background-image: url('/images/icons/application_osx_terminal.png');
}
.navmenu ul li.people a {
background-image: url('/images/icons/personal.png');
}
Expand Down
29 changes: 0 additions & 29 deletions mig/images/css/shell.css

This file was deleted.

7 changes: 2 additions & 5 deletions mig/images/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# --- BEGIN_HEADER ---
#
# default - default style settings for all pages
# Copyright (C) 2003-2021 The MiG Project lead by Brian Vinter
# Copyright (C) 2003-2026 The MiG Project by the Science HPC Center at UCPH
#
# This file is part of MiG.
#
Expand Down Expand Up @@ -339,7 +339,7 @@ table.peers {
min-height: 500px;
}

/* override block layout for maximized areas like wshell */
/* override block layout for maximized areas without menu */
.nomenu #content, .nomenu .contentblock {
margin: 4px;
}
Expand Down Expand Up @@ -436,9 +436,6 @@ table.peers {
.navmenu ul li.settings a, #legacy-ui-body .app-grid .fas.settings {
background-image: url('/images/icons/user.png');
}
.navmenu ul li.shell a, #legacy-ui-body .app-grid .fas.shell {
background-image: url('/images/icons/application_osx_terminal.png');
}
.navmenu ul li.people a, #legacy-ui-body .app-grid .fas.people {
background-image: url('/images/icons/group.png');
}
Expand Down
Loading
Loading