diff --git a/Netdisco/public/css/netdisco.css b/Netdisco/public/css/netdisco.css index 797d0231..946554fc 100644 --- a/Netdisco/public/css/netdisco.css +++ b/Netdisco/public/css/netdisco.css @@ -117,7 +117,15 @@ body { } /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ -/* for table to center cell content */ +/* for table and to position cell content */ + +table { + width: 100%; +} + +td { + vertical-align: baseline; +} .center_cell { text-align: center; @@ -241,7 +249,6 @@ form .clearfix.success input { .sidebar_pinned { position: fixed !important; - margin-top: 50px; } #sidebar_pin {