From d2a7b5babef88fc92212ad071daaf73461b35c90 Mon Sep 17 00:00:00 2001 From: Jeroen Date: Wed, 6 Aug 2014 21:49:30 +0000 Subject: Reworked the options on the profile edit page. In one words: buttons. Hope you liked it. Revert or fix if not. Also reworked the channels manage page a bit, because channel names where not readable with larger fonts. Not perfect yet, but now readable and I think better aligned. Also revert/fix if not good. --- view/css/mod_manage.css | 19 ++++++++++++------- view/theme/redbasic/css/style.css | 28 ++++++++++++++++++++++++---- view/tpl/channel.tpl | 2 +- view/tpl/profile_edit.tpl | 19 +++++++------------ 4 files changed, 44 insertions(+), 24 deletions(-) (limited to 'view') diff --git a/view/css/mod_manage.css b/view/css/mod_manage.css index 5813214d7..159707e40 100644 --- a/view/css/mod_manage.css +++ b/view/css/mod_manage.css @@ -25,8 +25,7 @@ #selected-channel .channel-selection { clear: both; - width: 120px; - margin: 0px auto 0px auto; + margin: 0 auto 0 auto; } .channel-selection-default { @@ -35,9 +34,9 @@ } #all-channels .channel-selection { - width: 120px; + width: 10em; float: left; - margin-bottom: 15px; + margin: 0 15px 15px 0; } .channels-end { clear: both; @@ -49,7 +48,13 @@ } .channel-selection-name-link .channel-name { - width: 120px; - height: 18px; + padding-top: 10px; + text-align: left; + word-wrap: break-word; overflow: hidden; -} \ No newline at end of file +} + +.channels-notifications-wrapper { + clear: both; + padding-top: 10px; +} diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 92ec48b77..15c0ae8a5 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -368,13 +368,33 @@ aside li { clear: both; } +#profile-edit-links { + width: $converse_width; + padding-top: 15px; + padding-bottom: 15px; +} -#profile-edit-links ul { - list-style-type: none; +#profile-edit-links .btn { + margin: 0 10px 15px 0; } -#profile-edit-links li { - margin-top: 10px; +.profile-import { + vertical-align: top; + text-align: left; +} + +.profile-import b { + color: $link_colour; +} + +.profile-import input { + color: $font_colour; + border: none; +} + +#profile-edit-drop-link { + color: #FFF; + font-weight: normal; } #profile-like { diff --git a/view/tpl/channel.tpl b/view/tpl/channel.tpl index a20cf0e6a..55b122d9b 100755 --- a/view/tpl/channel.tpl +++ b/view/tpl/channel.tpl @@ -7,8 +7,8 @@ {{/if}} {{/if}} {{$channel.channel_name}} +
{{if $channel.mail != 0}} {{$channel.mail}}{{else}}  {{/if}} {{if $channel.intros != 0}} {{$channel.intros}}{{else}}  {{/if}}
{{$channel.channel_name}}
-{{if $channel.mail != 0}} {{$channel.mail}}{{else}}  {{/if}} {{if $channel.intros != 0}} {{$channel.intros}}{{else}}  {{/if}}
diff --git a/view/tpl/profile_edit.tpl b/view/tpl/profile_edit.tpl index afd24185c..b007d54ca 100755 --- a/view/tpl/profile_edit.tpl +++ b/view/tpl/profile_edit.tpl @@ -5,22 +5,17 @@
- -- cgit v1.2.3