Fix unmatched braces of "nav.post-controls button"
Spacing changes made so that the other braces could be compared
This commit is contained in:
parent
0d84ec4d58
commit
c43e86d7c6
|
@ -106,7 +106,9 @@ section.post-menu-area, .post-actions {
|
||||||
|
|
||||||
nav.post-controls {
|
nav.post-controls {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
button {color: lighten($primary_text_color, 50%);
|
button {
|
||||||
|
color: lighten($primary_text_color, 50%);
|
||||||
|
}
|
||||||
margin-right: 2px;
|
margin-right: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -134,7 +136,8 @@ nav.post-controls {
|
||||||
padding: 8px 20px;
|
padding: 8px 20px;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
|
|
||||||
&:hover { color: $tertiary_text_color;
|
&:hover {
|
||||||
|
color: $tertiary_text_color;
|
||||||
background: $emphasis_text_color;
|
background: $emphasis_text_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -205,7 +208,6 @@ nav.post-controls {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
.embedded-posts {
|
.embedded-posts {
|
||||||
background: lighten($secondary_background_color, 76%);
|
background: lighten($secondary_background_color, 76%);
|
||||||
|
@ -445,7 +447,7 @@ iframe {
|
||||||
@include medium-width {
|
@include medium-width {
|
||||||
.extra-info-wrapper {
|
.extra-info-wrapper {
|
||||||
max-width: 720px;
|
max-width: 720px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**/
|
/**/
|
||||||
|
@ -454,7 +456,7 @@ iframe {
|
||||||
@include small-width {
|
@include small-width {
|
||||||
.extra-info-wrapper {
|
.extra-info-wrapper {
|
||||||
max-width: 680px;
|
max-width: 680px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -645,8 +647,8 @@ iframe {
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-meta-data {
|
.topic-meta-data {
|
||||||
float: left;
|
float: left;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
|
@ -695,7 +697,7 @@ blockquote { /* solo quotes */
|
||||||
.avatar { margin-right: 7px; }
|
.avatar { margin-right: 7px; }
|
||||||
img {margin-top: -4px;}
|
img {margin-top: -4px;}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -839,7 +841,8 @@ button.show-replies {
|
||||||
background: lighten($secondary_background_color, 76%);
|
background: lighten($secondary_background_color, 76%);
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
padding-bottom: 8px;
|
padding-bottom: 8px;
|
||||||
&:hover {background: lighten($secondary_background_color, 76%);
|
&:hover {
|
||||||
|
background: lighten($secondary_background_color, 76%);
|
||||||
.badge-posts {color: $secondary_text_color;}
|
.badge-posts {color: $secondary_text_color;}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -876,7 +879,7 @@ button.show-replies {
|
||||||
box-shadow: 0 1px 5px rgba($primary_shadow_color, .4);
|
box-shadow: 0 1px 5px rgba($primary_shadow_color, .4);
|
||||||
background-clip: padding-box;
|
background-clip: padding-box;
|
||||||
span {font-size: 12px;}
|
span {font-size: 12px;}
|
||||||
.title {font-weight: bold; display: block; font-size: 14px;}
|
.title {font-weight: bold; display: block; font-size: 14px;}
|
||||||
}
|
}
|
||||||
.dropdown-menu a {
|
.dropdown-menu a {
|
||||||
display: block;
|
display: block;
|
||||||
|
@ -895,7 +898,7 @@ button.show-replies {
|
||||||
}
|
}
|
||||||
.open > .dropdown-menu {
|
.open > .dropdown-menu {
|
||||||
display: block;
|
display: block;
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
.fade {
|
.fade {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
|
|
@ -21,7 +21,7 @@ nav.post-controls {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
border-right: 1px solid $primary_border_color;
|
border-right: 1px solid $primary_border_color;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
button {color: lighten($primary_text_color, 35%);
|
button {color: lighten($primary_text_color, 35%);}
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
margin-right: 2px;
|
margin-right: 2px;
|
||||||
|
|
||||||
|
@ -48,7 +48,7 @@ button.create {
|
||||||
color: lighten($primary_text_color, 35%);
|
color: lighten($primary_text_color, 35%);
|
||||||
padding-right: 7px;
|
padding-right: 7px;
|
||||||
}
|
}
|
||||||
.like {
|
.like {
|
||||||
border-right: 1px solid $primary_border_color;
|
border-right: 1px solid $primary_border_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -93,8 +93,8 @@ button {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -486,5 +486,6 @@ blockquote {
|
||||||
|
|
||||||
.gutter { display: none; }
|
.gutter { display: none; }
|
||||||
|
|
||||||
.posts-wrapper { position: relative;
|
.posts-wrapper {
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue