From 3c1f2dfdb82656dc47a1cb467d03e09e52792f24 Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Thu, 12 May 2011 21:51:06 +0000 Subject: h-source:added the other_names entry --- h-source/Public/Css/main.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'h-source/Public') diff --git a/h-source/Public/Css/main.css b/h-source/Public/Css/main.css index f37daf9..20c2f20 100644 --- a/h-source/Public/Css/main.css +++ b/h-source/Public/Css/main.css @@ -226,13 +226,18 @@ div#right padding:2px; border:1px solid #6495ED; } -.textarea_entry, .talk_textarea_entry +.textarea_entry, .talk_textarea_entry, .device_textarea_entry { width:630px; height:300px; padding:2px; border:1px solid #6495ED; } +.device_textarea_entry +{ + width:400px; + height:50px; +} /*.talk_input_entry { border:1px solid #CECECE; @@ -1715,4 +1720,9 @@ td.text_item_date float:right; font:normal 12px/1 sans-serif; color:#000; +} +span.entry_label_small +{ + font-weight:normal; + font-size:12px; } \ No newline at end of file -- cgit v1.2.3