platform info

This commit is contained in:
Devaev Maxim
2018-07-23 03:22:08 +03:00
parent 434d16d523
commit c07f811c87
7 changed files with 72 additions and 0 deletions

View File

@@ -258,3 +258,27 @@ div#msd-progress span#msd-progress-value {
display: inline-block;
height: 100%;
}
ul#bottom {
list-style-type: none;
bottom: 0;
position: fixed;
width: 100%;
padding: 0;
font-size: 0.7em;
color: var(--fg-color-inactive);
z-index: -1;
}
ul#bottom li {
padding: 0 10px;
}
ul#bottom li.bottom-left {
float: left;
}
ul#bottom li.bottom-right {
float: right;
}
ul#bottom li a {
text-decoration: underline dotted;
color: var(--fg-color-inactive);
}