Changeset 276 for trunk/plugins/InsertMarquee/popups/insert_marquee.html
- Timestamp:
- 07/19/05 00:38:02 (7 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/InsertMarquee/popups/insert_marquee.html
r239 r276 47 47 48 48 </script> 49 49 <style rel="stylesheet" type="text/css"> 50 .fr { width: 9em; float: left; padding: 2px 5px; text-align: right; } 51 </style> 50 52 </head> 51 53 <body class="dialog" onload="Init()"> … … 71 73 <input type="text" id="f_text" name="text" value="" size="30" /> 72 74 <p /> 73 <div class="fr"> <nobr>Background-Color:</nobr></div>75 <div class="fr">Background-Color:</div> 74 76 <input type="text" id="f_bgcolor" name="bgcolor" value="" size="30" /> 75 77 <p /> … … 82 84 <fieldset> 83 85 <legend>Speed Control</legend> 84 <div class="fr"> <nobr>Scroll Amount:</nobr></div>86 <div class="fr">Scroll Amount:</div> 85 87 <input type="text" id="f_scrollamount" name="scrollamount" value="100" maxlength="4" /> 86 88 <p />
