Skip to content

Instantly share code, notes, and snippets.

@lancevo
Created May 4, 2013 18:53
Show Gist options
  • Save lancevo/5518366 to your computer and use it in GitHub Desktop.
Save lancevo/5518366 to your computer and use it in GitHub Desktop.
#AVIMControl {
background-image: url('transparent.png');
padding: 2px;
border: 1px solid #5b958e;
position: absolute;
top: 5px;
left: 5px;
width: 320px;
}
body > #AVIMControl {
position: fixed;
}
.AVIMControl {
margin: 0;
padding: 0;
color: #137e70;
font-family: Verdana, Tahoma;
font-size: 10px;
font-weight: bold;
}
a.AVIMControl {
color: #b62727;
text-decoration: none;
cursor: pointer;
}
#AVIMControl input {
vertical-align: middle;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment