aboutsummaryrefslogtreecommitdiff
path: root/h-source/Public
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-05-12 21:51:06 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-05-12 21:51:06 +0000
commit3c1f2dfdb82656dc47a1cb467d03e09e52792f24 (patch)
tree490a63fcaab8213346bb80657e61cde2245bf010 /h-source/Public
parent1b84f9bcf2d480431608d8fb08d0671bc945211d (diff)
h-source:added the other_names entry
Diffstat (limited to 'h-source/Public')
-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