Browse Source

WebUI: Align elements in footer

adaptive-webui-19844
Gabriele 10 years ago
parent
commit
2c930862c5
  1. 4
      src/webui/www/public/css/Layout.css

4
src/webui/www/public/css/Layout.css

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