changed: plugin 'menu': ezc funtion: menu_dir_tab

now we have two parameters: first is a path and second is: "images", "dirs", "files" or empty
          


git-svn-id: svn://ttmath.org/publicrep/winix/trunk@786 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2012-01-02 02:05:12 +00:00
parent 43470b2a41
commit 543d464cbc
5 changed files with 107 additions and 51 deletions

View File

@@ -550,6 +550,7 @@ ul.galleryimages li {
display: block;
float: left;
margin: 0 0 6px 10px;
background: none;
}
ul.galleryimages a, ul.galleryimages a:hover, ul.galleryimages a:focus, ul.galleryimages a:active {
@@ -599,8 +600,12 @@ height: 50px;
div#fileupload {
font-size: 0.8em;
font-size: 11px;
/* warning: file upload "add file" button doesn't want to work for small fonts in Firefox */
}
div#fileupload table, div#fileupload th, div#fileupload td {
border: none;
}

View File

@@ -889,6 +889,7 @@ ul.galleryimages li {
display: block;
float: left;
margin: 0 0 6px 10px;
background: none;
}
ul.galleryimages a, ul.galleryimages a:hover, ul.galleryimages a:focus, ul.galleryimages a:active {
@@ -938,6 +939,11 @@ height: 50px;
div#fileupload {
font-size: 0.8em;
font-size: 11px;
/* warning: file upload "add file" button doesn't want to work for small fonts in Firefox */
}
div#fileupload table, div#fileupload th, div#fileupload td {
border: none;
}