Fix CSS of box icons. Fix index generation.
[WIKI] * BUG: Fix CSS of box icons. * BUG: Fix index generation.
This commit is contained in:
parent
fb66ad46a7
commit
7b26952018
2 changed files with 6 additions and 1 deletions
|
@ -549,6 +549,7 @@ DIV.info {
|
|||
padding: 0.5em;
|
||||
padding-left: 3.5em;
|
||||
background: url('<%/%>/info.png') 0.5em 0.5em no-repeat;
|
||||
background-size: 2em;
|
||||
min-height: 2em;
|
||||
background-color: #EFF7FF;
|
||||
border: solid 1px rgba(0,0,0,0.1);
|
||||
|
@ -559,6 +560,7 @@ DIV.warning {
|
|||
padding: 0.5em;
|
||||
padding-left: 3.5em;
|
||||
background: url('<%/%>/warning.png') 0.5em 0.5em no-repeat;
|
||||
background-size: 2em;
|
||||
min-height: 2em;
|
||||
background-color: #FFF6EF;
|
||||
border: solid 1px rgba(0,0,0,0.1);
|
||||
|
@ -569,6 +571,7 @@ DIV.tip {
|
|||
padding: 0.5em;
|
||||
padding-left: 3.5em;
|
||||
background: url('<%/%>/tip.png') 0.5em 0.5em no-repeat;
|
||||
background-size: 2em;
|
||||
min-height: 2em;
|
||||
background-color: #EFFFEF;
|
||||
border: solid 1px rgba(0,0,0,0.1);
|
||||
|
@ -579,6 +582,7 @@ DIV.vb {
|
|||
padding: 0.5em;
|
||||
padding-left: 3.5em;
|
||||
background: url('<%/%>/vb.png') 0.5em 0.5em no-repeat;
|
||||
background-size: 2em;
|
||||
min-height: 2em;
|
||||
background-color: #FFFCEF;
|
||||
border: solid 1px rgba(0,0,0,0.1);
|
||||
|
@ -589,6 +593,7 @@ DIV.critical {
|
|||
padding: 0.5em;
|
||||
padding-left: 3.5em;
|
||||
background: url('<%/%>/critical.png') 0.5em 0.5em no-repeat;
|
||||
background-size: 2em;
|
||||
min-height: 2em;
|
||||
background-color: #FFEFEF;
|
||||
border: solid 1px rgba(0,0,0,0.1);
|
||||
|
|
|
@ -135,7 +135,7 @@ Public Sub Command(sCommand As String) As String[]
|
|||
|
||||
If Not sSort Then sSort = " "
|
||||
|
||||
If aDir.Exist(sSort & "\n" & sTitle & "\n*", gb.Like) Then Continue
|
||||
'If aDir.Exist(sSort & "\n" & sTitle & "\n*", gb.Like) Then Continue
|
||||
|
||||
aDir.Add(sSort & "\n" & sTitle & "\n[" & sPath & "]")
|
||||
Next
|
||||
|
|
Loading…
Reference in a new issue