updated tasks.css

master
simon 4 years ago
parent f22dac45ec
commit cc08a2cf55

@ -29,6 +29,15 @@ body {
display: block;
}
pre {
overflow-x: auto;
white-space: pre-wrap;
white-space: -moz-pre-wrap;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
word-wrap: break-word;
}
/* id for button that SHOULD open "Tasks of the Contingent Librarian" text in modal popup*/
#tasksBtn {
display: inline-block;
@ -60,6 +69,7 @@ body {
/* the modal */
.modal {
font-family: sans-serif;
position: fixed;
padding: 10%;
top: 0;
@ -78,7 +88,7 @@ body {
font-family: sans-serif;
padding: 18px;
background-color: grey;
border-radius: 0;
border-radius: 0px;
}
@ -103,6 +113,8 @@ p.imgcaption {
a:hover {
background-color: yellow;
color: black;
text-decoration: none;
}
.snippets {
@ -121,6 +133,9 @@ div.container-fluid {
font-family: monospace;
}
.pad {
font-family: monospace;
}
.col {
width: 50%;
}
@ -148,8 +163,6 @@ div.container-fluid {
margin-top: -10px;
}
h2 {
}

Loading…
Cancel
Save