style: assignment knop blijft staan
This commit is contained in:
parent
7d1a55710f
commit
7b613a5d79
1 changed files with 20 additions and 18 deletions
|
@ -251,11 +251,12 @@
|
||||||
>
|
>
|
||||||
</template>
|
</template>
|
||||||
</v-list-item>
|
</v-list-item>
|
||||||
</div>
|
<v-list-item>
|
||||||
<v-divider></v-divider>
|
|
||||||
<div v-if="(authService.authState.activeRole === 'student') && (pathIsAssignment)" class="assignment-indicator">
|
<div v-if="(authService.authState.activeRole === 'student') && (pathIsAssignment)" class="assignment-indicator">
|
||||||
ASSIGNMENT
|
ASSIGNMENT
|
||||||
</div>
|
</div>
|
||||||
|
</v-list-item>
|
||||||
|
</div>
|
||||||
</v-navigation-drawer>
|
</v-navigation-drawer>
|
||||||
<div class="control-bar-above-content">
|
<div class="control-bar-above-content">
|
||||||
<v-btn
|
<v-btn
|
||||||
|
@ -277,7 +278,7 @@
|
||||||
v-if="currentNode"
|
v-if="currentNode"
|
||||||
></learning-object-view>
|
></learning-object-view>
|
||||||
</div>
|
</div>
|
||||||
<div class="question-box">
|
<div v-if="authService.authState.activeRole === 'student'" class="question-box">
|
||||||
<div class="input-wrapper">
|
<div class="input-wrapper">
|
||||||
<input
|
<input
|
||||||
type="text"
|
type="text"
|
||||||
|
@ -355,6 +356,7 @@
|
||||||
font-family: Arial, sans-serif;
|
font-family: Arial, sans-serif;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
z-index: 2; /* Less than modals/popups */
|
||||||
}
|
}
|
||||||
.question-box {
|
.question-box {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue