mirror of
https://github.com/ronggang/transmission-web-control.git
synced 2025-05-10 02:11:56 +00:00
has improved #181
This commit is contained in:
parent
9823e48e1e
commit
f63574fff5
@ -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;
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user