phantasmal-world/src/quest_editor/gui/QuesInfoView.css
2019-08-23 17:00:39 +02:00

34 lines
545 B
CSS

.quest_editor_QuesInfoView {
box-sizing: border-box;
padding: 3px;
overflow: auto;
}
.quest_editor_QuesInfoView table {
width: 100%;
}
.quest_editor_QuesInfoView th {
text-align: left;
}
.quest_editor_QuesInfoView .core_TextInput {
width: 100%;
}
.quest_editor_QuesInfoView .core_TextArea {
width: 100%;
}
.quest_editor_QuesInfoView textarea {
width: 100%;
}
.quest_editor_QuesInfoView_no_quest {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
}