source: Dev/trunk/client/qed/css/hva-mods.css @ 424

Last change on this file since 424 was 421, checked in by hendrikvanantwerpen, 12 years ago

Show responses with links in SurveyRun? overview.

File size: 365 bytes
Line 
1a {
2    color: inherit;
3}
4
5#rft.claro .qedInfo {
6    max-width: 500px;
7}
8
9#rft.claro .qedLabel {
10    display: inline-block;
11    float: left;
12    width: 150px;
13}
14
15#rft.claro .qedField {
16    max-width: 350px;
17    display: inline-block;
18}
19
20#rft.claro .qedField.qedFill {
21    width: 350px;
22}
23
24#rft.claro .qedFieldset {
25    margin: 1em 0px;
26    border: 1px solid grey;
27}
Note: See TracBrowser for help on using the repository browser.