a few more mobile CSS tweaks

This commit is contained in:
Jeff Atwood 2014-05-06 01:14:56 -07:00
parent 65af49f828
commit 1bf566ac8e
3 changed files with 12 additions and 6 deletions

View File

@ -44,8 +44,7 @@
width: 100%;
border-collapse: separate;
border-spacing: 0;
border-top: 1px solid scale-color($primary, $lightness: 90%);;
border-bottom: 1px solid scale-color($primary, $lightness: 90%);;
border-top: 1px solid scale-color($primary, $lightness: 90%);
> tbody > tr {
background-color: $secondary;
@ -146,14 +145,17 @@
}
}
.num.posts {
font-weight: bold;
}
.num {
text-align: center;
a:not(.badge-posts) {
color: inherit;
}
}
.num.posts {
font-weight: bold;
}
}

View File

@ -211,7 +211,7 @@ a.star {
}
.domain {
color: scale-color($primary, $lightness: 90%);
color: scale-color($primary, $lightness: 75%);
}
.topic-links {
@ -251,6 +251,7 @@ a.star {
/* this is to force the drop-down notification state description para below the button */
#topic-footer-buttons p {
clear: both;
margin: 0;
}
#suggested-topics {

View File

@ -38,10 +38,13 @@
.private-message-glyph { color: scale-color($primary, $lightness: 75%); }
.private_message #topic-title .private-message-glyph { display: inline; }
.notification-options {
/* both blocks that appear under the standard post control buttons */
.notification-options, .pinned-options {
clear: both;
float: left;
margin-top: 0px;
padding-top: 1px;
}
#topic-closing-info {