From ec96fcb4966fa0eddabe60a0be316b59d0e018b8 Mon Sep 17 00:00:00 2001 From: JT Smith Date: Thu, 4 Nov 2004 00:26:53 +0000 Subject: [PATCH] form stuff --- www/extras/adminConsole/adminConsole.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/www/extras/adminConsole/adminConsole.css b/www/extras/adminConsole/adminConsole.css index 6c9b2d46c..3e3b882cb 100644 --- a/www/extras/adminConsole/adminConsole.css +++ b/www/extras/adminConsole/adminConsole.css @@ -149,3 +149,14 @@ div.tabs { background-color: #dddddd; } +/* form stuff */ + +.formDescription { + font-family: helvetica, arial; + font-size: 14px; +} + +.formSubtext { + font-family: helvetica, arial; + font-size: 11px; +}