From 1bc946f108f332b314e9f0c4c1dafb554f3b8b85 Mon Sep 17 00:00:00 2001 From: Charlie Marshall Date: Mon, 5 Aug 2013 23:49:31 +0100 Subject: disable horizontal resizing --- usr/local/www/themes/pfsense_ng/all.css | 1 + 1 file changed, 1 insertion(+) (limited to 'usr/local/www/themes/pfsense_ng') diff --git a/usr/local/www/themes/pfsense_ng/all.css b/usr/local/www/themes/pfsense_ng/all.css index ca65c63..7cb6d3f 100644 --- a/usr/local/www/themes/pfsense_ng/all.css +++ b/usr/local/www/themes/pfsense_ng/all.css @@ -1407,6 +1407,7 @@ table.sortable thead { /* widget textarea styles - full width */ .textarea_widget { width: 100%; + resize:vertical; -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ -moz-box-sizing: border-box; /* Firefox, other Gecko */ box-sizing: border-box; /* IE 8+ */ -- cgit v1.1