Changeset 839


Ignore:
Timestamp:
Aug 20, 2005, 3:52:29 AM (19 years ago)
Author:
plg
Message:
  • 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.
Location:
trunk
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/ChangeLog

    r836 r839  
     12005-08-20 Pierrick LE GALL
     2
     3        * improvement : dedicated page for user comments validation/reject
     4        in administration. (screen is not shared with public part of the
     5        gallery). Ability to validate all or reject all in one clic.
     6
    172005-08-19 Pierrick LE GALL
    28
  • trunk/template/default/default.css

    r836 r839  
    628628  float: right;
    629629}
     630
     631/* Administration comments */
     632div#adminMain div.comment {
     633  margin: 5px;
     634  border: 1px solid gray;
     635  clear: both;
     636}
     637
     638div#adminMain div.comment > a.illustration {
     639  display: block;
     640  float: left;
     641  margin: 5px;
     642}
     643
     644div#adminMain div.comment p.commentHeader {
     645  text-align: right;
     646  margin: 0.5em 0.5em 0 0;
     647}
     648
     649div#adminMain div.comment ul.actions {
     650  text-align: center;
     651  margin: 0.2em;
     652  clear: both;
     653}
     654
     655div#adminMain div.comment > ul.actions > li {
     656  display: inline;
     657}
     658
     659div#adminMain div.comment blockquote {
     660  margin: 15px;
     661  border: 1px dashed gray;
     662  padding: 0.5em;
     663}
     664
     665/* */
     666form p.bottomButtons {
     667  text-align: center;
     668}
Note: See TracChangeset for help on using the changeset viewer.