|
|
|
@ -4,9 +4,9 @@ |
|
|
|
|
<title>New Folder</title> |
|
|
|
|
<style type="text/css"> |
|
|
|
|
/*<![CDATA[*/ |
|
|
|
|
html, body { background-color: ButtonFace; color: ButtonText; font: 11px Tahoma,Verdana,sans-serif; margin: 0; padding: 0;} |
|
|
|
|
html, body { background-color: #f7f7f7; color: ButtonText; font: 11px Tahoma,Verdana,sans-serif; margin: 0; padding: 0;} |
|
|
|
|
body { padding: 5px; } |
|
|
|
|
.title { background-color: #ddf; color: #000; font-weight: bold; font-size: 120%; padding: 3px 10px; margin-bottom: 10px; border-bottom: 1px solid black; letter-spacing: 2px;} |
|
|
|
|
.title { background-color: #dedede; color: #504845; font-weight: bold; font-size: 120%; padding: 3px 10px; margin-bottom: 10px; border-bottom: 1px solid #cec6b5; letter-spacing: 2px;} |
|
|
|
|
select, input, button { font: 11px Tahoma,Verdana,sans-serif; } |
|
|
|
|
.buttons { width: 70px; text-align: center; } |
|
|
|
|
form { padding: 0px; margin: 0;} |
|
|
|
@ -69,7 +69,7 @@ form .elements{ |
|
|
|
|
<input type="text" id="f_foldername" /> |
|
|
|
|
</div> |
|
|
|
|
<div style="text-align: right;"> |
|
|
|
|
<hr /> |
|
|
|
|
<hr noshade="noshade" style="height: 1px; color=#cec6b5;" /> |
|
|
|
|
<button type="button" class="buttons" onclick="return onOK();">OK</button> |
|
|
|
|
<button type="button" class="buttons" onclick="return onCancel();">Cancel</button> |
|
|
|
|
</div> |
|
|
|
|