mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 09:13:02 +02:00
- 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:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user