Changeset 172 for trunk/web-app
- Timestamp:
- Feb 4, 2010, 5:50:31 PM (14 years ago)
- Location:
- trunk/web-app
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web-app/css/wizard.css
r162 r172 148 148 font-weight: bold; 149 149 width: auto; 150 height: 32px; 151 line-height: 32px; 150 152 } 151 153 … … 164 166 .wizard .table .row { 165 167 display: block; 166 height: 28px;168 height: 32px; 167 169 border-top: 1px solid #8e908f; 168 170 width: auto; 171 } 172 173 .wizard .table .row input, .wizard .table .row select { 174 background-color: #fff; 175 } 176 177 .wizard .table .ui-selected { 178 background-color: #ffab7b; 179 } 180 181 .wizard .table .ui-selecting { 182 background-color: #f2e3bc; 169 183 } 170 184 -
trunk/web-app/js/wizard.js
r164 r172 32 32 // @see _wizard.gsp, _navigation.gsp, _subjects.gsp 33 33 function onWizardPage() { 34 // attach help tooltips35 //insertYoutubePlayers();36 34 attachHelpTooltips(); 37 35 attachDatePickers(); 36 37 // SUBJECTS 38 38 attachTableEvents(); 39 attachGroupingEvents();40 41 39 resizeWizardTable(); 42 40 attachSubjectSlider(); 41 new TableEditor().init('div.table','div.row','div.column'); 42 43 // GROUPING 44 //attachGroupingEvents(); 43 45 } 44 46
Note: See TracChangeset
for help on using the changeset viewer.