Skip to content
Snippets Groups Projects
Commit bea4085e authored by Daniel Manja's avatar Daniel Manja
Browse files

Include newer slurm job generator

Closes #374
parent 538be2f3
No related branches found
No related tags found
2 merge requests!673Automated merge from preview to main,!672Include newer slurm job generator
...@@ -261,6 +261,9 @@ body { ...@@ -261,6 +261,9 @@ body {
img { img {
display: block; display: block;
} }
label {
font-size: .7rem;
}
pre { pre {
background-color: lightgrey; background-color: lightgrey;
border-color: black; border-color: black;
...@@ -284,11 +287,13 @@ body { ...@@ -284,11 +287,13 @@ body {
.info-pre { .info-pre {
display: flex; display: flex;
padding: 5px; padding: 5px;
width: 275px;
font-size: .7rem;
} }
.limits { .limits {
color: rgb(255, 121, 121); color: rgb(255, 121, 121);
display: none; display: none;
margin-left: 10px; margin-left: 7px;
} }
button.output { button.output {
padding: 8px; padding: 8px;
...@@ -302,7 +307,7 @@ body { ...@@ -302,7 +307,7 @@ body {
div.output { div.output {
margin: 15px 0px; margin: 15px 0px;
} }
/* tablelike layout */ /* tablelike layout */
.input { .input {
display: block; display: block;
...@@ -317,7 +322,8 @@ body { ...@@ -317,7 +322,8 @@ body {
display: flex; display: flex;
height: 25px; height: 25px;
align-items: center; align-items: center;
width: 125px; width: 300px;
font-size: .7rem;
} }
.cell-tooltip { .cell-tooltip {
align-items: center; align-items: center;
...@@ -331,21 +337,21 @@ body { ...@@ -331,21 +337,21 @@ body {
vertical-align: middle; vertical-align: middle;
} }
.executable { .executable {
width: 500px; width: 650px;
} }
.mail { .mail {
width: 350px; width: 350px;
} }
.partition-input { .partition-input {
float: left; float: left;
width: 650px; width: 72.5;
} }
.partition-info { .partition-info {
display: flex; display: flex;
float: left; float: right;
width: calc(30%); width: calc(27.5%);
} }
/* collapsible */ /* collapsible */
.active { .active {
background-color: #5a7094 !important; background-color: #5a7094 !important;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment