Revert "Fix unmatched braces of "nav.post-controls button""

This reverts commit c43e86d7c6.
This commit is contained in:
Régis Hanol 2014-03-07 12:43:50 +01:00
parent 084f51b013
commit 87c5c59257
2 changed files with 166 additions and 170 deletions

View file

@ -106,9 +106,7 @@ 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;
}
@ -136,8 +134,7 @@ nav.post-controls {
padding: 8px 20px;
margin-left: 10px;
&:hover {
color: $tertiary_text_color;
&:hover { color: $tertiary_text_color;
background: $emphasis_text_color;
}
@ -208,6 +205,7 @@ nav.post-controls {
}
}
}
}
.embedded-posts {
background: lighten($secondary_background_color, 76%);
@ -447,7 +445,7 @@ iframe {
@include medium-width {
.extra-info-wrapper {
max-width: 720px;
}
}
}
/**/
@ -456,7 +454,7 @@ iframe {
@include small-width {
.extra-info-wrapper {
max-width: 680px;
}
}
}
@ -647,8 +645,8 @@ iframe {
}
.topic-meta-data {
float: left;
position: relative;
float: left;
position: relative;
h3 {
font-size: 13px;
@ -697,7 +695,7 @@ blockquote { /* solo quotes */
.avatar { margin-right: 7px; }
img {margin-top: -4px;}
}
}
}
@ -841,8 +839,7 @@ 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;}
}
}
@ -879,7 +876,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;
@ -898,7 +895,7 @@ button.show-replies {
}
.open > .dropdown-menu {
display: block;
clear: both;
clear: both;
}
.fade {
opacity: 0;

View file

@ -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,6 +486,5 @@ blockquote {
.gutter { display: none; }
.posts-wrapper {
position: relative;
.posts-wrapper { position: relative;
}