Skip to content

Commit

Permalink
Merge pull request mozilla#15 from tallowen/collusion
Browse files Browse the repository at this point in the history
Make fixes for collusion page.
  • Loading branch information
tofumatt committed Mar 14, 2012
2 parents ae276a7 + 883bfae commit 1a8f201
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion media/socialshare.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified src/img/caret-open.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 9 additions & 9 deletions src/style.less
Expand Up @@ -49,16 +49,16 @@
border: 1px solid rgba(0, 0, 0, 0.12);
background: rgba(255, 255, 255, 0.95);
float: left;
width: 18px;
height: 18px;
width: 19px;
height: 19px;
margin-left: 6px;
margin-top: 4px;
.rounded(3px);
.box-shadow(~'0 0 .25px rgba(0, 0, 0, 0.3)', ~'inset 0 -2px rgba(0, 0, 0, 0.1)');
div {
width: 18px;
height: 10px;
margin-top: 3px;
width: 9px;
height: 7px;
margin: 5px auto 0;
background: no-repeat center;
background-image: @caret-non-active;
}
Expand Down Expand Up @@ -104,13 +104,13 @@
.share-link div {
.share-active-state;
.caret {
width: 20px;
height: 20px;
width: 21px;
height: 21px;
border: 0;
.box-shadow(~'0 0 1px rgba(255,255,255,0.6)', ~'inset 0 2px .5px 0 rgba(0,0,0,0.35)', ~'inset 0 0 5px 0 rgba(170,170,170,0.2)');
background-color: rgba(74,74,74,0.1);
div {
margin-top: 5px;
margin-top: 8px;
width: 20px;
}
}
Expand All @@ -124,7 +124,7 @@
width: 178px;
height: 68px;
padding: 12px 12px 6.5px 12px;
margin-left: 8px;
margin-left: 7px;
ul {
li {
float: left;
Expand Down

0 comments on commit 1a8f201

Please sign in to comment.