mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-27 03:00:12 -04:00
Added complete flair style to compact
Mostly borrowed from the main site.
This commit is contained in:
@@ -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); }
|
||||
|
||||
@@ -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));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user