From 209e67e6deb92c61b756589ce5f27400035ee016 Mon Sep 17 00:00:00 2001 From: Scott Dale Date: Thu, 24 May 2007 02:35:55 +0000 Subject: update css for widget config div --- usr/local/www/themes/metallic/all.css | 11 ++++++++++- usr/local/www/themes/nervecenter/all.css | 9 +++++++++ usr/local/www/themes/pfsense-dropdown/all.css | 11 ++++++++++- usr/local/www/themes/pfsense/all.css | 11 ++++++++++- 4 files changed, 39 insertions(+), 3 deletions(-) diff --git a/usr/local/www/themes/metallic/all.css b/usr/local/www/themes/metallic/all.css index c5870df..d30fbbf 100644 --- a/usr/local/www/themes/metallic/all.css +++ b/usr/local/www/themes/metallic/all.css @@ -880,6 +880,15 @@ div#log span.log-protocol { padding: 5px; background:#CCCCCC; } +.widgetconfigdiv{ + background:#BBBBBB; + font-size: 11px; + color: #000000; + padding-right: 5px; + padding-left: 5px; + padding-top: 5px; + padding-bottom: 5px; +} div#log div.log-entry-mini { clear: both; @@ -938,4 +947,4 @@ div#log span.log-protocol-mini, div#log span.log-protocol-mini-header { width: 8%; border-right: 1px solid #999; -} \ No newline at end of file +} diff --git a/usr/local/www/themes/nervecenter/all.css b/usr/local/www/themes/nervecenter/all.css index 05d2f05..1fa2a50 100644 --- a/usr/local/www/themes/nervecenter/all.css +++ b/usr/local/www/themes/nervecenter/all.css @@ -1088,6 +1088,15 @@ div#log span.log-protocol { padding: 5px; background:#CCCCCC; } +.widgetconfigdiv{ + background:#BBBBBB; + font-size: 11px; + color: #000000; + padding-right: 5px; + padding-left: 5px; + padding-top: 5px; + padding-bottom: 5px; +} div#log div.log-entry-mini { clear: both; diff --git a/usr/local/www/themes/pfsense-dropdown/all.css b/usr/local/www/themes/pfsense-dropdown/all.css index 2c9f091..a8015b1 100644 --- a/usr/local/www/themes/pfsense-dropdown/all.css +++ b/usr/local/www/themes/pfsense-dropdown/all.css @@ -753,6 +753,15 @@ div.suggestions div.current { padding: 5px; background:#CCCCCC; } +.widgetconfigdiv{ + background:#BBBBBB; + font-size: 11px; + color: #000000; + padding-right: 5px; + padding-left: 5px; + padding-top: 5px; + padding-bottom: 5px; +} div#log div.log-entry-mini { clear: both; @@ -811,4 +820,4 @@ div#log span.log-protocol-mini, div#log span.log-protocol-mini-header { width: 8%; border-right: 1px solid #999; -} \ No newline at end of file +} diff --git a/usr/local/www/themes/pfsense/all.css b/usr/local/www/themes/pfsense/all.css index 59ab624..bb08d50 100644 --- a/usr/local/www/themes/pfsense/all.css +++ b/usr/local/www/themes/pfsense/all.css @@ -722,6 +722,15 @@ div.suggestions div.current { padding: 5px; background:#CCCCCC; } +.widgetconfigdiv{ + background:#BBBBBB; + font-size: 11px; + color: #000000; + padding-right: 5px; + padding-left: 5px; + padding-top: 5px; + padding-bottom: 5px; +} div#log div.log-entry-mini { clear: both; @@ -780,4 +789,4 @@ div#log span.log-protocol-mini, div#log span.log-protocol-mini-header { width: 8%; border-right: 1px solid #999; -} \ No newline at end of file +} -- cgit v1.1