Changeset 2769


Ignore:
Timestamp:
09/05/10 16:15:05 (17 months ago)
Author:
seanschroeder
Message:

Fixing "locked" icon placement in site manager

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/5.2.1/www/admin/css/admin.css

    r2768 r2769  
    25332533 
    25342534.mura-grid li dt a  { 
    2535         background-image: url(../images/icons/files/icon_generic_small.gif); 
    2536         background-repeat: no-repeat; 
    2537         background-position: left center; 
    2538 } 
    2539  
    2540 /* @group Default */ 
    2541  
    2542 .doc, .docx { 
    2543         background-image: url(../images/icons/files/icon_doc_small.gif) !important; 
    2544 } 
    2545  
    2546 .jpg { 
    2547         background-image: url(../images/icons/files/icon_jpg_small.gif) !important; 
    2548 } 
    2549  
    2550 .psd { 
    2551         background-image: url(../images/icons/files/icon_gif_small.gif) !important; 
    2552 } 
    2553  
    2554 .gif { 
    2555         background-image: url(../images/icons/files/icon_gif_small.gif) !important; 
    2556 } 
    2557  
    2558 .png { 
    2559         background-image: url(../images/icons/files/icon_png_small.gif) !important; 
    2560 } 
    2561  
    2562 .pdf { 
    2563         background-image: url(../images/icons/files/icon_pdf_small.gif) !important; 
    2564 } 
    2565  
    2566 .txt { 
    2567         background-image: url(../images/icons/files/icon_txt_small.gif) !important; 
    2568 } 
    2569  
    2570 .ppt { 
    2571         background-image: url(../images/icons/files/icon_ppt_small.gif) !important; 
    2572 } 
    2573  
    2574 .xls { 
    2575         background-image: url(../images/icons/files/icon_xls_small.gif) !important; 
    2576 } 
    2577  
    2578 .mdb { 
    2579         background-image: url(../images/icons/files/icon_mdb_small.gif) !important; 
    2580 } 
    2581  
    2582 .vsd { 
    2583         background-image: url(../images/icons/files/icon_vsd_small.gif) !important; 
    2584 } 
    2585  
    2586 .mpp { 
    2587         background-image: url(../images/icons/files/icon_mpp_small.gif) !important; 
    2588 } 
    2589  
    2590 .graffle { 
    2591         background-image: url(../images/icons/files/icon_graffle_small.gif) !important; 
    2592 } 
    2593  
    2594 .oo3 { 
    2595         background-image: url(../images/icons/files/icon_oo3_small.gif) !important; 
    2596 } 
    2597  
    2598 .mp3 { 
    2599         background-image: url(../images/icons/files/icon_mp3_small.gif) !important; 
    2600 } 
    2601  
    2602 .ndd { 
    2603         background-image: url(../images/icons/files/icon_ndd_small.gif) !important; 
    2604 } 
    2605  
    2606 .zip { 
    2607         background-image: url(../images/icons/files/icon_zip_small.gif) !important; 
    2608 } 
    2609  
    2610 .css { 
    2611         background-image: url(../images/icons/files/icon_css_small.gif) !important; 
    2612 } 
    2613  
    2614 .flv { 
    2615         background-image: url(../images/icons/files/icon_flv_small.png) !important; 
    2616 } 
    2617  
    2618 .html, .htm { 
    2619         background-image: url(../images/icons/files/icon_generic_small.gif) !important; 
    2620 } 
    2621  
    2622 /* @end */ 
    2623  
    2624 /* @group Locked */ 
    2625  
    2626 .docLocked, .docxLocked { 
    2627         background-image: url(../images/icons/files/icon_doc_small_locked.gif) !important; 
    2628 } 
    2629  
    2630 .jpgLocked { 
    2631         background-image: url(../images/icons/files/icon_jpg_small_locked.gif) !important; 
    2632 } 
    2633  
    2634 .psdLocked { 
    2635         background-image: url(../images/icons/files/icon_gif_small_locked.gif) !important; 
    2636 } 
    2637  
    2638 .gifLocked { 
    2639         background-image: url(../images/icons/files/icon_gif_small_locked.gif) !important; 
    2640 } 
    2641  
    2642 .pngLocked { 
    2643         background-image: url(../images/icons/files/icon_png_small_locked.gif) !important; 
    2644 } 
    2645  
    2646 .pdfLocked { 
    2647         background-image: url(../images/icons/files/icon_pdf_small_locked.gif) !important; 
    2648 } 
    2649  
    2650 .txtLocked { 
    2651         background-image: url(../images/icons/files/icon_txt_small_locked.gif) !important; 
    2652 } 
    2653  
    2654 .pptLocked { 
    2655         background-image: url(../images/icons/files/icon_ppt_small_locked.gif) !important; 
    2656 } 
    2657  
    2658 .xlsLocked { 
    2659         background-image: url(../images/icons/files/icon_xls_small_locked.gif) !important; 
    2660 } 
    2661  
    2662 .mdbLocked { 
    2663         background-image: url(../images/icons/files/icon_mdb_small_locked.gif) !important; 
    2664 } 
    2665  
    2666 .vsdLocked { 
    2667         background-image: url(../images/icons/files/icon_vsd_small_locked.gif) !important; 
    2668 } 
    2669  
    2670 .mppLocked { 
    2671         background-image: url(../images/icons/files/icon_mpp_small_locked.gif) !important; 
    2672 } 
    2673  
    2674 .graffleLocked { 
    2675         background-image: url(../images/icons/files/icon_graffle_small_locked.gif) !important; 
    2676 } 
    2677  
    2678 .oo3Locked { 
    2679         background-image: url(../images/icons/files/icon_oo3_small_locked.gif) !important; 
    2680 } 
    2681  
    2682 .mp3Locked { 
    2683         background-image: url(../images/icons/files/icon_mp3_small_locked.gif) !important; 
    2684 } 
    2685  
    2686 .nddLocked { 
    2687         background-image: url(../images/icons/files/icon_ndd_small_locked.gif) !important; 
    2688 } 
    2689  
    2690 .zipLocked { 
    2691         background-image: url(../images/icons/files/icon_zip_small_locked.gif) !important; 
    2692 } 
    2693  
    2694 .cssLocked { 
    2695         background-image: url(../images/icons/files/icon_css_small_locked.gif) !important; 
    2696 } 
    2697  
    2698 .cssLocked { 
    2699         background-image: url(../images/icons/files/icon_flv_small_locked.gif) !important; 
    2700 } 
    2701  
    2702 .flvLocked { 
    2703         background-image: url(../images/icons/files/icon_flv_small_locked.png) !important; 
    2704 } 
    2705  
    2706 .htmlLocked, .htmLocked, .cfmLocked, .cfcLocked, .csvLocked, .phpLocked, .rbLocked, .pyLocked, .javaLocked, .jspLocked  { 
    2707         background-image: url(../images/icons/files/icon_generic_small_locked.gif) !important; 
    2708 } 
    2709  
    2710 /* @end */ 
    2711  
    2712 /* @end */ 
    2713  
    2714 /* @group Content Icons */ 
    2715  
    2716 .mura-grid li dt a  { /* copy up changes and remove when finished */ 
    27172535        background: url(../images/icons/files/icon_generic_small.gif) left center no-repeat; 
    27182536        color: #333232; 
     
    27202538        margin: 0; 
    27212539} 
     2540 
     2541/* @group Default */ 
     2542 
     2543.doc, .docx { 
     2544        background-image: url(../images/icons/files/icon_doc_small.gif) !important; 
     2545} 
     2546 
     2547.jpg { 
     2548        background-image: url(../images/icons/files/icon_jpg_small.gif) !important; 
     2549} 
     2550 
     2551.psd { 
     2552        background-image: url(../images/icons/files/icon_gif_small.gif) !important; 
     2553} 
     2554 
     2555.gif { 
     2556        background-image: url(../images/icons/files/icon_gif_small.gif) !important; 
     2557} 
     2558 
     2559.png { 
     2560        background-image: url(../images/icons/files/icon_png_small.gif) !important; 
     2561} 
     2562 
     2563.pdf { 
     2564        background-image: url(../images/icons/files/icon_pdf_small.gif) !important; 
     2565} 
     2566 
     2567.txt { 
     2568        background-image: url(../images/icons/files/icon_txt_small.gif) !important; 
     2569} 
     2570 
     2571.ppt { 
     2572        background-image: url(../images/icons/files/icon_ppt_small.gif) !important; 
     2573} 
     2574 
     2575.xls { 
     2576        background-image: url(../images/icons/files/icon_xls_small.gif) !important; 
     2577} 
     2578 
     2579.mdb { 
     2580        background-image: url(../images/icons/files/icon_mdb_small.gif) !important; 
     2581} 
     2582 
     2583.vsd { 
     2584        background-image: url(../images/icons/files/icon_vsd_small.gif) !important; 
     2585} 
     2586 
     2587.mpp { 
     2588        background-image: url(../images/icons/files/icon_mpp_small.gif) !important; 
     2589} 
     2590 
     2591.graffle { 
     2592        background-image: url(../images/icons/files/icon_graffle_small.gif) !important; 
     2593} 
     2594 
     2595.oo3 { 
     2596        background-image: url(../images/icons/files/icon_oo3_small.gif) !important; 
     2597} 
     2598 
     2599.mp3 { 
     2600        background-image: url(../images/icons/files/icon_mp3_small.gif) !important; 
     2601} 
     2602 
     2603.ndd { 
     2604        background-image: url(../images/icons/files/icon_ndd_small.gif) !important; 
     2605} 
     2606 
     2607.zip { 
     2608        background-image: url(../images/icons/files/icon_zip_small.gif) !important; 
     2609} 
     2610 
     2611.css { 
     2612        background-image: url(../images/icons/files/icon_css_small.gif) !important; 
     2613} 
     2614 
     2615.flv { 
     2616        background-image: url(../images/icons/files/icon_flv_small.png) !important; 
     2617} 
     2618 
     2619.html, .htm { 
     2620        background-image: url(../images/icons/files/icon_generic_small.gif) !important; 
     2621} 
     2622 
     2623/* @end */ 
     2624 
     2625/* @group Locked */ 
     2626 
     2627.docLocked, .docxLocked { 
     2628        background-image: url(../images/icons/files/icon_doc_small_locked.gif) !important; 
     2629} 
     2630 
     2631.jpgLocked { 
     2632        background-image: url(../images/icons/files/icon_jpg_small_locked.gif) !important; 
     2633} 
     2634 
     2635.psdLocked { 
     2636        background-image: url(../images/icons/files/icon_gif_small_locked.gif) !important; 
     2637} 
     2638 
     2639.gifLocked { 
     2640        background-image: url(../images/icons/files/icon_gif_small_locked.gif) !important; 
     2641} 
     2642 
     2643.pngLocked { 
     2644        background-image: url(../images/icons/files/icon_png_small_locked.gif) !important; 
     2645} 
     2646 
     2647.pdfLocked { 
     2648        background-image: url(../images/icons/files/icon_pdf_small_locked.gif) !important; 
     2649} 
     2650 
     2651.txtLocked { 
     2652        background-image: url(../images/icons/files/icon_txt_small_locked.gif) !important; 
     2653} 
     2654 
     2655.pptLocked { 
     2656        background-image: url(../images/icons/files/icon_ppt_small_locked.gif) !important; 
     2657} 
     2658 
     2659.xlsLocked { 
     2660        background-image: url(../images/icons/files/icon_xls_small_locked.gif) !important; 
     2661} 
     2662 
     2663.mdbLocked { 
     2664        background-image: url(../images/icons/files/icon_mdb_small_locked.gif) !important; 
     2665} 
     2666 
     2667.vsdLocked { 
     2668        background-image: url(../images/icons/files/icon_vsd_small_locked.gif) !important; 
     2669} 
     2670 
     2671.mppLocked { 
     2672        background-image: url(../images/icons/files/icon_mpp_small_locked.gif) !important; 
     2673} 
     2674 
     2675.graffleLocked { 
     2676        background-image: url(../images/icons/files/icon_graffle_small_locked.gif) !important; 
     2677} 
     2678 
     2679.oo3Locked { 
     2680        background-image: url(../images/icons/files/icon_oo3_small_locked.gif) !important; 
     2681} 
     2682 
     2683.mp3Locked { 
     2684        background-image: url(../images/icons/files/icon_mp3_small_locked.gif) !important; 
     2685} 
     2686 
     2687.nddLocked { 
     2688        background-image: url(../images/icons/files/icon_ndd_small_locked.gif) !important; 
     2689} 
     2690 
     2691.zipLocked { 
     2692        background-image: url(../images/icons/files/icon_zip_small_locked.gif) !important; 
     2693} 
     2694 
     2695.cssLocked { 
     2696        background-image: url(../images/icons/files/icon_css_small_locked.gif) !important; 
     2697} 
     2698 
     2699.cssLocked { 
     2700        background-image: url(../images/icons/files/icon_flv_small_locked.gif) !important; 
     2701} 
     2702 
     2703.flvLocked { 
     2704        background-image: url(../images/icons/files/icon_flv_small_locked.png) !important; 
     2705} 
     2706 
     2707.htmlLocked, .htmLocked, .cfmLocked, .cfcLocked, .csvLocked, .phpLocked, .rbLocked, .pyLocked, .javaLocked, .jspLocked  { 
     2708        background-image: url(../images/icons/files/icon_generic_small_locked.gif) !important; 
     2709} 
     2710 
     2711/* @end */ 
     2712 
     2713/* @end */ 
     2714 
     2715/* @group Content Icons */ 
    27222716 
    27232717li.Link, .mura-grid li dt a.Link { 
Note: See TracChangeset for help on using the changeset viewer.