diff options
Diffstat (limited to 'UI')
-rw-r--r-- | UI/Contact/contact.css | 7 | ||||
-rw-r--r-- | UI/Contact/contact.html | 14 |
2 files changed, 9 insertions, 12 deletions
diff --git a/UI/Contact/contact.css b/UI/Contact/contact.css index 6675452f..2f0575df 100644 --- a/UI/Contact/contact.css +++ b/UI/Contact/contact.css @@ -23,12 +23,7 @@ div.note_contents { white-space:pre } -#line-two { - position: relative; - left: 12ex; -} - -#line-three { +.addl-address { position: relative; left: 12ex; } diff --git a/UI/Contact/contact.html b/UI/Contact/contact.html index e1b92cb0..08e4ce5b 100644 --- a/UI/Contact/contact.html +++ b/UI/Contact/contact.html @@ -518,17 +518,19 @@ problems with multi-word single-quoted constructs in PI tags. -CT --> </div> <div> <?lsmb PROCESS input element_data = { - name = "line_two", - value = line_two, - type = "text", + name = "line_two" + class = "addl-address" + value = line_two + type = "text" size = "20" } ?> </div> <div> <?lsmb PROCESS input element_data = { - name = "line_three", - value = line_three, - type = "text", + name = "line_three" + class = "addl-address" + value = line_three + type = "text" size = "20" } ?> </div> |