File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -5267,6 +5267,24 @@ ul.exercise-draggable-answer .touch-items:hover {
52675267 border : dotted # dddddd 2px ;
52685268 border-radius : 4px ;
52695269 color : # 666666 ;
5270+
5271+ /* Extra */
5272+ display : inline-block;
5273+ width : 85% ;
5274+ margin-bottom : 0px ;
5275+ }
5276+
5277+ .question_options .droppable-item {
5278+ background-color : # 84bd00 ;
5279+ color : # FFF ;
5280+ /* padding: 10px;*/
5281+ padding : 3px 0px 3px 5px ;
5282+ }
5283+ .question_options .droppable-item .number {
5284+ font-size : 16px ;
5285+ font-weight : bold;
5286+ /*width: 30px;*/
5287+ display : inline-block;
52705288}
52715289
52725290.question_options .ui-helper-reset {
Original file line number Diff line number Diff line change @@ -1093,7 +1093,10 @@ class="window window_left_question window{$questionId}_question">
10931093 $ s .= $ isVertical ? '<div class="row"> ' : '' ;
10941094 $ s .= '
10951095 <div class=" ' .($ isVertical ? 'col-md-12 ' : 'col-xs-12 col-sm-4 col-md-3 col-lg-2 ' ).'">
1096- <div id="drop_ ' .$ windowId .'" class="droppable"> </div>
1096+ <div class="droppable-item">
1097+ <span class="number"> ' .$ counterAnswer .'.</span>
1098+ <div id="drop_ ' .$ windowId .'" class="droppable"> </div>
1099+ </div>
10971100 </div>
10981101 ' ;
10991102 $ s .= $ isVertical ? '</div> ' : '' ;
You can’t perform that action at this time.
0 commit comments