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
27 lines
357 B
CSS
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;
|
|
}
|