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 {
|
||||
padding: 0;
|
||||
button {color: lighten($primary_text_color, 50%);
|
||||
button {
|
||||
color: lighten($primary_text_color, 50%);
|
||||
}
|
||||
margin-right: 2px;
|
||||
}
|
||||
|
||||
|
@ -134,7 +136,8 @@ nav.post-controls {
|
|||
padding: 8px 20px;
|
||||
margin-left: 10px;
|
||||
|
||||
&:hover { color: $tertiary_text_color;
|
||||
&:hover {
|
||||
color: $tertiary_text_color;
|
||||
background: $emphasis_text_color;
|
||||
}
|
||||
|
||||
|
@ -205,7 +208,6 @@ nav.post-controls {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.embedded-posts {
|
||||
background: lighten($secondary_background_color, 76%);
|
||||
|
@ -445,7 +447,7 @@ iframe {
|
|||
@include medium-width {
|
||||
.extra-info-wrapper {
|
||||
max-width: 720px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**/
|
||||
|
@ -454,7 +456,7 @@ iframe {
|
|||
@include small-width {
|
||||
.extra-info-wrapper {
|
||||
max-width: 680px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
@ -645,8 +647,8 @@ iframe {
|
|||
}
|
||||
|
||||
.topic-meta-data {
|
||||
float: left;
|
||||
position: relative;
|
||||
float: left;
|
||||
position: relative;
|
||||
|
||||
h3 {
|
||||
font-size: 13px;
|
||||
|
@ -695,7 +697,7 @@ blockquote { /* solo quotes */
|
|||
.avatar { margin-right: 7px; }
|
||||
img {margin-top: -4px;}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
@ -839,7 +841,8 @@ button.show-replies {
|
|||
background: lighten($secondary_background_color, 76%);
|
||||
margin-bottom: 0;
|
||||
padding-bottom: 8px;
|
||||
&:hover {background: lighten($secondary_background_color, 76%);
|
||||
&:hover {
|
||||
background: lighten($secondary_background_color, 76%);
|
||||
.badge-posts {color: $secondary_text_color;}
|
||||
}
|
||||
}
|
||||
|
@ -876,7 +879,7 @@ button.show-replies {
|
|||
box-shadow: 0 1px 5px rgba($primary_shadow_color, .4);
|
||||
background-clip: padding-box;
|
||||
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 {
|
||||
display: block;
|
||||
|
@ -895,7 +898,7 @@ button.show-replies {
|
|||
}
|
||||
.open > .dropdown-menu {
|
||||
display: block;
|
||||
clear: both;
|
||||
clear: both;
|
||||
}
|
||||
.fade {
|
||||
opacity: 0;
|
||||
|
|
|
@ -21,7 +21,7 @@ nav.post-controls {
|
|||
padding: 0;
|
||||
border-right: 1px solid $primary_border_color;
|
||||
margin-top: 10px;
|
||||
button {color: lighten($primary_text_color, 35%);
|
||||
button {color: lighten($primary_text_color, 35%);}
|
||||
border-radius: 4px;
|
||||
margin-right: 2px;
|
||||
|
||||
|
@ -48,7 +48,7 @@ button.create {
|
|||
color: lighten($primary_text_color, 35%);
|
||||
padding-right: 7px;
|
||||
}
|
||||
.like {
|
||||
.like {
|
||||
border-right: 1px solid $primary_border_color;
|
||||
}
|
||||
|
||||
|
@ -93,8 +93,8 @@ button {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -486,5 +486,6 @@ blockquote {
|
|||
|
||||
.gutter { display: none; }
|
||||
|
||||
.posts-wrapper { position: relative;
|
||||
.posts-wrapper {
|
||||
position: relative;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue