diff --git a/app/views/status_messages/show.mobile.haml b/app/views/status_messages/show.mobile.haml index 1833932a4..8efa3f0d7 100644 --- a/app/views/status_messages/show.mobile.haml +++ b/app/views/status_messages/show.mobile.haml @@ -15,9 +15,9 @@ %span.time = t('ago', :time => time_ago_in_words(@status_message.created_at)) - %br - - if current_user.owns? @status_message - = link_to t('.destroy'), @status_message, :confirm => t('are_you_sure'), :method => :delete + %br + - if current_user.owns? @status_message + = link_to t('.destroy'), @status_message, :confirm => t('are_you_sure'), :method => :delete .stream.show{:data=>{:guid=>@status_message.id}} = render "comments/comments", :post_id => @status_message.id, :comments => @status_message.comments, :always_expanded => true, :force_open => true diff --git a/public/stylesheets/sass/mobile.sass b/public/stylesheets/sass/mobile.sass index 5fb84a5a5..f33599606 100644 --- a/public/stylesheets/sass/mobile.sass +++ b/public/stylesheets/sass/mobile.sass @@ -1,10 +1,18 @@ +// Copyright (c) 2010, Diaspora Inc. This file is +// licensed under the Affero General Public License version 3 or later. See +// the COPYRIGHT file. + + @import "mixins" -a +$blue: #3F8FBA + +a:not([role='button']) :text :decoration none :font - :weight normal + :weight normal !important + :color $blue !important #landing_content :text-align center @@ -66,7 +74,9 @@ a :margin :bottom 4px a - :color #000 + :color #000 !important + :font + :weight bold !important .content :padding @@ -146,6 +156,8 @@ ul :bottom 24px a :color #000 + :font + :weight bold !important img :float left