Changeset 261 for Dev/branches


Ignore:
Timestamp:
02/15/12 15:07:39 (13 years ago)
Author:
tjcschipper
Message:
 
Location:
Dev/branches/Cartis
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • Dev/branches/Cartis/Tiles preview/css/tile1.css

    r259 r261  
    7777
    7878html {
    79     font-family: 'Segoe', sans-serif;
     79    font-family: 'Segoe UI', sans-serif;
    8080    font-size: 14px;
    8181    color: #000;
     
    211211    margin-bottom: 5px;
    212212    background: #367ac3;
     213
    213214    background-image: linear-gradient(left bottom, rgb(54,122,195) 44%, rgb(74,139,208) 72%);
    214215    background-image: -o-linear-gradient(left bottom, rgb(54,122,195) 44%, rgb(74,139,208) 72%);
     
    224225        color-stop(0.72, rgb(74,139,208))
    225226        );
     227
     228
    226229}
    227230
     
    239242    margin-bottom: 5px;
    240243    background: #367ac3;
    241    
     244
    242245}
    243246
     
    360363.shoppingCartItem {
    361364    width: 224px;
    362     height: 16px;
    363 }
     365    height: 18px;
     366}
  • Dev/branches/Cartis/Tiles preview/js/dashboardScripts.js

    r259 r261  
    245245        newLine.id = "shoppingCartItem"+shoppingCart.contents.uids[i];
    246246        var icon = ce("image");
    247         icon.src = "images/ui/DeleteIcon.gif";
     247        icon.src = "images/ui/DeleteIcon.png";
    248248        $(icon).css("float", "right");
    249249        icon.addEventListener("click", function(event){
Note: See TracChangeset for help on using the changeset viewer.