Skip to content

Commit

Permalink
Merge pull request #16 from shreyas1434shinde/main
Browse files Browse the repository at this point in the history
Issue task PS-4077 : UI fixes for ASQ in inQuiry-player
  • Loading branch information
rajnishdargan authored Feb 26, 2025
2 parents ffd9c27 + 4979b4d commit 0627b20
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions projects/quml-library/src/lib/asq/asq.component.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div *ngIf="questionBody" class="question-body">
<div *ngIf="questionBody" class="question-body" >
<div class="mtf-title">
<p [innerHTML]="questionBody"></p>
<p [innerHTML]="questionBody" style="margin-top: 50px;"></p>
</div>
<quml-asq-options [shuffleOptions]="shuffleOptions" [replayed]="replayed" [tryAgain]="tryAgain" *ngIf="interactions?.response1?.options"
[options]="interactions.response1.options" (reorderedOptions)="handleReorderedOptions($event)" [layout]="layout">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -190,29 +190,29 @@ p {
}

.left-box {
border-left: 5px solid #99bcd8;
border-left: 5px solid #dd918f;
border-right: 1px solid black;
border-top: 1px solid black;
border-bottom: 1px solid black;
}

.right-box {
border-left: 5px solid #dd918f;
border-left: 5px solid #99bcd8;
border-right: 1px solid black;
border-top: 1px solid black;
border-bottom: 1px solid black;
cursor: grab;
}

.left-box1 {
border-left: 5px solid #99bcd8;
border-left: 5px solid #dd918f;
border-right: 1px solid black;
border-top: 1px solid black;
border-bottom: 1px solid black;
}

.right-box1 {
border-left: 5px solid #dd918f;
border-left: 5px solid #99bcd8;
border-right: 1px solid black;
border-top: 1px solid black;
border-bottom: 1px solid black;
Expand Down

0 comments on commit 0627b20

Please sign in to comment.