Added status bar for mobile version.

This commit is contained in:
hastarin
2013-06-21 14:46:08 +10:00
parent bf6e086131
commit e8c73f9f46
5 changed files with 48 additions and 7 deletions

View File

@ -3,8 +3,32 @@ body {
color: #fff;
}
#sidebar, #updatestatus, #chatcontrols, #chat, #chatinput {
background: #0B3351 !important
#updatestatus {
background: #262c32;
width: 100%;
color: #d4d5d6;
border: 0;
}
#innerstatus {
float: right;
max-width: 50%;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
#mobileinfo {
float: left;
margin-right: 1em;
max-width: 50%;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
#sidebar, #chatcontrols, #chat, #chatinput {
background: #0B3351 !important;
}
.leaflet-top .leaflet-control {