div.page,
div.header-container {
position: relative;
- min-width: 360px;
- min-height: 90%;
+ min-width: 400px;
width: 100%;
}
div.page {
- padding-top: 50px;
- padding-bottom: 20px;
font-size: 1em;
transition: all 0.5s linear;
+ min-height: 100%;
}
div.header {
div.footer {
position: absolute;
- bottom: 0px;
+ bottom: 5px;
width: 100%;
- height: 20px;
+ height: 2.2em;
font-size: 0.7em;
color: #aaa;
text-align: center;
div.page-container {
transition: all 0.2s linear;
- padding: 5px;
+ padding: 55px 5px 2.2em 5px;
}
div.page-container.stretched {
top: 50px;
left: 0px;
width: 0px;
- height: 100%;
+ bottom: 0px;
transition: all 0.2s linear;
overflow: auto;
}
div.settings.open {
width: 40%;
- min-width: 360px;
+ min-width: 400px;
}
div.settings-container {
padding-top: 10px;
- padding-bottom: 60px;
display: none;
white-space: nowrap;
}
div.settings-top-bar.open {
background-color: #414141;
- min-width: 360px;
+ min-width: 400px;
}
div.settings-section-title {
<img class="main-loading-progress" src="{{STATIC_URL}}img/main-loading-progress.gif">
</div>
<div class="footer">
- copyright © Calin Crisan 2013
+ <div class="system-info">free space: 100MB/300MB</div>
+ <div class="copyright-note">copyright © Calin Crisan 2013</div>
</div>
</div>
<div class="modal-glass"></div>