Skip to content

Instantly share code, notes, and snippets.

@hcharley
Created September 13, 2015 04:18
Show Gist options
  • Save hcharley/b12e7278a250c6a8b324 to your computer and use it in GitHub Desktop.
Save hcharley/b12e7278a250c6a8b324 to your computer and use it in GitHub Desktop.
Share modal in progress.css
label {
font-family: Arial;
font-size: 12px;
float: left;
display: block;
background-color: white;
padding: 4px;
box-sizing: border-box;
background-color: #3C3C3C;
color: #eee;
padding-left: 10px;
padding-right: 10px;
margin: 5px;
border-radius: 3px;
width: 55px;
margin-right: 0;
text-align: center;
cursor: pointer;
}
input {
float: left;
z-index: 100000;
width: 110px;
box-sizing: border-box;
height: 30px;
background-color: #3C3C3C;
color: #eee;
border: 0;
padding-left: 10px;
padding-right: 10px;
margin: 5px;
border-radius: 3px;
font-size: 8px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment