Merge pull request #5683 from svbergerem/mobile-fix-style-more

Mobile: fix style of 'more' button
This commit is contained in:
Jonne Haß 2015-02-27 15:53:36 +01:00
commit e8440bb25f

View file

@ -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;