panel/static/css/main.css

28 lines
345 B
CSS
Raw Normal View History

2015-01-08 21:55:02 +00:00
body {
2015-01-09 01:51:20 +00:00
padding-top: 60px;
2015-01-08 21:55:02 +00:00
}
html {
position: relative;
min-height: 100%;
}
.footer {
position: absolute;
bottom: 0;
padding-top: 10px;
width: 100%;
height: 50px;
background-color: #f5f5f5;
}
2015-01-09 01:51:20 +00:00
.flash {
background: #cee5F5;
padding: 0.5em;
border: 1px solid #aacbe2;
}
.error {
background: #f0d6d6;
padding: 0.5em;
}