Added icons for result checking
This commit is contained in:
@@ -90,6 +90,24 @@ homework-vocabulary-task > input {
|
||||
width: 40%;
|
||||
}
|
||||
|
||||
homework-vocabulary-task > #images {
|
||||
display: flex;
|
||||
flex-flow: row nowrap;
|
||||
}
|
||||
|
||||
homework-vocabulary-task > img {
|
||||
height: 1.1em;
|
||||
width: 1.1em;
|
||||
}
|
||||
|
||||
homework-vocabulary-task > img.disabled {
|
||||
display: none;
|
||||
}
|
||||
|
||||
img#delete {
|
||||
margin-left: 0;
|
||||
margin-right: .3em;
|
||||
}
|
||||
#page-header {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
||||
Reference in New Issue
Block a user