Merge pull request #5683 from svbergerem/mobile-fix-style-more
Mobile: fix style of 'more' button
This commit is contained in:
commit
e8440bb25f
1 changed files with 8 additions and 6 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue