From 63946f2cd717bce559c08c017aeaebdddd81b5a1 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Sat, 3 Mar 2012 22:12:00 +0000 Subject: [PATCH] css fixes for table, cells, and pinned sidebar --- Netdisco/public/css/netdisco.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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 {