make result .datatable a bit bigger; vacuum the DB (little change)

This commit is contained in:
Joe Germuska 2022-09-23 10:49:57 -05:00
parent d28c26951d
commit 4f5c2d4d2b
2 changed files with 14 additions and 9 deletions

View File

@ -1,12 +1,14 @@
/* datatable */ /* datatable */
.datatable { .datatable {
border: solid 1px grey; border: solid 1px grey;
border-collapse: collapse; border-collapse: collapse;
font-size: 12px; font-size: 16px;
} }
.datatable thead, td {
padding: 5px; .datatable thead,
td {
padding: 3px;
border: solid 1px grey; border: solid 1px grey;
} }
@ -17,6 +19,7 @@
/* sql quiz component */ /* sql quiz component */
sql-quiz .sqlQuizHomeDiv { sql-quiz .sqlQuizHomeDiv {
margin: 1em 0em; margin: 1em 0em;
background: #f9f9f9; background: #f9f9f9;
@ -29,21 +32,21 @@ sql-quiz .sqlQuizTitle {
font-weight: 700; font-weight: 700;
} }
sql-quiz .sqlQuizDescription { sql-quiz .sqlQuizDescription {}
}
sql-quiz .sqlQuizInputArea { sql-quiz .sqlQuizInputArea {
line-height: 130%; line-height: 130%;
min-width: 100%; min-width: 100%;
} }
sql-quiz .sqlQuizInputArea .sqlOption { sql-quiz .sqlQuizInputArea .sqlOption {
min-width: 100%; min-width: 100%;
margin: 0.5em 0em; margin: 0.5em 0em;
} }
sql-quiz input[type=checkbox] { sql-quiz input[type=checkbox] {
transform: scale(1.5); transform: scale(1.5);
float: left; float: left;
} }
sql-quiz .sqlOption .optionText { sql-quiz .sqlOption .optionText {
@ -69,8 +72,10 @@ sql-quiz .sqlQuizOutputArea .returnOkay {
margin-top: 0.5em; margin-top: 0.5em;
} }
/* sql exercise component */ /* sql exercise component */
sql-exercise .sqlExHomeDiv{
sql-exercise .sqlExHomeDiv {
margin: 1em 0em; margin: 1em 0em;
font-family: Roboto, sans-serif; font-family: Roboto, sans-serif;
background: #f9f9f9; background: #f9f9f9;

Binary file not shown.