mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 01:03:31 +02:00
- improvement : dedicated page for user comments validation/reject in
administration. (screen is not shared with public part of the gallery). Ability to validate all or reject all in one clic. git-svn-id: http://piwigo.org/svn/trunk@839 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -626,4 +626,43 @@ textarea.description {
|
||||
fieldset.elementEdit>a {
|
||||
display: block;
|
||||
float: right;
|
||||
}
|
||||
|
||||
/* Administration comments */
|
||||
div#adminMain div.comment {
|
||||
margin: 5px;
|
||||
border: 1px solid gray;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
div#adminMain div.comment > a.illustration {
|
||||
display: block;
|
||||
float: left;
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
div#adminMain div.comment p.commentHeader {
|
||||
text-align: right;
|
||||
margin: 0.5em 0.5em 0 0;
|
||||
}
|
||||
|
||||
div#adminMain div.comment ul.actions {
|
||||
text-align: center;
|
||||
margin: 0.2em;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
div#adminMain div.comment > ul.actions > li {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
div#adminMain div.comment blockquote {
|
||||
margin: 15px;
|
||||
border: 1px dashed gray;
|
||||
padding: 0.5em;
|
||||
}
|
||||
|
||||
/* */
|
||||
form p.bottomButtons {
|
||||
text-align: center;
|
||||
}
|
||||
Reference in New Issue
Block a user