From 716c2fe11f9ffae78d741aab1bdff6860e57506d Mon Sep 17 00:00:00 2001 From: "Eric A. Miller" Date: Tue, 12 Aug 2014 23:00:02 -0400 Subject: [PATCH] Add no wrap style and div clear to netdisco.css --- Netdisco/share/public/css/netdisco.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Netdisco/share/public/css/netdisco.css b/Netdisco/share/public/css/netdisco.css index 8c6edcc1..d80790bb 100644 --- a/Netdisco/share/public/css/netdisco.css +++ b/Netdisco/share/public/css/netdisco.css @@ -160,6 +160,11 @@ div.content > div.tab-content table.nd_floatinghead thead { color: #404040; } +/* nowrap for port name and description columns */ +.nd_nowrap { + white-space:nowrap; +} + /* nudge cell content to the right when port_control controls are enabled */ .nd_editable-cell > .nd_this-port-only { margin-left: 18px; @@ -653,3 +658,8 @@ form .clearfix.success input { } /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ + +/* Clear div for DataTables ColVis plugin */ +div.nd_clear-both { + clear:both; +} \ No newline at end of file