diff --git a/app/assets/stylesheets/mobile/mobile.css.scss b/app/assets/stylesheets/mobile/mobile.css.scss index dc973472d..193d5d7e0 100644 --- a/app/assets/stylesheets/mobile/mobile.css.scss +++ b/app/assets/stylesheets/mobile/mobile.css.scss @@ -198,7 +198,6 @@ h3 { } .more-link, .no-more-posts { - box-shadow: inset 0 1px 5px #777, 0 1px 1px rgba(0,0,0,0.4); display: block; text-align: center; padding: 0 10px; @@ -215,6 +214,9 @@ h3 { text-shadow: 0 2px 0 #fff; } } +.no-more-posts { + box-shadow: inset 0 1px 5px #777, 0 1px 1px rgba(0,0,0,0.4); +} .info { color: #ccc; @@ -647,9 +649,9 @@ select { } .conversation_participants img.avatar{ - height:35px; - width:35px; - margin: 5px 0 5px 2px; + height:35px; + width:35px; + margin: 5px 0 5px 2px; } .conversations img.avatar{ @@ -686,8 +688,8 @@ select { } form#new_conversation.new_message input.button.creation{ - float: right; - margin: 0 5px 5px; + float: right; + margin: 0 5px 5px; } h3.ltr {