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/_corporate/all.css | 1 + usr/local/www/themes/code-red/all.css | 1 + usr/local/www/themes/metallic/all.css | 1 + usr/local/www/themes/nervecenter/all.css | 1 + usr/local/www/themes/pfsense-dropdown/all.css | 1 + usr/local/www/themes/pfsense/all.css | 1 + usr/local/www/themes/pfsense_ng/all.css | 1 + usr/local/www/themes/pfsense_ng_fs/all.css | 1 + usr/local/www/themes/the_wall/all.css | 1 + 9 files changed, 9 insertions(+) (limited to 'usr/local/www/themes') diff --git a/usr/local/www/themes/_corporate/all.css b/usr/local/www/themes/_corporate/all.css index 24b1ab9..dbec369 100644 --- a/usr/local/www/themes/_corporate/all.css +++ b/usr/local/www/themes/_corporate/all.css @@ -1201,6 +1201,7 @@ div#log span.log-protocol-mini-header { /* 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+ */ diff --git a/usr/local/www/themes/code-red/all.css b/usr/local/www/themes/code-red/all.css index e6bf45a..b2cd42e 100755 --- a/usr/local/www/themes/code-red/all.css +++ b/usr/local/www/themes/code-red/all.css @@ -1295,6 +1295,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+ */ diff --git a/usr/local/www/themes/metallic/all.css b/usr/local/www/themes/metallic/all.css index 5bb8325..1beef1e 100644 --- a/usr/local/www/themes/metallic/all.css +++ b/usr/local/www/themes/metallic/all.css @@ -1265,6 +1265,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+ */ diff --git a/usr/local/www/themes/nervecenter/all.css b/usr/local/www/themes/nervecenter/all.css index 50a4086..38fec3c 100644 --- a/usr/local/www/themes/nervecenter/all.css +++ b/usr/local/www/themes/nervecenter/all.css @@ -1296,6 +1296,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+ */ diff --git a/usr/local/www/themes/pfsense-dropdown/all.css b/usr/local/www/themes/pfsense-dropdown/all.css index 685ca01..6fd62fd 100644 --- a/usr/local/www/themes/pfsense-dropdown/all.css +++ b/usr/local/www/themes/pfsense-dropdown/all.css @@ -1019,6 +1019,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+ */ diff --git a/usr/local/www/themes/pfsense/all.css b/usr/local/www/themes/pfsense/all.css index 466122a..6c6431f 100644 --- a/usr/local/www/themes/pfsense/all.css +++ b/usr/local/www/themes/pfsense/all.css @@ -1028,6 +1028,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+ */ 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+ */ diff --git a/usr/local/www/themes/pfsense_ng_fs/all.css b/usr/local/www/themes/pfsense_ng_fs/all.css index 0063462..f837986 100644 --- a/usr/local/www/themes/pfsense_ng_fs/all.css +++ b/usr/local/www/themes/pfsense_ng_fs/all.css @@ -1368,6 +1368,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+ */ diff --git a/usr/local/www/themes/the_wall/all.css b/usr/local/www/themes/the_wall/all.css index fabc494..25b3281 100644 --- a/usr/local/www/themes/the_wall/all.css +++ b/usr/local/www/themes/the_wall/all.css @@ -1304,6 +1304,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