This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit ccd9ab47 authored by Daniel Rainer's avatar Daniel Rainer
Browse files

Add missing CSS to exercise details component

parent 865a0030
Branches
2 merge requests!17Initial Merge to Prepare Release 1.0.0,!1Resolve "Metadaten konsolideren"
......@@ -24,8 +24,8 @@
<hr>
<!-- modal rating-->
<div style="float: left; width: 100%; margin-bottom: 5px;">
<div style="float: left; padding-top: 15px;">
<div style="float: left; width: 100%; margin-bottom: 5px; padding-top: 15px;">
<div style="float: left;">
<p class="card-text" jhiTranslate="exercise.details.rating"></p>
</div>
<div class="star-container">
......@@ -50,7 +50,7 @@
</div> <!-- modal rating end-->
<!-- modal bookmark-->
<div style="float: left; width: 100%; margin-bottom: 25px;">
<div style="float: left; width: 100%; padding-top: 15px; margin-bottom: 25px;">
<div style="float: left;">
<p class="card-text" jhiTranslate="exercise.details.bookmark"></p>
</div>
......
.star-container {
float: right;
height: auto;
padding-right: 10px;
}
.star::before {
content: '★';
}
.star-marked {
color: #ffc700;
}
.star-unmarked {
color: #ccc;
}
.metadata-table {
width: 100%;
}
.metadata-table-description {
padding: 15px;
}
.metadata-table-value {
padding: 15px;
}
.modal-title {
padding-top: 5px;
}
.card-text {
text-align: left;
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment