Skip to content
Snippets Groups Projects
Commit 891059a0 authored by bjv33's avatar bjv33
Browse files

Delete SurveyForm CSS

parent 68ed0e6c
Branches
No related tags found
No related merge requests found
@import url('https://fonts.googleapis.com/css?family=Niramit');
html,
body {
background-color: #7FC5E9;
text-align: center;
font-family: 'Niramit', Helvetica, sans-serif;
min-width: 320px;
}
header {
font-size: 2em;
font-weight: bold;
margin: 20px;
}
#form-outer {
background-color: #dcdcdc;
margin: 0 auto;
border-radius: 4px;
width: 80%;
max-width: 700px;
padding: 8px;
padding-top: 20px;
}
.labels {
display: inline-block;
text-align: right;
width: 40%;
padding: 5px;
vertical-align: top;
margin-top: 5px;
}
.input-field {
height: 20px;
width: 280px;
padding: 6px;
margin: 10px;
border: 1px solid #000000;
border-radius: 2px;
}
#userAge {
width: 40px;
}
.rightTab {
display: inline-block;
text-align: left;
width: 48%;
vertical-align: middle;
}
.userRatings,
input[type="checkbox"] {
float: left;
margin-right: 5px;
}
#submit {
background-color: #7FC5E9;
border-radius: 4px;
color: white;
font-size: 1em;
height: 40px;
width: 96px;
margin: 10px;
border: 0px solid;
}
.dropdown {
height: 35px;
width: 140px;
padding: 5px;
margin: 10px;
margin-top: 15px;
border: 1px solid #c0c0c0;
border-radius: 2px;
}
.radio, .checkbox {
position: relative;
left: -43px;
margin-left: 10px;
display: block;
padding-bottom: 10px;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment