Style exercise description as a card and display an additional (more obvious) toggle

This commit is contained in:
Maximilian Grundke
2018-08-03 14:38:58 +02:00
parent 3162764c81
commit 11137fa5f6
5 changed files with 46 additions and 14 deletions

View File

@@ -12,6 +12,34 @@ input[type='file'] {
font-family: monospace;
}
.exercise {
border-radius: 3px;
box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
padding: 1px 10px 1px 10px;
margin-bottom: 10px;
a#toggle {
margin-bottom: 5px;
float: right;
}
a#toggle:before {
content: "(";
}
a#toggle:after {
content: ")";
}
h1#exercise-headline {
margin: 10px 0 10px 0;
}
.lead.description-panel-collapsed {
margin: 0;
}
}
// Graph Settings
.axis path {