mobile topic list and user page CSS tweaks

This commit is contained in:
Jeff Atwood 2015-10-22 23:23:13 -07:00
parent 8a5f8d62b2
commit fac25763ba
3 changed files with 5 additions and 3 deletions

View File

@ -34,7 +34,7 @@
<ul>
{{#if model.can_send_private_message_to_user}}
<li>
<a class='btn btn-primary right' {{action "composePrivateMessage" model}}>
<a class='btn btn-primary' {{action "composePrivateMessage" model}}>
{{fa-icon "envelope"}}
{{i18n 'user.private_message'}}
</a>

View File

@ -120,7 +120,9 @@
.age {
white-space: nowrap;
a {
padding: 15px 10px 15px 5px;
// let's make all ages dim on mobile so we're not
// overwhelming people with info about each topic
color: dark-light-choose(scale-color($primary, $lightness: 70%), scale-color($secondary, $lightness: 30%)) !important;
}
}
}

View File

@ -256,7 +256,7 @@
}
.details {
padding: 15px 15px 4px 15px;
padding: 15px 10px 4px 10px;
background-color: dark-light-choose(rgba($primary, .9), rgba($secondary, .9));
opacity: 0.8;