From e7932d97a25bf621082e93f47816a2a107a6d05f Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 15 Jan 2015 16:37:47 -0800 Subject: editing stuff for poco reputation --- view/css/mod_connedit.css | 9 +++++++++ view/tpl/abook_edit.tpl | 8 ++++++++ view/tpl/rating_slider.tpl | 2 +- 3 files changed, 18 insertions(+), 1 deletion(-) (limited to 'view') diff --git a/view/css/mod_connedit.css b/view/css/mod_connedit.css index 98c53602b..44a0a1abf 100644 --- a/view/css/mod_connedit.css +++ b/view/css/mod_connedit.css @@ -52,6 +52,15 @@ width: 600px !important; } +#rating-slider { + width: 600px !important; +} + +#rating-text { + width: 400px; + height: 60px; +} + .abook-edit-them, .abook-edit-me { float: left; margin-left: 10px; diff --git a/view/tpl/abook_edit.tpl b/view/tpl/abook_edit.tpl index c38cc8ffb..3709944e9 100755 --- a/view/tpl/abook_edit.tpl +++ b/view/tpl/abook_edit.tpl @@ -49,6 +49,7 @@ {{$rating}} + {{/if}} {{/if}} @@ -65,6 +66,7 @@ + @@ -74,6 +76,12 @@ {{/if}} +{{if $notself}} +

{{$lbl_rating_txt}}

+ +{{/if}} + + {{if $multiprofs }}

{{$lbl_vis1}}

diff --git a/view/tpl/rating_slider.tpl b/view/tpl/rating_slider.tpl index 6bdb57cd1..4702fc65b 100644 --- a/view/tpl/rating_slider.tpl +++ b/view/tpl/rating_slider.tpl @@ -1,4 +1,4 @@
-- cgit v1.2.3