mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-10 07:14:59 +02:00
- comments page rewritten : comments are displayed one by one, with filters
and display options available. The list of comments is paginated. git-svn-id: http://piwigo.org/svn/trunk@796 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -412,4 +412,36 @@ label:hover {
|
||||
margin: 5px;
|
||||
border:1px solid gray;
|
||||
padding: 10px 50px 10px 10px;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Filter forms are displayed label by label with the input (or select...)
|
||||
* below the label
|
||||
*/
|
||||
form.filter FIELDSET {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
form.filter FIELDSET LABEL {
|
||||
display: block;
|
||||
float: left;
|
||||
width: auto;
|
||||
margin-right: 10px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
form.filter FIELDSET INPUT, form.filter FIELDSET SELECT {
|
||||
display: block;
|
||||
}
|
||||
|
||||
form.filter FIELDSET P {
|
||||
clear: left;
|
||||
}
|
||||
|
||||
form.filter FIELDSET {
|
||||
border: 1px solid gray;
|
||||
}
|
||||
|
||||
form.filter FIELDSET + INPUT {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user