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 { .num {
text-align: center; text-align: center;
.posts {
font-weight: bold;
}
a:not(.badge-posts) { a:not(.badge-posts) {
color: inherit; color: inherit;
} }
.num.posts {
font-weight: bold;
}
} }
.age { .age {
white-space: nowrap; white-space: nowrap;

View File

@ -125,7 +125,7 @@ a.star {
border-radius: 5px; border-radius: 5px;
margin: 15px 10px 20px 10px; margin: 15px 10px 20px 10px;
border: 1px solid scale-color($primary, $lightness: 90%);; border: 1px solid scale-color($primary, $lightness: 90%);
h3 { h3 {
margin-bottom: 4px; margin-bottom: 4px;
@ -165,7 +165,7 @@ a.star {
font-weight: normal; font-weight: normal;
font-size: 11px; font-size: 11px;
line-height: 14px; line-height: 14px;
} }
} }
.avatar { .avatar {
@ -209,6 +209,11 @@ a.star {
.information { .information {
border-top: 1px solid scale-color($primary, $lightness: 90%); border-top: 1px solid scale-color($primary, $lightness: 90%);
} }
.domain {
scale-color($primary, $lightness: 90%);
}
.topic-links { .topic-links {
.badge-notification { .badge-notification {
margin: 0 0 4px; margin: 0 0 4px;
@ -243,6 +248,11 @@ a.star {
padding: 20px 10px 0 10px; 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 { #suggested-topics {
clear: left; clear: left;
padding: 20px 10px 15px 10px; padding: 20px 10px 15px 10px;