diff --git a/app/assets/stylesheets/mobile.css.scss b/app/assets/stylesheets/mobile.css.scss index f6b152e15..1d74540a0 100644 --- a/app/assets/stylesheets/mobile.css.scss +++ b/app/assets/stylesheets/mobile.css.scss @@ -688,7 +688,7 @@ display: inline-block; margin: 10px 5px 2px; float: right; font-size: 12px; - color: #777; + color: #444; } .timestamp { @@ -704,6 +704,27 @@ form#new_message.new_message input.button.creation{ margin: 0 5px 5px; } +h3.ltr { + font-size: 18px; + line-height: 27px; + font-weight: bold; +} + +.ltr { + border: 0 none; + font-family: inherit; + font-size: 100%; + font-style: inherit; + font-weight: inherit; + margin: 0; + padding: 15px 15px; + vertical-align: baseline; +} + +textarea#message_text { + margin: 10px 0 10px; +} + form#new_conversation.new_conversation { background-color: #FFFFFF; border-bottom: 1px solid #999999; diff --git a/app/views/layouts/application.mobile.haml b/app/views/layouts/application.mobile.haml index b70717f7c..869863a2a 100644 --- a/app/views/layouts/application.mobile.haml +++ b/app/views/layouts/application.mobile.haml @@ -61,7 +61,7 @@ .badge_count = current_user.unread_notifications.count .badge{:class => "badge-inverse", :id => "conversations_badge"} - = link_to(image_tag('icons/mail_grey.png', :height => 16, :width => 16), conversations_path) + = link_to(image_tag('icons/mail_grey.png', :height => 11, :width => 17), conversations_path) - if current_user.unread_message_count > 0 .badge_count = current_user.unread_message_count