This commit is contained in:
Massimo Melina 2020-05-26 15:17:57 +02:00
parent a9a009260e
commit e35221c3f7
2 changed files with 4 additions and 4 deletions

View File

@ -190,7 +190,7 @@ $(function(){
[folder panel] [folder panel]
<div id='folder-path'> <div id='folder-path'>
{.breadcrumbs|{:<button onclick="location.href='%bread-url%' "> {.if|{.length|%bread-name%.}|/ %bread-name%|<i class='fa fa-home'></i>.}</button>:} .} {.breadcrumbs|{:<button onclick="location.href='%bread-url%' "> {.if|{.length|%bread-name%.}|%bread-name%|<i class='fa fa-home'></i>.}</button>:} .}
</div> </div>
{.if|%number%| {.if|%number%|
<div id='folder-stats'> <div id='folder-stats'>
@ -306,7 +306,7 @@ button { background-color: #bcd; color: #444; padding: .5em 1em; border: transpa
body { font-family:tahoma, verdana, arial, helvetica, sans; transition:background-color 1s ease; color:#777; } body { font-family:tahoma, verdana, arial, helvetica, sans; transition:background-color 1s ease; color:#777; }
a { text-decoration:none; color:#357; border:1px solid transparent; padding:0 0.1em; } a { text-decoration:none; color:#357; border:1px solid transparent; padding:0 0.1em; }
#folder-path { float:left; margin-bottom: 0.2em; } #folder-path { float:left; margin-bottom: 0.2em; }
#folder-path button { padding: .4em; } #folder-path button { padding: .4em .6em; border-radius:.7em; }
#folder-path button:first-child { padding: .2em .4em;} #folder-path i.fa { font-size:135% } #folder-path button:first-child { padding: .2em .4em;} #folder-path i.fa { font-size:135% }
button i.fa { font-size:110% } button i.fa { font-size:110% }
.item { margin-bottom:.3em; padding:.3em .8em; border-top:1px solid #ddd; } .item { margin-bottom:.3em; padding:.3em .8em; border-top:1px solid #ddd; }

View File

@ -36,8 +36,8 @@ uses
HSlib, traylib, monoLib, progFrmLib, classesLib; HSlib, traylib, monoLib, progFrmLib, classesLib;
const const
VERSION = '2.4 beta4'; VERSION = '2.4 beta5';
VERSION_BUILD = '306'; VERSION_BUILD = '307';
VERSION_STABLE = {$IFDEF STABLE } TRUE {$ELSE} FALSE {$ENDIF}; VERSION_STABLE = {$IFDEF STABLE } TRUE {$ELSE} FALSE {$ENDIF};
CURRENT_VFS_FORMAT :integer = 1; CURRENT_VFS_FORMAT :integer = 1;
CRLF = #13#10; CRLF = #13#10;