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 {
|
.more-link, .no-more-posts {
|
||||||
box-shadow: inset 0 1px 5px #777, 0 1px 1px rgba(0,0,0,0.4);
|
|
||||||
display: block;
|
display: block;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
|
|
@ -215,6 +214,9 @@ h3 {
|
||||||
text-shadow: 0 2px 0 #fff;
|
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 {
|
.info {
|
||||||
color: #ccc;
|
color: #ccc;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue