UX: increase post meta font size
This commit is contained in:
parent
b3465b4779
commit
53fb02f7fc
|
@ -28,9 +28,8 @@ h1 .topic-statuses .topic-status i {
|
||||||
|
|
||||||
.reply-to-tab {
|
.reply-to-tab {
|
||||||
z-index: 400;
|
z-index: 400;
|
||||||
font-size: $font-down-1;
|
|
||||||
float: right;
|
float: right;
|
||||||
margin: -4px 25px 0 0;
|
margin: -2px 25px 0 0;
|
||||||
color: dark-light-choose($primary-medium, $secondary-medium);
|
color: dark-light-choose($primary-medium, $secondary-medium);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -865,7 +864,6 @@ a.attachment:before {
|
||||||
.post-info {
|
.post-info {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
float: right;
|
float: right;
|
||||||
font-size: $font-down-1;
|
|
||||||
a {color: dark-light-choose($primary-medium, $secondary-medium); }
|
a {color: dark-light-choose($primary-medium, $secondary-medium); }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -890,7 +888,7 @@ span.highlighted {
|
||||||
color: $tertiary-medium;
|
color: $tertiary-medium;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0px;
|
right: 0px;
|
||||||
top: 15px;
|
top: 2em;
|
||||||
font-size: 0.571em;
|
font-size: 0.571em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue