mike.morgan%oregonstate.edu 4e3d7152a3 Added SQL inserts to process user entries and store them in the db.
Made some modifications to store product, useragent and the server ua string.


git-svn-id: svn://10.0.0.236/trunk@191287 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-26 23:58:00 +00:00

27 lines
357 B
CSS

.survey {
list-style-type: none;
margin: 0 .5em;
padding: .5em 0;
}
.survey li {
margin: 3px 0 0 0;
}
h2 {
margin: .5em 0;
}
.submit {
background-color: #9f9;
border: 2px #333 outset;
font-weight: bold;
margin-top: 1em;
}
.submit:hover {
background-color: #fff;
border: 2px #333 inset;
cursor: pointer;
}