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

View File

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

View File

@ -38,10 +38,13 @@
.private-message-glyph { color: scale-color($primary, $lightness: 75%); } .private-message-glyph { color: scale-color($primary, $lightness: 75%); }
.private_message #topic-title .private-message-glyph { display: inline; } .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; clear: both;
float: left; float: left;
margin-top: 0px; margin-top: 0px;
padding-top: 1px;
} }
#topic-closing-info { #topic-closing-info {