Files
cbwebreader/comic/static/css/base.css
ajurna@gmail.com 58ff1060e6 made major changes to interface.
can now mark comics as read!
also added a recently added section.
2016-04-13 15:51:35 +01:00

43 lines
648 B
CSS

body {
padding-top: 50px;
}
.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;
}