Visual tweaks

(mostly CSS, don't show "Portals:" in statusbar on smartphones
This commit is contained in:
fkloft
2013-07-13 00:12:49 +02:00
parent 4162a5bbaf
commit 5bf8eb7333
3 changed files with 36 additions and 20 deletions

View File

@ -717,21 +717,21 @@ h3 {
box-sizing: border-box;
}
#updatestatus .loadlevel {
#updatestatus .map {
margin-left: 8px;
}
#loadlevel {
background: #FFF;
color: #000000;
display: inline-block;
min-width: 1.5em;
min-width: 1.8em;
border: 1px solid #20A8B1;
border-width: 0 1px;
margin: -4px 0;
padding: 4px 0.2em;
}
#updatestatus .map {
margin-left: 8px;
}
/* Dialogs
*/
.ui-tooltip, .ui-dialog {