mirror of
https://github.com/rejetto/hfs2.git
synced 2025-12-19 10:03:56 +01:00
nicer
This commit is contained in:
parent
a9a009260e
commit
e35221c3f7
@ -190,7 +190,7 @@ $(function(){
|
||||
|
||||
[folder panel]
|
||||
<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>
|
||||
{.if|%number%|
|
||||
<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; }
|
||||
a { text-decoration:none; color:#357; border:1px solid transparent; padding:0 0.1em; }
|
||||
#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% }
|
||||
button i.fa { font-size:110% }
|
||||
.item { margin-bottom:.3em; padding:.3em .8em; border-top:1px solid #ddd; }
|
||||
|
||||
4
main.pas
4
main.pas
@ -36,8 +36,8 @@ uses
|
||||
HSlib, traylib, monoLib, progFrmLib, classesLib;
|
||||
|
||||
const
|
||||
VERSION = '2.4 beta4';
|
||||
VERSION_BUILD = '306';
|
||||
VERSION = '2.4 beta5';
|
||||
VERSION_BUILD = '307';
|
||||
VERSION_STABLE = {$IFDEF STABLE } TRUE {$ELSE} FALSE {$ENDIF};
|
||||
CURRENT_VFS_FORMAT :integer = 1;
|
||||
CRLF = #13#10;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user