has improved #181

This commit is contained in:
栽培者 2018-04-02 22:36:22 +08:00
parent 9823e48e1e
commit f63574fff5
2 changed files with 3 additions and 4 deletions

View File

@ -56,7 +56,7 @@ html, body {
}
.dialog input,.dialog select,.dialog textarea{
width:100%;
width:99%;
}
.dialog td.title{
text-align:right;vertical-align:top;

View File

@ -1,6 +1,6 @@
<div class="easyui-layout" data-options="fit:true" style="width:100%;height:100%;">
<div data-options="region:'center'" style="padding:3px;border:0px;">
<div id="" class="dialog" style="width:100%;padding:0px;">
<div id="" class="dialog" style="width:100%;padding:3px;">
<table style="width:100%;">
<tr>
<td width="20%" class="title"><span system-lang="dialog['torrent-rename']['oldname']"></span></td>
@ -11,10 +11,9 @@
<tr>
<td class="title"><span system-lang="dialog['torrent-rename']['newname']"></span></td>
<td>
<input type="text" id="newname" />
<textarea id="newname" rows="3"></textarea>
</td>
</tr>
<tr>
<td colspan="2"><hr/></td>
</tr>