Ignore:
Timestamp:
Dec 16, 2010, 6:44:29 AM (13 years ago)
Author:
rvelices
Message:

css sprites for all themes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/default/theme.css

    r8131 r8161  
    404404
    405405.rateButtonStarFull {
    406         background: url('icon/rating-stars.gif') no-repeat scroll; background-position:-16px center; width:16px;
     406        background: url('icon/rating-stars.gif') no-repeat -16px center; width:16px;
    407407}
    408408
    409409.rateButtonStarEmpty {
    410         background: url('icon/rating-stars.gif') no-repeat scroll; background-position:0 center; width:16px;
     410        background: url('icon/rating-stars.gif') no-repeat 0 center; width:16px;
    411411}
    412412
     
    755755.errors { /* Errors display */
    756756        color: red;
    757         background-color: #ffe1e1;
    758757        font-weight: bold;
    759758        margin: 5px;
    760759        border: 1px solid red;
    761         background-image: url(icon/errors.png);
    762         background-repeat: no-repeat;
    763         background-position: top right;
     760        background: #ffe1e1 url(icon/errors.png) no-repeat top right;
    764761        padding: 10px 50px 10px 10px;
    765762}
     
    768765.infos {
    769766        color: #002000;
    770         background-color: #98fb98; /* palegreen */
    771         background-image: url(icon/infos.png);
    772         background-repeat: no-repeat;
    773         background-position: top right;
     767        background: #98fb98 url(icon/infos.png) no-repeat top right;
    774768        margin: 5px;
    775769        padding: 10px 50px 10px 10px;
Note: See TracChangeset for help on using the changeset viewer.