Skip to content

Commit

Permalink
BUGFIX: enable the 'relative timestamp' share dialog on mobile view
Browse files Browse the repository at this point in the history
  • Loading branch information
ZogStriP committed Jun 11, 2014
1 parent 404021b commit 5e461a2
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions app/assets/stylesheets/mobile/topic-post.scss
Original file line number Diff line number Diff line change
Expand Up @@ -422,18 +422,23 @@ iframe {


#share-link {
width: 265px;
width: 300px;
margin-left: -4px;

h3 {
margin: 5px 0;
}
h3 {
margin: 5px 0;
float: left;
}

input[type=text] {
font-size: 16px;
width: 92%;
margin-bottom: 10px;
}
.date {
float: right;
margin: 5px;
}

input[type=text] {
font-size: 16px;
margin-bottom: 10px;
}
}

#selected-posts {
Expand Down Expand Up @@ -534,7 +539,6 @@ span.highlighted {
}

.topic-avatar {
width: 100%;
float: left;
position: relative;
z-index: 2;
Expand Down

0 comments on commit 5e461a2

Please sign in to comment.