From 82beeb74a765522fc5b51c3f52b1ced419b9593f Mon Sep 17 00:00:00 2001 From: Charlie Marshall Date: Mon, 5 Aug 2013 22:50:57 +0100 Subject: fix / make textarea full width --- usr/local/www/themes/nervecenter/all.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'usr/local/www/themes/nervecenter') 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+ */ +} -- cgit v1.1