diff --git a/Netdisco/public/css/netdisco.css b/Netdisco/public/css/netdisco.css index 946554fc..da85b7b3 100644 --- a/Netdisco/public/css/netdisco.css +++ b/Netdisco/public/css/netdisco.css @@ -17,6 +17,11 @@ body { padding-top: 11px; } +/* on both main content and sidebar, hidden overflow is weird and wrong?! */ +.tab-content { + overflow: visible; +} + /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ /* various styles to adjust the hero box used for homepage + login */ @@ -119,10 +124,6 @@ body { /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ /* for table and to position cell content */ -table { - width: 100%; -} - td { vertical-align: baseline; } @@ -299,8 +300,4 @@ form .clearfix.success input { margin-bottom: 0px; } -.sidebar .tab-content { - overflow: visible; -} - /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */