Skip to content

Commit

Permalink
レス画面のFormの表示位置変更。
Browse files Browse the repository at this point in the history
  • Loading branch information
satopian committed Jan 8, 2025
1 parent 26a0f43 commit 6ac5f42
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 38 deletions.
39 changes: 3 additions & 36 deletions potiboard5/templates/basic/basic.css
Original file line number Diff line number Diff line change
Expand Up @@ -380,42 +380,9 @@ input.pch_upload {
margin: 0 3px 0;
vertical-align: bottom;
}

/* ミニレスフォーム */
.minires_wrap {
max-width: 500px;
text-align: right;
margin-left: auto;
}

.minres_form_table {
width: 100%;
max-width: 500px;
text-align: right;
}

.minres_title {
width: 6em;
}

.minres_input_text {
width: 100%;
color: #666555;
height: 16px;
padding: 1px;
}

.minres_input_com {
width: 100%;
height: 3em;
color: #666555;
padding: 1px;
}

.minres_input_other {
width: 10em;
height: 16px;
padding: 1px;
.res_form_wrap {
width: fit-content;
margin: 0 auto;
}

.color_select {
Expand Down
4 changes: 2 additions & 2 deletions potiboard5/templates/basic/res.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -180,14 +180,13 @@ class="icon-facebook2"></span>Share</a>
@endforeach
{{-- <!--親記事グループここまで--> --}}
<div class="clear"></div>
<div class="res_form_wrap">
{{-- <!--お絵かきフォーム欄--> --}}
@if($paintform)
{{-- <!--実際のお絵かきフォーム--> --}}
<div id="res_paint_form">

@include('parts.paint_form')

</div>

@endif

Expand Down Expand Up @@ -270,6 +269,7 @@ class="icon-facebook2"></span>Share</a>
</table>
</form>
@endif
</div>
<hr>

<nav>
Expand Down

0 comments on commit 6ac5f42

Please sign in to comment.