- categories management : new display with icon for actions (delete,

sub-categories, elements, edit, jump to, permissions)

- categories management : semantic HTML layout (using common lists)

- categories management : new way to order categories of the same level : a
  text field let the admin reorder all categories at once.


git-svn-id: http://piwigo.org/svn/trunk@798 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall
2005-06-30 21:00:07 +00:00
parent 3c2b8d230e
commit b4458ec2db
9 changed files with 172 additions and 227 deletions
+29
View File
@@ -382,6 +382,35 @@ label:hover {
cursor: pointer;
}
/**
* Categories management
*/
form#categoryOrdering>ul {
list-style: none;
padding: 0;
margin: 0;
}
form#categoryOrdering>ul>li {
border: 1px solid grey;
padding: 0px 5px;
margin-bottom: 5px;
}
form#categoryOrdering ul.categoryActions {
float: right;
margin-top: 5px;
}
ul.categoryActions>li {
display: inline;
}
ul.categoryActions a img {
border: none;
}
/**
* Errors box in administration
*/