a few more mobile CSS annoyances

This commit is contained in:
Jeff Atwood 2014-05-06 00:48:44 -07:00
parent 4346190b2c
commit e023849657
2 changed files with 17 additions and 5 deletions

View File

@ -148,12 +148,14 @@
.num {
text-align: center;
.posts {
font-weight: bold;
}
a:not(.badge-posts) {
color: inherit;
}
.num.posts {
font-weight: bold;
}
}
.age {
white-space: nowrap;

View File

@ -125,7 +125,7 @@ a.star {
border-radius: 5px;
margin: 15px 10px 20px 10px;
border: 1px solid scale-color($primary, $lightness: 90%);;
border: 1px solid scale-color($primary, $lightness: 90%);
h3 {
margin-bottom: 4px;
@ -165,7 +165,7 @@ a.star {
font-weight: normal;
font-size: 11px;
line-height: 14px;
}
}
}
.avatar {
@ -209,6 +209,11 @@ a.star {
.information {
border-top: 1px solid scale-color($primary, $lightness: 90%);
}
.domain {
scale-color($primary, $lightness: 90%);
}
.topic-links {
.badge-notification {
margin: 0 0 4px;
@ -243,6 +248,11 @@ a.star {
padding: 20px 10px 0 10px;
}
/* this is to force the drop-down notification state description para below the button */
#topic-footer-buttons p {
clear: both;
}
#suggested-topics {
clear: left;
padding: 20px 10px 15px 10px;