summaryrefslogtreecommitdiffstats
path: root/usr/local/www/themes/nervecenter
diff options
context:
space:
mode:
authorCharlie Marshall <charlie0440@gmail.com>2013-08-05 22:50:57 +0100
committerCharlie Marshall <charlie0440@gmail.com>2013-08-05 22:56:25 +0100
commit82beeb74a765522fc5b51c3f52b1ced419b9593f (patch)
tree8b2d015d426674d6c9aad385eec5f4a1c62448e5 /usr/local/www/themes/nervecenter
parent3efa7976c418a0ec7014d81a8fbc6de6ded00caa (diff)
downloadpfsense-82beeb74a765522fc5b51c3f52b1ced419b9593f.zip
pfsense-82beeb74a765522fc5b51c3f52b1ced419b9593f.tar.gz
fix / make textarea full width
Diffstat (limited to 'usr/local/www/themes/nervecenter')
-rw-r--r--usr/local/www/themes/nervecenter/all.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/usr/local/www/themes/nervecenter/all.css b/usr/local/www/themes/nervecenter/all.css
index 552a7db..50a4086 100644
--- a/usr/local/www/themes/nervecenter/all.css
+++ b/usr/local/www/themes/nervecenter/all.css
@@ -1292,3 +1292,11 @@ table.sortable thead {
.thermal_sensors_widget_scale100 { position: absolute; height: 9px; width: 1px; left: 100%; margin-top: -6px; background-color: lightgray; z-index: 0; font-size: 0; }
.thermal_sensors_widget_mark100 { position: absolute; width: 15px; left: 96%; margin-top: -12px; font: 6pt Arial, sans-serif; text-align: left; color: #575757; }
+
+/* widget textarea styles - full width */
+.textarea_widget {
+ width: 100%;
+ -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