migration to bootstrap 4

This commit is contained in:
ajurna
2020-05-14 11:23:11 +01:00
parent 53fd616038
commit 73de37f784
30 changed files with 87 additions and 11906 deletions

42
static/css/base.css Normal file
View File

@@ -0,0 +1,42 @@
.navbar {
margin: 0px;
}
.starter-template {
padding: 40px 15px;
text-align: center;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
position: relative;
min-height: 100%;
}
body {
/* Margin bottom by footer height */
margin-bottom: 80px;
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
/* Set the fixed height of the footer here */
height: 80px;
background-color: #f5f5f5;
}
.comic_box {
width: auto;
}
#dropdown-list{
max-height: 300px;
overflow: auto;
box-shadow: none;
}
td a {
display:block;
width:100%;
}
tr.clickable-row {
cursor: pointer;
}