pref windows html and css improved
This commit is contained in:
parent
af45d8b51f
commit
bed6731c40
2 changed files with 95 additions and 16 deletions
|
|
@ -14,14 +14,54 @@ div#miczDonation{
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
#miczPrefs {
|
table#miczPrefs {
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
border-spacing: 0px;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
table#miczPrefs td{
|
||||||
|
border-top: 1px solid #ccc;
|
||||||
|
border-bottom: 1px solid #ccc;
|
||||||
|
vertical-align: top;
|
||||||
|
padding: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
table#miczPrefs tr:first-child td {
|
||||||
|
border-top: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
table#miczPrefs tr:last-child td {
|
||||||
|
border-bottom: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
div#miczRelNotes{
|
div#miczRelNotes{
|
||||||
position:absolute;
|
position:absolute;
|
||||||
right: 0px;
|
right: 0px;
|
||||||
top: 0px;
|
bottom: 2px;
|
||||||
padding: 2px 5px 0px 0px;
|
padding: 2px 5px 0px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div#miczDescription h1{
|
||||||
|
text-align: center;
|
||||||
|
margin-bottom: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
div#miczDescription p{
|
||||||
|
text-align: justify;
|
||||||
|
margin-top: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
input#chatgpt_win_width{
|
||||||
|
width: 100px;
|
||||||
|
}
|
||||||
|
|
||||||
|
input#chatgpt_win_height{
|
||||||
|
width: 100px;
|
||||||
|
}
|
||||||
|
|
||||||
|
span.dims_label{
|
||||||
|
width: 75px;
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
@ -6,20 +6,59 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="miczRelNotes"><a href="mzta-release-notes.html">Release Notes</a></div>
|
<div id="miczRelNotes"><a href="mzta-release-notes.html">Release Notes</a></div>
|
||||||
<div id="miczPrefs">
|
<table id="miczPrefs">
|
||||||
<span>__MSG_prefs_OptionText_chatgpt_win_text__</span><br/>
|
<tr>
|
||||||
<label><input type="number" id="chatgpt_win_height" name="chatgpt_win_height" class="option-input" /> __MSG_prefs_OptionText_chatgpt_win_height__</label><br/>
|
<td><span>__MSG_prefs_OptionText_chatgpt_win_text__</span></td>
|
||||||
<input type="number" id="chatgpt_win_width" name="chatgpt_win_width" class="option-input" /> __MSG_prefs_OptionText_chatgpt_win_width__</label><br/>
|
<td>
|
||||||
<br/>
|
<label>
|
||||||
<label><input type="text" id="default_sign_name" name="default_sign_name" class="option-input" /> __MSG_prefs_OptionText_default_sign_name__</label><br/>
|
<span class="dims_label">__MSG_prefs_OptionText_chatgpt_win_height__</span>
|
||||||
<label><input type="text" id="default_chatgpt_lang" name="default_chatgpt_lang" class="option-input" /> __MSG_prefs_OptionText_default_chatgpt_lang__</label><br/>
|
<input type="number" id="chatgpt_win_height" name="chatgpt_win_height" class="option-input" />
|
||||||
|
</label>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td></td>
|
||||||
|
<td>
|
||||||
|
<span class="dims_label">__MSG_prefs_OptionText_chatgpt_win_width__</span>
|
||||||
|
<input type="number" id="chatgpt_win_width" name="chatgpt_win_width" class="option-input" />
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><label>
|
||||||
|
<span>__MSG_prefs_OptionText_default_sign_name__</span>
|
||||||
|
</label></td>
|
||||||
|
<td>
|
||||||
|
<label>
|
||||||
|
<input type="text" id="default_sign_name" name="default_sign_name" class="option-input" />
|
||||||
|
</label>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><label>
|
||||||
|
<span>__MSG_prefs_OptionText_default_chatgpt_lang__</span>
|
||||||
|
</label></td>
|
||||||
|
<td>
|
||||||
|
<label>
|
||||||
|
<input type="text" id="default_chatgpt_lang" name="default_chatgpt_lang" class="option-input" />
|
||||||
|
</label>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<label>
|
||||||
|
<span>__MSG_prefs_OptionText_reply_type__</span>
|
||||||
|
</label>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
<label>
|
<label>
|
||||||
<select id="reply_type" name="reply_type" class="option-input">
|
<select id="reply_type" name="reply_type" class="option-input">
|
||||||
<option value="reply_all">__MSG_prefs_OptionText_reply_all__</option>
|
<option value="reply_all">__MSG_prefs_OptionText_reply_all__</option>
|
||||||
<option value="reply_sender">__MSG_prefs_OptionText_reply_sender__</option>
|
<option value="reply_sender">__MSG_prefs_OptionText_reply_sender__</option>
|
||||||
</select> __MSG_prefs_OptionText_reply_type__
|
</select>
|
||||||
</label><br/>
|
</label>
|
||||||
</div>
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
<div id="miczDescription">
|
<div id="miczDescription">
|
||||||
<h1>__MSG_prefsInfoTitle__</h1>
|
<h1>__MSG_prefsInfoTitle__</h1>
|
||||||
<p>__MSG_prefsInfoDesc_1__<br/>
|
<p>__MSG_prefsInfoDesc_1__<br/>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue