mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-10 12:32:14 +09:00
Add close button to document manage popup #2478
This commit is contained in:
parent
1aac6f8a41
commit
651fa56c4f
2 changed files with 12 additions and 1 deletions
|
|
@ -338,6 +338,9 @@ body>.x,
|
||||||
padding: 10px 15px;
|
padding: 10px 15px;
|
||||||
border-bottom: 1px solid #aaa;
|
border-bottom: 1px solid #aaa;
|
||||||
background-color: #78909C;
|
background-color: #78909C;
|
||||||
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
.x .x_modal-header>h1,
|
.x .x_modal-header>h1,
|
||||||
.x .x_modal-header>h2,
|
.x .x_modal-header>h2,
|
||||||
|
|
@ -347,6 +350,13 @@ body>.x,
|
||||||
margin: 0;
|
margin: 0;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
.x .x_modal-header>.close_window {
|
||||||
|
font-size: 20px;
|
||||||
|
font-weight: bold;
|
||||||
|
text-decoration: none;
|
||||||
|
color: #fff;
|
||||||
|
opacity: 0.5;
|
||||||
|
}
|
||||||
.x .x_modal-body {
|
.x .x_modal-body {
|
||||||
overflow-y: visible;
|
overflow-y: visible;
|
||||||
max-height: none;
|
max-height: none;
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,7 @@
|
||||||
<input type="hidden" name="type" value="" />
|
<input type="hidden" name="type" value="" />
|
||||||
<div class="x_modal-header">
|
<div class="x_modal-header">
|
||||||
<h1>{$lang->cmd_manage_document}</h1>
|
<h1>{$lang->cmd_manage_document}</h1>
|
||||||
|
<a class="close_window" href="javascript:window.close()">×</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="x_modal-body x_form-horizontal" style="max-height:none">
|
<div class="x_modal-body x_form-horizontal" style="max-height:none">
|
||||||
<!--@if(count($document_list)==0)-->
|
<!--@if(count($document_list)==0)-->
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue