added: new winix function: "sort"
sorting items in a directory (Item::sort_index is used) git-svn-id: svn://ttmath.org/publicrep/winix/trunk@754 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -841,3 +841,27 @@ td.slogerror {
|
||||
background: red;
|
||||
color: white;
|
||||
}
|
||||
|
||||
ul#sortable li{
|
||||
list-style-type: none;
|
||||
display: block;
|
||||
padding: 0.2em 1em 0.2em 1em;
|
||||
border: 1px solid #D3D3D3;
|
||||
background: #EDEDED;
|
||||
margin: 0.3em 0 0.3em 0;
|
||||
}
|
||||
|
||||
ul#sortable input{
|
||||
width: 30px;
|
||||
margin: 0 10px 0 0;
|
||||
}
|
||||
|
||||
ul#sortable img {
|
||||
height: 50px;
|
||||
}
|
||||
|
||||
|
||||
div#fileupload {
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user