switch case form to crispy and start using bootstrap nav

This commit is contained in:
Ross
2024-12-23 10:09:08 +00:00
parent 55507d215c
commit 1fdb4c9159
12 changed files with 346 additions and 122 deletions
+17 -15
View File
@@ -142,18 +142,6 @@ button a {
color: inherit;
}
.main-nav-header {
/* max-width: 50%; */
float: right;
}
.main-nav-header span {
float: right;
padding-left: 10px;
}
.top-bar-link {}
.marking-list pre {
display: inline;
white-space: pre-wrap;
@@ -1114,7 +1102,7 @@ tr:has(> td > a) {
#logout-form {
display: inline;
}
#logout-form button {
/* #logout-form button {
background: none;
border: none;
cursor: pointer;
@@ -1122,7 +1110,7 @@ tr:has(> td > a) {
text-decoration: underline;
color: #3282b8;
}
*/
.resource-block {
max-width: fit-content;
}
@@ -1317,4 +1305,18 @@ details.help-text > summary {
.accordion-button {
background-color: darkgray;
}
}
.navbar {
padding: 0px;
}
.navbar .nav-link {
padding: 0px;
}
.navbar .navbar-brand {
padding-top: 1px;
padding-bottom: 1px;
}