switch case form to crispy and start using bootstrap nav
This commit is contained in:
+17
-15
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user