계정 관리 창 살짝 넓힘
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
@charset "utf-8";
|
@charset "utf-8";
|
||||||
|
|
||||||
#user_info_container{
|
#user_info_container{
|
||||||
width:500px;
|
width:550px;
|
||||||
position:absolute;
|
position:absolute;
|
||||||
left:50%;
|
left:50%;
|
||||||
margin-left:-250px;
|
margin-left:-250px;
|
||||||
|
|||||||
@@ -46,12 +46,12 @@ require(__dir__.'/../vendor/autoload.php');
|
|||||||
<a href="entrance.php"><button id="btn_back1" class="with_skin">돌아가기</button></a>
|
<a href="entrance.php"><button id="btn_back1" class="with_skin">돌아가기</button></a>
|
||||||
</caption>
|
</caption>
|
||||||
<colgroup>
|
<colgroup>
|
||||||
<col style="width:80px;min-width:80px;" />
|
<col style="width:90px;min-width:90px;" />
|
||||||
<col style="width:80px;min-width:80px;"/>
|
<col style="width:90px;min-width:90px;"/>
|
||||||
<col style="width:80px;min-width:80px;"/>
|
<col style="width:90px;min-width:90px;"/>
|
||||||
<col style="width:80px;min-width:80px;"/>
|
<col style="width:90px;min-width:90px;"/>
|
||||||
<col style="width:80px;min-width:80px;"/>
|
<col style="width:90px;min-width:90px;"/>
|
||||||
<col style="min-width:80px;"/>
|
<col style="min-width:90px;"/>
|
||||||
</colgroup>
|
</colgroup>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user