updated tasks.css

master
simon 4 years ago
parent f22dac45ec
commit cc08a2cf55

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

Loading…
Cancel
Save