aboutsummaryrefslogtreecommitdiff
path: root/h-source/Public/Css/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'h-source/Public/Css/main.css')
-rw-r--r--h-source/Public/Css/main.css12
1 files changed, 11 insertions, 1 deletions
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