Skip to content
Permalink
e656f48ba4
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
82 lines (69 sloc) 1.1 KB
body{
font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}
h1 {
margin-top: 0;
}
ul {
margin: 0;
padding: 0;
list-style: none;
}
form {
margin: 0 auto;
width: 350px;
padding: 1em;
border: 1px solid #CCC;
border-radius: 1em;
}
div+div {
margin-top: 1em;
}
label span {
display: inline-block;
width: 80px;
text-align: left;
}
input, textarea {
font: 1em sans-serif;
width: 250px;
box-sizing: border-box;
border: 1px solid #999;
}
input[type=checkbox], input[type=radio] {
width: auto;
border: none;
}
input:focus, textarea:focus {
border-color: #000;
}
textarea {
vertical-align: top;
height: 5em;
resize: vertical;
}
fieldset {
width: 250px;
box-sizing: border-box;
margin-left: 136px;
border: 1px solid #999;
}
button {
/*margin: 20px 0 0 124px;*/
width: 250px;
padding: 5px;
margin-top: 5px;
margin-left: 85px;
}
label {
position: relative;
}
label em {
position: absolute;
right: 5px;
top: 20px;
}
#warning {
margin-left: 85px;
color:rgb(190, 0, 0);
}