Fix size of the shown select menu

New options with longer names caused options to the right to shift along
This commit is contained in:
Matt Pass
2013-08-11 17:17:53 +01:00
parent fd2197eace
commit a194aad9e9

View File

@@ -137,7 +137,7 @@ for($i=0;$i<count($ICEcoder["plugins"]);$i++) {
<h2>style</h2>
theme<br>
<select onchange="selectTheme();showButton()" id="select" name="theme">
<select onchange="selectTheme();showButton()" id="select" name="theme" style="width: 95px">
<option<?php if ($ICEcoder["theme"]=="default") {echo ' selected';}; ?>>default</option>
<?php
for ($i=0;$i<count($themeArray);$i++) {