Added complete flair style to compact

Mostly borrowed from the main site.
This commit is contained in:
Paradox
2011-08-10 12:12:56 -07:00
committed by Max Goodman
parent 40ff9aa3d4
commit 86b790a231
2 changed files with 15 additions and 2 deletions

View File

@@ -544,4 +544,4 @@ body.toolbar { margin: 0px; padding: 0px; overflow: hidden; }
a.author { margin-right: 0.5em; }
.flair { margin-right: 0.5em; }
.flair { margin-top: 2px; margin-right: 0.5em; padding: 0px 2px; display: inline-block; background: whiteSmoke; color: #545454; border: 1px solid #dedede; -moz-border-radius: 2px; -webkit-border-radius: 2px; -o-border-radius: 2px; -ms-border-radius: 2px; -khtml-border-radius: 2px; border-radius: 2px; -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.9); -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.9); -o-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.9); box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.9); }

View File

@@ -1506,4 +1506,17 @@ body.toolbar {
a.author { margin-right: 0.5em; }
.flair { margin-right: 0.5em; }
.flair {
margin: {
top: 2px;
right: 0.5em;
}
padding: 0px 2px;
display: inline-block;
background: whiteSmoke;
color: hsl(0, 0%, 33%);
border: 1px solid hsl(0, 0%, 87%);
@include border-radius(2px);
@include box-shadow(inset 0px 1px 0px hsla(0,0%,100%,.9));
}