Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldin95 committed Mar 15, 2021
1 parent 59220bd commit b5e3612
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
10 changes: 2 additions & 8 deletions src/http/static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,11 @@
margin-left: 180px;
padding-left: 15px;
}
.dl-horizontal-center dt {
float: left;
.dl-horizontal-r dt {
width: 20%;
overflow: hidden;
clear: left;
text-overflow: ellipsis;
white-space: nowrap;
font-weight: normal;
text-align: right;
}
.dl-horizontal-center dd {
.dl-horizontal-r dd {
margin-left: 20%;
padding-left: 15px;
}
Expand Down
2 changes: 1 addition & 1 deletion src/http/static/js/widget/container/guest.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ export class Guest extends Container {
</div>
</div>
<div class="col-sm-12 col-md-7 col-lg-8 mt-1">
<dl class="dl-horizontal dl-horizontal-center">
<dl class="dl-horizontal dl-horizontal-r">
<dt>{{'name' | i}}:</dt>
<dd>&nbsp;{{name}}</dd>
<dt>{{'state' | i}}:</dt>
Expand Down

0 comments on commit b5e3612

Please sign in to comment.