source: Dev/trunk/client/qed/css/LESS/surveyEditor.less @ 424

Last change on this file since 424 was 403, checked in by tjcschipper, 13 years ago
  • Switched to LESS for stylesheets. Most of the conversion is done, it's only (predictably) the color system that is giving trouble. Plan for next week: get rid of the inherit stuff, just use proper color classes.

-> Use only a minimal .*colorName* .bg/.text class combination that doesn't inherit. Do anything more complicated than that in a page-specific stylesheet.

File size: 174 bytes
Line 
1#rft {
2        &.claro {
3
4                .rftSurveyListView {
5
6                        .rftSurveyListViewContent {
7                                min-height: 300px;
8                                background: @base1;
9                                overflow: auto;
10                        }
11                }
12
13               
14
15        }
16}
Note: See TracBrowser for help on using the repository browser.