WebUI: Change the order of the values of speed labels

This commit is contained in:
buinsky
2016-01-13 23:12:28 +03:00
parent 3361f1cd80
commit dbf995480a
3 changed files with 16 additions and 12 deletions

View File

@@ -420,9 +420,14 @@ div.toolbox.divider { /* Have to specify div here for IE6's sake */
background: url(../images/skin/spinner.gif) no-repeat;
width: 16px;
height: 16px;
}
}
#desktopFooter td {
vertical-align: top;
text-align: center;
text-align: left;
}
td.speedLabel {
cursor:pointer;
min-width: 18em;
}