Ignore:
Timestamp:
Jun 29, 2010, 2:26:43 AM (14 years ago)
Author:
plg
Message:

merge r6621 from branch 2.1 to trunk

bug 1742 fixed: if the EXIF functions are not available:

1) display a warning (but not an error)
2) avoid to try to read EXIF data

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/default/default-layout.css

    r6363 r6622  
    823823 * Informations box in administration
    824824 */
    825 .infos, .errors {
     825.infos, .errors, .warnings {
    826826  text-align: left;
    827827  margin: 5px;
     
    846846}
    847847
    848 .infos li, .errors li { list-style-type:square; }
     848.warnings {
     849  color: #ee8800;
     850  background-color:#ffdd99;
     851  background-image: url(icon/warnings.png);
     852}
     853
     854.infos li, .errors li, .warnings li { list-style-type:square; }
    849855.infos .submit {margin-left:30px;}
    850856
Note: See TracChangeset for help on using the changeset viewer.