From df14d7abc472b49c8cb503dde789c9658ab73366 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 12 Jan 2012 18:54:35 -0800 Subject: allow crepair to change name - as long as it isn't blank --- view/crepair.tpl | 36 ++++++++++++++++++++---------------- view/theme/testbubble/style.css | 11 +++++++++++ 2 files changed, 31 insertions(+), 16 deletions(-) (limited to 'view') diff --git a/view/crepair.tpl b/view/crepair.tpl index 94472d448..a3e532b61 100644 --- a/view/crepair.tpl +++ b/view/crepair.tpl @@ -3,36 +3,40 @@

$contact_name

- - + +
- - + +
- - + +
- - + + +
+ + +
- - + +
- - + +
- - + +
- - + +
diff --git a/view/theme/testbubble/style.css b/view/theme/testbubble/style.css index 9901d1469..118fc2e7c 100644 --- a/view/theme/testbubble/style.css +++ b/view/theme/testbubble/style.css @@ -2211,6 +2211,17 @@ margin-left: 0px; color: #efefef; } +.crepair-label { + margin-top: 10px; + float: left; + width: 250px; +} + +.crepair-input { + margin-top: 10px; + float: left; + width: 200px; +} /* ===================================== */ /* = Register, Settings, Profile Forms = */ -- cgit v1.2.3