Skip to content

Instantly share code, notes, and snippets.

@bitboxer
Created February 11, 2012 18:46
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 bitboxer/1803510 to your computer and use it in GitHub Desktop.
Save bitboxer/1803510 to your computer and use it in GitHub Desktop.
body {
height: 290px;
font-family: sans-serif;
font-size: 13px;
padding: 5px;
}
form {
display:none;
width: 200px;
padding-top: 5px;
padding-bottom: 10px;
margin: 0px auto;
}
label {
font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
font-size: 12px;
font-weight: bold;
color: #888888;
}
#head {
font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
border-bottom: 1px solid #eeeeee;
margin-bottom: 5px;
padding-bottom: 5px;
vertical-align: middle;
font-weight: bold;
}
#head img {
position: absolute;
top: 8px;
}
#head span {
margin-left: 20px;
}
.input {
margin: 0px;
width: 200px;
border: 1px solid #000000;
}
#generated{
color: #5E80F0;
font-weight: bold;
text-align: center;
width: 200px;
border: 1px solid #000000;
font-size:15px;
}
select {
margin: 0px;
width: 200px;
border: 1px solid #000000;
}
.row {
margin-bottom: 5px;
}
#injectpasswordrow {
float: left;
}
#options {
float: right;
}
#button-row {
margin-top: 5px;
margin-bottom: 5px;
}
.largebutton {
width: 180px;
text-align: center;
}
#copypassword {
float: left;
}
.hidden {
margin-left: -500px;
margin-top: -500px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment