Changeset 17348


Ignore:
Timestamp:
Aug 3, 2012, 5:02:09 PM (12 years ago)
Author:
mistic100
Message:

Merged revision(s) r17347 from trunk:
bug 2714: missing icons on jgrowl notifications

Location:
branches/2.4/admin/themes/default
Files:
1 edited
3 copied

Legend:

Unmodified
Added
Removed
  • branches/2.4/admin/themes/default/uploadify.jGrowl.css

    r6363 r17348  
    99/** Uploadify Styling here Styling **/
    1010div.jGrowl div.success {
    11         background: url(images/Check.png) no-repeat 6px 6px;
     11        background: url(images/jgrowl-check.png) no-repeat 6px 6px;
    1212}
    1313div.jGrowl div.error {
    14         background: url(images/Error.png) no-repeat 6px 6px;
     14        background: url(images/jgrowl-error.png) no-repeat 6px center;
    1515}
    1616div.jGrowl div.warning {
    17         background: url(images/Alert.png) no-repeat 6px 6px;
     17        background: url(images/jgrowl-alert.png) no-repeat 6px 6px;
     18}
     19div.jGrowl div.warning:before {
     20  content:none;
    1821}
    1922
     
    6770        font-weight:    bold;
    6871        font-size:              14px;
    69         margin-left:    60px;
     72        margin-left:    47px;
    7073}
    7174div.jGrowl div.jGrowl-notification div.message {
    7275        font-size:              12px;
    73         margin-left:    60px;
     76        margin-left:    47px;
    7477}
    7578div.jGrowl div.jGrowl-notification p {
Note: See TracChangeset for help on using the changeset viewer.