From 2d210db1b85e5893afe285fc7b32f9987f1ae565 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 27 Aug 2014 22:01:02 -0700 Subject: ability to create/edit/delete custom profile field definitions - read the source. Currently the created entries aren't added to the allowed fields arrays, but this can be done by hand until that bit is made available. Only choice for input type at the moment is 'text' or a text input, not a textarea. Multiple choice will be added later. --- view/theme/redbasic/css/style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'view/theme/redbasic') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 209e32c52..85ab4adb8 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -371,6 +371,17 @@ aside li { clear: both; } +#profile-edit-wrapper .field label { + margin-top: 20px; + width: 175px; +} + +#profile-edit-wrapper .field input[type="text"] { + margin-top: 20px; + width: 220px; +} + + #profile-edit-links { max-width: $converse_width; padding-top: 15px; -- cgit v1.2.3