[none] moved left & up

To match style of other data items on display
This commit is contained in:
Matt Pass
2013-05-31 12:36:51 +01:00
parent d859075e97
commit df2697c68b

View File

@@ -80,7 +80,7 @@ $activeLineBG = array_search($ICEcoder["theme"],array("eclipse","elegant","neat"
$last10FilesArray = explode(",",$ICEcoder["last10Files"]);
for ($i=0;$i<count($last10FilesArray);$i++) {
if ($ICEcoder["last10Files"]=="") {
echo '[none]<br><br>';
echo '<div style="display: inline-block; margin-left: -39px; margin-top: -18px">[none]</div><br><br>';
} else {
$fileFolderName = str_replace("\\","/",$last10FilesArray[$i]);
// Get extension (prefix 'ext-' to prevent invalid classes from extensions that begin with numbers)