summaryrefslogtreecommitdiffstats
path: root/usr/local/www/themes
diff options
context:
space:
mode:
authorCharlie Marshall <charlie0440@gmail.com>2013-08-05 23:49:31 +0100
committerCharlie Marshall <charlie0440@gmail.com>2013-08-05 23:49:31 +0100
commit1bc946f108f332b314e9f0c4c1dafb554f3b8b85 (patch)
tree3145f2572dcedaeff26341da97a21715d7163c5e /usr/local/www/themes
parent14bcaa4b261b1044d84bad5ca7027eef270c91dc (diff)
downloadpfsense-1bc946f108f332b314e9f0c4c1dafb554f3b8b85.zip
pfsense-1bc946f108f332b314e9f0c4c1dafb554f3b8b85.tar.gz
disable horizontal resizing
Diffstat (limited to 'usr/local/www/themes')
-rw-r--r--usr/local/www/themes/_corporate/all.css1
-rwxr-xr-xusr/local/www/themes/code-red/all.css1
-rw-r--r--usr/local/www/themes/metallic/all.css1
-rw-r--r--usr/local/www/themes/nervecenter/all.css1
-rw-r--r--usr/local/www/themes/pfsense-dropdown/all.css1
-rw-r--r--usr/local/www/themes/pfsense/all.css1
-rw-r--r--usr/local/www/themes/pfsense_ng/all.css1
-rw-r--r--usr/local/www/themes/pfsense_ng_fs/all.css1
-rw-r--r--usr/local/www/themes/the_wall/all.css1
9 files changed, 9 insertions, 0 deletions
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+ */
OpenPOWER on IntegriCloud