このコミットが含まれているのは:
2024-08-04 16:59:46 +09:00
コミット a341840bb4
+8 -8
ファイルの表示
@@ -122,22 +122,22 @@
<my-privacy-concerns *ngIf="video" [video]="video"></my-privacy-concerns>
</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>
<form id="dialogForm">
<fieldset>
<legend>位置</legend>
<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=""></label>
<label><input type="radio" name="position" checked="checked" value="">通常</label>
<label><input type="radio" name="position" value="top"></label>
<label><input type="radio" name="position" value="bottom"></label>
</fieldset>
<fieldset>
<legend>サイズ</legend>
<label><input type="radio" name="size" value=""></label>
<label><input type="radio" name="size" checked="checked" value="中"></label>
<label><input type="radio" name="size" value=""></label>
<label><input type="radio" name="size" value="large"></label>
<label><input type="radio" name="size" checked="" value="中"></label>
<label><input type="radio" name="size" value="small"></label>
</fieldset>
<button type="button" id="okButton">OK</button>
<button type="button" id="cancelButton">キャンセル</button>