mirror of
https://github.com/discourse/discourse.git
synced 2024-11-30 12:43:54 -06:00
a few more mobile CSS tweaks
This commit is contained in:
parent
65af49f828
commit
1bf566ac8e
@ -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;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -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 {
|
||||||
|
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user