fix status bar to bottom of the screen

This commit is contained in:
Jannis R 2016-11-30 17:28:55 +01:00
parent 837ff1bc7d
commit cce195a98b
No known key found for this signature in database
GPG Key ID: 0FE83946296A88A5

View File

@ -15,10 +15,15 @@
/* along with Parity. If not, see <http://www.gnu.org/licenses/>.
*/
.status {
padding: 0.5em;
position: fixed;
bottom: 0;
left: 0;
right: 0;
z-index: 1000;
padding: .4em .5em;
font-size: x-small;
color: #ccc;
background-color: rgba(0, 0, 0, 0.2)
background-color: rgba(0, 0, 0, 0.8);
}
.title {
@ -42,7 +47,7 @@
.netinfo {
display: flex;
align-items: center;
color: #ddd;
color: #ddd;
}
.netinfo > * {