mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 09:36:19 -05:00
modifying some styles for the new pin/unpin feature
This commit is contained in:
parent
1725f6e5bc
commit
ec96ca4c60
5 changed files with 23 additions and 16 deletions
|
@ -1,3 +1,4 @@
|
||||||
.fa-thumb-tack.unpinned {
|
.fa-thumb-tack.unpinned {
|
||||||
@include fa-icon-rotate(315deg, 1);
|
@include fa-icon-rotate(315deg, 1);
|
||||||
|
color: $secondary_text_color;
|
||||||
}
|
}
|
||||||
|
|
|
@ -231,8 +231,7 @@ blockquote {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
i {
|
i {
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
color: darken($tertiary_text_color, 60%);
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -60,6 +60,9 @@
|
||||||
border-spacing: 0;
|
border-spacing: 0;
|
||||||
margin: 0 0 10px;
|
margin: 0 0 10px;
|
||||||
border-top: 1px solid $primary-border-color;
|
border-top: 1px solid $primary-border-color;
|
||||||
|
.fa-thumb-tack {color: $primary_text_color;}
|
||||||
|
.fa-thumb-tack.unpinned {color: $secondary_text_color;}
|
||||||
|
|
||||||
a.title {color: $primary_text_color;}
|
a.title {color: $primary_text_color;}
|
||||||
a.title:visited:not(.badge-notification) {color: lighten($primary_text_color, 35%);}
|
a.title:visited:not(.badge-notification) {color: lighten($primary_text_color, 35%);}
|
||||||
|
|
||||||
|
@ -166,6 +169,7 @@
|
||||||
.topic-status {
|
.topic-status {
|
||||||
margin-right: 4px;
|
margin-right: 4px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
font-size: 15px;
|
||||||
&:last-of-type {
|
&:last-of-type {
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
|
@ -459,7 +463,6 @@
|
||||||
margin: 20px 0 10px;
|
margin: 20px 0 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-statuses .topic-status i {font-size: 15px;}
|
|
||||||
|
|
||||||
.empty-topic-list {
|
.empty-topic-list {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
|
|
@ -30,7 +30,9 @@
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 .topic-statuses .topic-status i {margin-right: 5px;}
|
h1 .topic-statuses .topic-status i {
|
||||||
|
font-size: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
.logo-small {
|
.logo-small {
|
||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
|
@ -462,7 +464,12 @@ iframe {
|
||||||
float: left;
|
float: left;
|
||||||
width: 78%;
|
width: 78%;
|
||||||
max-width: 800px;
|
max-width: 800px;
|
||||||
.topic-statuses {margin-right: 5px;}
|
.topic-statuses {
|
||||||
|
i { color: $primary_text_color;
|
||||||
|
}
|
||||||
|
.unpinned { color: $secondary_text_color;}
|
||||||
|
|
||||||
|
}
|
||||||
.topic-link {color: $primary_text_color;}
|
.topic-link {color: $primary_text_color;}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -488,12 +495,14 @@ iframe {
|
||||||
}
|
}
|
||||||
|
|
||||||
a.star {
|
a.star {
|
||||||
margin-right: 8px;
|
margin-right: 7px;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
margin-top: 6px;
|
margin-top: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-statuses {margin-top: -2px;}
|
.topic-statuses {
|
||||||
|
margin-top: -2px;
|
||||||
|
}
|
||||||
|
|
||||||
.badge-category {
|
.badge-category {
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
|
|
|
@ -37,7 +37,7 @@
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
.star {
|
.star {
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
margin-top: 8px;
|
margin-top: 6px;
|
||||||
margin-right: 6px;
|
margin-right: 6px;
|
||||||
}
|
}
|
||||||
#edit-title { width: 500px; }
|
#edit-title { width: 500px; }
|
||||||
|
@ -62,7 +62,9 @@
|
||||||
}
|
}
|
||||||
.topic-statuses {
|
.topic-statuses {
|
||||||
margin-top: -2px;
|
margin-top: -2px;
|
||||||
.fa-thumb-tack { margin-top: -1px; }
|
.fa-thumb-tack { padding-left: 3px;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
.chzn-container { vertical-align: middle; }
|
.chzn-container { vertical-align: middle; }
|
||||||
.private-message-glyph { display: none; }
|
.private-message-glyph { display: none; }
|
||||||
|
@ -181,13 +183,6 @@ a:hover.reply-new {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-statuses .topic-status {
|
|
||||||
padding: 0;
|
|
||||||
i {
|
|
||||||
font-size:20px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#suggested-topics .topic-statuses .topic-status {
|
#suggested-topics .topic-statuses .topic-status {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
i {
|
i {
|
||||||
|
|
Loading…
Reference in a new issue