WebUI: Align elements in footer

This commit is contained in:
Gabriele 2014-12-14 10:00:00 +01:00
parent f45e48c32a
commit 2c930862c5

View File

@ -423,3 +423,7 @@ div.toolbox.divider { /* Have to specify div here for IE6's sake */
height: 16px;
}
#desktopFooter td {
vertical-align: top;
text-align: center;
}