mirror of
https://github.com/slorelee/wimbuilder2.git
synced 2025-05-06 18:25:51 +08:00
update html/css for high resolution (AppData.tmpl)
This commit is contained in:
parent
5a767de548
commit
f370c8883c
@ -1,20 +1,7 @@
|
||||
<div style="margin:5px;padding:5px;">
|
||||
<style>
|
||||
fieldset {
|
||||
border-style: solid;
|
||||
border-width: 2px;
|
||||
padding: 5px 10px;
|
||||
margin-bottom: 2px;
|
||||
width:360px;
|
||||
font-size:0.8em;
|
||||
}
|
||||
|
||||
fieldset legend {
|
||||
color: #302A2A;
|
||||
font: bold 16px/2 Verdana, Geneva, sans-serif;
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
text-shadow: 2px 2px 2px rgb(88, 126, 156);
|
||||
width:30rem;
|
||||
}
|
||||
</style>
|
||||
|
||||
@ -32,7 +19,7 @@ fieldset legend {
|
||||
|
||||
<fieldset>
|
||||
<legend>Thumb:</legend>
|
||||
<input type="image" id="mytheme_thumb" src="MyPic1.jpg" width="360" height="270" />
|
||||
<input type="image" id="mytheme_thumb" src="MyPic1.jpg" style="width:30rem;height:22.5rem" />
|
||||
</fieldset>
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user