Skip to content

Instantly share code, notes, and snippets.

@timruffles
Created November 19, 2010 16:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timruffles/706738 to your computer and use it in GitHub Desktop.
Save timruffles/706738 to your computer and use it in GitHub Desktop.
div#comwrapper{
position:relative;
height: 70px;
overflow: hidden;
zoom: 1;
background: $main_bg;
color: #fff;
font-size: 12px;
margin-bottom: 10px;
padding: 10px;
a#whyinvite{
position: absolute;
right: 10px;
bottom: 12px;
cursor: pointer;
color: #FFF;
font-style: italic;
font-size: 12px;
background: #488b4e;
text-decoration: none;
padding: 0 3px;
@include border-radius(3px);
&:hover{
background: #36703c;
}
}
}
div#communicators{
overflow: auto;
margin: 0;
padding: 0;
.buttons{
a{
float:left;
clear: left;
line-height: 20px;
color: #FFF;
text-decoration: none;
&:hover{
text-decoration: none;
color: #B6E3B9;
}
&.btn{
padding: 2px 0 2px 20px;
&.tweet{
background: url(/images/ui/twitter-icon.png) 0 center no-repeat;
}
&.fb_msg{
padding-left: 0;
padding-bottom: 0;
span.FBConnectButton_Text_Simple:hover{
text-decoration: none;
}
}
&.fb_invite{
background: url(/images/ui/fb-icon.png) 0 center no-repeat;
cursor: pointer;
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment