ミス修正
このコミットが含まれているのは:
@@ -122,22 +122,22 @@
|
|||||||
<my-privacy-concerns *ngIf="video" [video]="video"></my-privacy-concerns>
|
<my-privacy-concerns *ngIf="video" [video]="video"></my-privacy-concerns>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="overlay" class="comment-overlay"></div>
|
<div id="comment-overlay" class="comment-overlay"></div>
|
||||||
|
|
||||||
<div id="dialog" class="comment-dialog">
|
<div id="comment-dialog" class="comment-dialog">
|
||||||
<h2>オプションを選択</h2>
|
<h2>オプションを選択</h2>
|
||||||
<form id="dialogForm">
|
<form id="dialogForm">
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<legend>位置</legend>
|
<legend>位置</legend>
|
||||||
<label><input type="radio" name="position" checked="checked" value="通常">通常</label>
|
<label><input type="radio" name="position" checked="checked" value="">通常</label>
|
||||||
<label><input type="radio" name="position" value="上">上</label>
|
<label><input type="radio" name="position" value="top">上</label>
|
||||||
<label><input type="radio" name="position" value="下">下</label>
|
<label><input type="radio" name="position" value="bottom">下</label>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<legend>サイズ</legend>
|
<legend>サイズ</legend>
|
||||||
<label><input type="radio" name="size" value="大">大</label>
|
<label><input type="radio" name="size" value="large">大</label>
|
||||||
<label><input type="radio" name="size" checked="checked" value="中">中</label>
|
<label><input type="radio" name="size" checked="" value="中">中</label>
|
||||||
<label><input type="radio" name="size" value="小">小</label>
|
<label><input type="radio" name="size" value="small">小</label>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
<button type="button" id="okButton">OK</button>
|
<button type="button" id="okButton">OK</button>
|
||||||
<button type="button" id="cancelButton">キャンセル</button>
|
<button type="button" id="cancelButton">キャンセル</button>
|
||||||
|
|||||||
新しい課題から参照
ユーザをブロックする