- Timestamp:
- 02/15/12 15:07:39 (13 years ago)
- Location:
- Dev/branches/Cartis
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/branches/Cartis/Tiles preview/css/tile1.css
r259 r261 77 77 78 78 html { 79 font-family: 'Segoe ', sans-serif;79 font-family: 'Segoe UI', sans-serif; 80 80 font-size: 14px; 81 81 color: #000; … … 211 211 margin-bottom: 5px; 212 212 background: #367ac3; 213 213 214 background-image: linear-gradient(left bottom, rgb(54,122,195) 44%, rgb(74,139,208) 72%); 214 215 background-image: -o-linear-gradient(left bottom, rgb(54,122,195) 44%, rgb(74,139,208) 72%); … … 224 225 color-stop(0.72, rgb(74,139,208)) 225 226 ); 227 228 226 229 } 227 230 … … 239 242 margin-bottom: 5px; 240 243 background: #367ac3; 241 244 242 245 } 243 246 … … 360 363 .shoppingCartItem { 361 364 width: 224px; 362 height: 1 6px;363 } 365 height: 18px; 366 } -
Dev/branches/Cartis/Tiles preview/js/dashboardScripts.js
r259 r261 245 245 newLine.id = "shoppingCartItem"+shoppingCart.contents.uids[i]; 246 246 var icon = ce("image"); 247 icon.src = "images/ui/DeleteIcon. gif";247 icon.src = "images/ui/DeleteIcon.png"; 248 248 $(icon).css("float", "right"); 249 249 icon.addEventListener("click", function(event){
Note: See TracChangeset
for help on using the changeset viewer.