Changeset 2817


Ignore:
Timestamp:
09/09/10 20:27:41 (17 months ago)
Author:
seanschroeder
Message:

Fixing repeating icon issue

File:
1 edited

Legend:

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

    r2807 r2817  
    1 /* @override http://site23.walkingmen.com/admin/css/admin.css?coreversion=2806 */ 
    2  
    3 /* @override  
    4         http://mura:8500/admin/css/admin.css 
    5         http://mura:8500/admin/css/admin.css?coreversion=1 
    6 */ 
     1/* @override http://mura:8500/admin/css/admin.css?coreversion=1 */ 
    72 
    83/* This file is part of Mura CMS.  
     
    9792form textarea { 
    9893        margin: 0; 
    99         width: 100%; 
     94        width: 99%; 
    10095        height: 120px; 
    10196        background-color: #fff; 
     
    132127        padding: 3px; 
    133128} 
     129 
     130input#file { 
     131        margin-top: 2px; 
     132} 
     133 
    134134input.textAlt, input.date, input.medium { 
    135135        width: 100px; 
     
    218218        background: url(../images/btn.gif) no-repeat top right; 
    219219        padding: 5px 8px 5px 0; 
     220        color: #fff; 
    220221} 
    221222 
     
    258259} 
    259260 
    260 a { 
     261a, .tabs dt a { 
    261262        color: #ff3a00; 
    262263        text-decoration: none; 
     
    353354        clear: both; 
    354355        float: left; 
    355         min-width: 1005px; 
     356        min-width: 1120px; 
    356357        position: relative; 
    357358        margin: 0 20px 0 0; 
     
    378379        padding: 36px 0 36px 30px; 
    379380        line-height: 16px; 
    380         width: 830px; 
     381        min-width: 830px; 
     382        max-width: 950px; 
     383        width: auto; 
    381384} 
    382385 
     
    420423        margin: 0 0 20px 0; 
    421424        padding: 0; 
    422         width: 830px; 
     425        width: 920px; 
    423426} 
    424427 
     
    712715/* @group View Options */ 
    713716 
    714 form#viewUpdate { 
     717.viewUpdate { 
    715718        color: #636261; 
    716719        position: relative; 
    717 } 
    718  
    719 form#viewUpdate h3 { 
     720        display: table; 
     721} 
     722 
     723.viewUpdate h3 { 
    720724        color: #000; 
    721725} 
    722726 
    723 form#viewUpdate dl { 
    724         margin: 0 0 10px 0; 
    725 } 
    726  
    727 form#viewUpdate dt { 
     727.viewUpdate dl#mura-view-options { 
     728        margin: 0 0 10px !important; 
     729} 
     730 
     731dl#mura-view-options dt { 
    728732        float: left; 
    729733        margin: 0 4px 0 0; 
    730734        padding: 6px 0; 
    731735        font-weight: normal; 
    732         vertical-align: middle; 
    733 } 
    734  
    735 form#viewUpdate dt.sort { 
     736        line-height: 10px; 
     737} 
     738 
     739dl#mura-view-options dt.sort { 
    736740        padding-left: 10px; 
    737741        background: url(../images/rule_vertical_dotted.gif) left center no-repeat; 
    738742} 
    739743 
    740 form#viewUpdate dd { 
     744dl#mura-view-options dd { 
    741745        float: left; 
    742746        margin: 0 4px 0 0; 
    743747        padding: 2px 0; 
    744         vertical-align: middle; 
    745 } 
    746  
    747 form#viewUpdate dd.rows, form#viewUpdate dd.button { 
     748} 
     749 
     750dl#mura-view-options dd.rows, dl#mura-view-options dd.button { 
    748751        margin: 0 4px 0 0; 
    749752} 
    750753 
    751 form#viewUpdate dt.viewDepth, form#viewUpdate dt.sort { 
     754dl#mura-view-options dt.viewDepth, dl#mura-view-options dt.sort { 
    752755        padding-left: 6px; 
    753756} 
    754757 
    755 form#viewUpdate input.text { 
     758dl#mura-view-options input.text { 
    756759        color: #000; 
    757760        background-color: #fff; 
     
    765768} 
    766769 
    767 form#viewUpdate input.submit { 
     770.viewUpdate input.submit { 
    768771         
    769772} 
     
    15501553} 
    15511554 
    1552 #viewUpdate h3 { 
     1555.viewUpdate h3 { 
    15531556        margin-bottom: .25em; 
    15541557} 
     
    18561859        background: none; 
    18571860} 
    1858 /*#viewUpdate dl { 
     1861/*.viewUpdate dl { 
    18591862        padding-top: 8px; 
    18601863}*/ 
     
    19661969/* @end */ 
    19671970 
    1968  
    1969  
    19701971/* @group Tables */ 
    19711972 
     
    20292030 
    20302031th { 
     2032        margin: 0 !important; 
    20312033        background: #FFFEFE url(../images/bg_th.jpg) repeat-x left bottom; 
    20322034        font-style: normal; 
     
    20382040} 
    20392041 
    2040 /*#cdashboard th, #cdashboard td { 
    2041         text-align: left; 
    2042         line-height: 20px; 
    2043 }*/ 
    2044  
    20452042th.alt { 
    20462043        text-align: left; 
     
    20482045        background-color: #EAF4FE; 
    20492046        font-weight: normal; 
    2050         width: 1%; 
    20512047        border: 0; 
    20522048} 
     
    21242120} 
    21252121 
    2126 table tr.alt th, table tr.alt td { 
     2122table tr.alt th, table tr.alt td, .alt dl { 
    21272123        background-color: #FCFEFF; 
    21282124} 
     
    21502146} 
    21512147 
    2152 table td.add a { 
     2148table td.add a, .mura-grid a.add { 
    21532149        display: block; 
    21542150        background: url(../images/icons/add_32.png) no-repeat center center; 
     
    21562152        height: 12px; 
    21572153        padding: 0; 
     2154} 
     2155 
     2156.mura-grid a.add { /* really only needed for ie7 */ 
     2157        width: 24px; 
     2158        height: 28px; 
    21582159} 
    21592160 
     
    21912192 { 
    21922193        background-position: 11px 1px; 
     2194        background-repeat: no-repeat; 
    21932195        color: #333232; 
    21942196        text-decoration: none; 
     
    22202222         
    22212223} 
    2222 /* @end */ 
    2223  
    2224  
     2224 
     2225/* @end */ 
    22252226 
    22262227/* @group Sortable Grid */ 
     2228 
    22272229.mura-grid { 
    22282230        overflow: hidden; 
    22292231        border-bottom: 1px solid #DBDBDB; 
    22302232        border-right: 1px solid #DBDBDB; 
     2233        float: left; 
    22312234} 
    22322235 
     
    22392242} 
    22402243 
     2244.mura-grid li:hover { 
     2245        cursor: move; 
     2246} 
     2247 
    22412248/* @group Nested Offsets */ 
    22422249 
    2243 .mura-grid li li .add { 
    2244         margin-right: 28px; 
    2245 } 
    2246  
    2247 .mura-grid li li li .add { 
    2248         margin-right: 48px; 
    2249 } 
    2250  
    2251 .mura-grid li li li li .add { 
    2252         margin-right: 68px; 
    2253 } 
    2254  
    2255 .mura-grid li li li li li .add { 
    2256         margin-right: 88px; 
    2257 } 
    2258  
    2259 .mura-grid li li li li li li .add { 
    2260         margin-right: 108px; 
    2261 } 
    2262  
    2263 .mura-grid li li li li li li li .add { 
    2264         margin-right: 128px; 
    2265 } 
    2266  
    2267 .mura-grid li li li li li li li li .add { 
    2268         margin-right: 148px; 
    2269 } 
    2270  
    2271 .mura-grid li li li li li li li li li .add { 
    2272         margin-right: 168px; 
    2273 } 
    2274  
    2275 .mura-grid li li li li li li li li li li .add { 
    2276         margin-right: 188px; 
    2277 } 
    2278  
    2279 .mura-grid li li li li li li li li li li li .add { 
    2280         margin-right: 208px; 
    2281 } 
    2282  
    2283 .mura-grid li li li li li li li li li li li li .add { 
    2284         margin-right: 228px; 
    2285 } 
    2286  
    2287 .mura-grid li li li li li li li li li li li li li .add { 
    2288         margin-right: 248px; 
    2289 } 
    2290  
    2291 /* @end */ 
    2292  
    2293 .mura-grid li { 
    2294         float: left; 
    2295         width: 100%; 
    2296 } 
     2250#mura-nodes li .add { 
     2251        margin-right: 16px; 
     2252} 
     2253 
     2254#mura-nodes li li .add { 
     2255        margin-right: 32px; 
     2256} 
     2257 
     2258#mura-nodes li li li .add { 
     2259        margin-right: 53px; 
     2260} 
     2261 
     2262#mura-nodes li li li li .add { 
     2263        margin-right: 73px; 
     2264} 
     2265 
     2266#mura-nodes li li li li li .add { 
     2267        margin-right: 93px; 
     2268} 
     2269 
     2270#mura-nodes li li li li li li .add { 
     2271        margin-right: 113px; 
     2272} 
     2273 
     2274#mura-nodes li li li li li li li .add { 
     2275        margin-right: 133px; 
     2276} 
     2277 
     2278#mura-nodes li li li li li li li li .add { 
     2279        margin-right: 153px; 
     2280} 
     2281 
     2282#mura-nodes li li li li li li li li li .add { 
     2283        margin-right: 173px; 
     2284} 
     2285 
     2286#mura-nodes li li li li li li li li li li .add { 
     2287        margin-right: 193px; 
     2288} 
     2289 
     2290#mura-nodes li li li li li li li li li li li .add { 
     2291        margin-right: 213px; 
     2292} 
     2293 
     2294#mura-nodes li li li li li li li li li li li li .add { 
     2295        margin-right: 233px; 
     2296} 
     2297 
     2298#mura-nodes li li li li li li li li li li li li li .add { 
     2299        margin-right: 253px; 
     2300} 
     2301 
     2302/* @end */ 
    22972303 
    22982304.mura-grid dl { 
    22992305        background-color: #EAF4FE; 
    23002306        float: left; 
    2301         width: 100%; 
     2307        width: auto; 
    23022308        margin-bottom: 0; 
    23032309        min-height: 10px; 
     
    23182324 
    23192325.mura-grid dt { 
    2320         width: 340px; 
     2326        width: 380px; 
    23212327        text-align: left; 
    23222328        line-height: 12px; 
     2329        min-height: 20px; 
    23232330        padding: 0 5px 0 0 !important; 
    23242331        border-left: 1px solid #DBDBDB; 
     
    23282335.mura-grid dd { 
    23292336        padding: 4px 5px; 
     2337        min-height: 18px; 
    23302338} 
    23312339 
     
    23632371.mura-grid .order { 
    23642372        width: 40px; 
     2373        /*display: none;*/ 
    23652374} 
    23662375 
     
    23732382} 
    23742383 
     2384.mura-grid #mura-nodes .display a { 
     2385        display: inline-block; 
     2386        height: 20px; 
     2387        width: 20px; 
     2388        background: url(../images/icons/cal.png) no-repeat 50% 50%; 
     2389} 
     2390 
     2391.mura-grid #mura-nodes .display a span { 
     2392        width: 110px; 
     2393        text-align: center; 
     2394} 
     2395 
    23752396.mura-grid .feature { 
    23762397        width: 60px; 
     
    23822403 
    23832404.mura-grid .updated { 
    2384         width: 110px; 
    2385 } 
    2386  
    2387 .mura-grid .admin { 
     2405        width: 150px; 
     2406} 
     2407 
     2408/*.mura-grid .date { 
     2409        width: 90px; 
     2410} 
     2411 
     2412.mura-grid .time { 
     2413        width: 60px; 
     2414}*/ 
     2415 
     2416.mura-grid .admin, td.administration { 
    23882417        width: 92px; 
    23892418        border-right: 0; 
    23902419} 
    23912420 
    2392 .mura-grid .admin ul { 
     2421.mura-grid .admin ul, td.administration ul { 
    23932422        margin: 0 auto; 
    23942423} 
     
    24422471        float: left; 
    24432472        height: 18px !important; 
    2444         background: none; 
     2473        background: none !important; 
    24452474} 
    24462475 
     
    25042533/* @group File Icons */ 
    25052534 
    2506 dt li, dt a  { 
    2507         background-image: url(../images/icons/files/icon_generic_small.gif); 
    2508         background-repeat: no-repeat; 
    2509         background-position: left center; 
    2510 } 
     2535.mura-grid li dt a  { 
     2536        background: url(../images/icons/files/icon_generic_small.gif) 1px center no-repeat; 
     2537        color: #333232; 
     2538        text-decoration: none; 
     2539        margin: 0; 
     2540} 
     2541 
     2542/* @group Default */ 
    25112543 
    25122544.doc, .docx { 
     
    25902622} 
    25912623 
     2624/* @end */ 
     2625 
    25922626/* @group Locked */ 
    25932627 
     
    26822716/* @group Content Icons */ 
    26832717 
    2684 .Link { 
    2685         background: url(../images/icons/link.gif) no-repeat 11px 2px; 
    2686         color: #333232; 
    2687         text-decoration: none; 
    2688         margin: 0; 
    2689         padding: 2px 0 2px 30px; 
    2690 } 
    2691  
    2692 .Portal { 
    2693         background: transparent url(../images/icons/portal.gif) no-repeat 10px 1px; 
    2694         color: #333232; 
    2695         text-decoration: none; 
    2696         margin: 0; 
    2697         padding: 2px 0 2px 31px; 
    2698 } 
    2699  
    2700 .Gallery { 
    2701         background: transparent url(../images/icons/smicn_32.png) no-repeat 12px 1px; 
    2702         color: #333232; 
    2703         text-decoration: none; 
    2704         margin: 0; 
    2705         padding: 2px 0 2px 31px; 
    2706 } 
    2707  
    2708 .Image { 
    2709         background: transparent url(../images/icons/image_32.png) no-repeat 10px 1px; 
    2710         color: #333232; 
    2711         text-decoration: none; 
    2712         margin: 0; 
    2713         padding: 2px 0 2px 31px; 
    2714 } 
    2715  
    2716 .GalleryLocked { 
    2717         background: transparent url(../images/icons/smicn_32_locked.png) no-repeat 11px 1px; 
    2718         color: #333232; 
    2719         text-decoration: none; 
    2720         margin: 0; 
    2721         padding: 2px 0 2px 31px; 
    2722 } 
    2723  
    2724 .ImageLocked { 
    2725         background: transparent url(../images/icons/image_32_locked.png) no-repeat 10px 1px; 
    2726         color: #333232; 
    2727         text-decoration: none; 
    2728         margin: 0; 
    2729         padding: 2px 0 2px 31px; 
    2730 } 
    2731  
    2732 .Calendar { 
    2733         background: transparent url(../images/icons/calendar.gif) no-repeat 13px 0; 
    2734         color: #333232; 
    2735         text-decoration: none; 
    2736         margin: 0; 
    2737         padding: 2px 0 2px 31px; 
    2738 } 
    2739  
    2740 .PageLocked { 
    2741         background: transparent url(../images/icons/files/icon_generic_small_locked.gif) no-repeat 11px 1px; 
    2742         color: #333232; 
    2743         text-decoration: none; 
    2744         margin: 0; 
    2745         padding: 2px 0 2px 30px; 
    2746 } 
    2747  
    2748 .DocumentLocked, .FileLocked { 
    2749         background: transparent url(../images/icons/document_locked.gif) no-repeat 11px 1px; 
    2750         color: #333232; 
    2751         text-decoration: none; 
    2752         margin: 0 0 0 0; 
    2753         padding: 2px 0 2px 30px; 
    2754 } 
    2755  
    2756 .LinkLocked { 
    2757         background: transparent url(../images/icons/link_locked.gif) no-repeat 11px 2px; 
    2758         color: #333232; 
    2759         text-decoration: none; 
    2760         margin: 0 0 0 0; 
    2761         padding: 2px 0 2px 30px; 
    2762 } 
    2763  
    2764 .PortalLocked { 
    2765         background: transparent url(../images/icons/portal_locked.gif) no-repeat 10px 1px; 
    2766         color: #333232; 
    2767         text-decoration: none; 
    2768         margin: 0 0 0 0; 
    2769         padding: 2px 0 2px 31px; 
    2770 } 
    2771  
    2772 .CalendarLocked { 
    2773         background: transparent url(../images/icons/calendar_locked.gif) no-repeat 12px 0; 
    2774         color: #333232; 
    2775         text-decoration: none; 
    2776         margin: 0 0 0 0; 
    2777         padding: 2px 0 2px 31px; 
     2718li.Link, .mura-grid li dt a.Link { 
     2719        background: url(../images/icons/link.png) no-repeat 2px .7em; 
     2720} 
     2721 
     2722li.Portal, .mura-grid li dt a.Portal { 
     2723        background: url(../images/icons/portal.png) no-repeat 0 .6em; 
     2724} 
     2725 
     2726li.Gallery, .mura-grid li dt a.Gallery { 
     2727        background: url(../images/icons/smicn_32.png) no-repeat 3px .7em; 
     2728} 
     2729 
     2730li.Image, .mura-grid li dt a.Image { 
     2731        background: url(../images/icons/image_32.png) no-repeat 0 .6em; 
     2732} 
     2733 
     2734li.GalleryLocked, .mura-grid li dt a.GalleryLocked { 
     2735        background: url(../images/icons/smicn_32_locked.png) no-repeat 1px .7em; 
     2736} 
     2737 
     2738li.ImageLocked, .mura-grid li dt a.ImageLocked { 
     2739        background: url(../images/icons/image_32_locked.png) no-repeat 0 .1em; 
     2740} 
     2741 
     2742li.Calendar, .mura-grid li dt a.Calendar { 
     2743        background: url(../images/icons/calendar.gif) no-repeat 2px .6em; 
     2744} 
     2745 
     2746li.PageLocked, .mura-grid li dt a.PageLocked { 
     2747        background: url(../images/icons/files/icon_generic_small_locked.gif) no-repeat 1px .6em; 
     2748} 
     2749 
     2750li.DocumentLocked, li.FileLocked, .mura-grid li dt a.DocumentLocked, .mura-grid li dt a.FileLocked { 
     2751        background: url(../images/icons/document_locked.png) no-repeat 1px .1em; 
     2752} 
     2753 
     2754li.LinkLocked, .mura-grid li dt a.LinkLocked { 
     2755        background: url(../images/icons/link_locked.png) no-repeat 1px .7em; 
     2756} 
     2757 
     2758li.PortalLocked, .mura-grid li dt a.PortalLocked { 
     2759        background: url(../images/icons/portal_locked.png) no-repeat 0 .6em; 
     2760} 
     2761 
     2762li.CalendarLocked, .mura-grid li dt a.CalendarLocked { 
     2763        background: url(../images/icons/calendar_locked.png) no-repeat 1px .6em; 
    27782764} 
    27792765 
     
    27872773} 
    27882774 
    2789 .navZoom .Portal, .navZoom .PortalLocked { 
     2775.navZoom li.Portal, .navZoom li.PortalLocked { 
    27902776        background-position: left center; 
    27912777        color: #333232; 
     
    27962782 
    27972783 
    2798 table td .Category { 
     2784table td li.Category { 
    27992785        color: #333232; 
    28002786        text-decoration: none; 
     
    28032789} 
    28042790 
    2805 table td .CategoryLocked { 
     2791table td li.CategoryLocked { 
    28062792        color: #333232; 
    28072793        text-decoration: none; 
     
    28222808/* @group Admin Icons */ 
    28232809 
    2824 /*table td.administration ul { 
    2825         margin-top: 2px; 
    2826 }*/ 
    2827  
    2828 table td.administration ul { 
    2829         margin: 0 auto; 
    2830 } 
    2831  
    28322810ul.one, ul.drafts, ul.creatives, ul.advertisers, ul.mailingListMembers { /* 1 Icon */ 
    28332811        width: 14px; 
     
    28582836} 
    28592837 
    2860 table td.administration li { 
     2838.mura-grid .admin li, td.administration li { 
    28612839        list-style: none;  
    2862                 float: left; 
    2863                 height: 14px; 
    2864                 width: 14px; 
    2865                 margin: 0 5px 0 0; 
    2866 } 
    2867  
    2868 table td.administration li.add, table td.administration .select { 
     2840        float: left !important; 
     2841        width: 14px; 
     2842        margin: 0 5px 0 0; 
     2843        padding: 0; 
     2844        clear: none; 
     2845        background-position: 50% 50% !important; 
     2846        background-repeat: no-repeat; 
     2847        border: 0; 
     2848} 
     2849 
     2850.mura-grid .admin a, td.administration li a { 
     2851        height: 18px; 
     2852        width: 14px; 
     2853        float: left; 
     2854        clear: none; 
     2855        text-indent: -999em; 
     2856} 
     2857 
     2858.mura-grid .admin .add, .mura-grid .admin .select, table td.administration li.add, table td.administration .select { 
    28692859        background: url(../images/icons/add_24.png) no-repeat; 
    28702860} 
    28712861 
    2872 table td.administration li.preview { 
     2862.mura-grid .admin li.preview, table td.administration li.preview { 
    28732863        background: url(../images/icons/opnbr_24.png) no-repeat; 
    28742864} 
    28752865 
    2876 table td.administration li.edit { 
     2866.mura-grid .admin li.edit, table td.administration li.edit { 
    28772867        background: url(../images/icons/edit_24.png) no-repeat; 
    28782868} 
    28792869 
    2880 table td.administration li.config { 
     2870.mura-grid .admin li.config, table td.administration li.config { 
    28812871        background: url(../images/icons/apps_24.png) no-repeat; 
    28822872} 
    28832873 
    2884 table td.administration li.versionHistory { 
     2874.mura-grid .admin li.versionHistory, table td.administration li.versionHistory { 
    28852875        background: url(../images/icons/hist_24.png) no-repeat; 
    28862876} 
    28872877 
    2888 table td.administration li.permissions { 
     2878.mura-grid .admin li.permissions, table td.administration li.permissions { 
    28892879        background: url(../images/icons/group_24.png) no-repeat; 
    28902880} 
    28912881 
    2892 table td.administration li.delete { 
     2882.mura-grid .admin li.delete, table td.administration li.delete { 
    28932883        background: url(../images/icons/remov_24.png) no-repeat; 
    28942884} 
    28952885 
    2896 table td.administration li.viewDetails { 
     2886.mura-grid .admin li.viewDetails, table td.administration li.viewDetails { 
    28972887        background: url(../images/icons/srch_24.png) no-repeat; 
    28982888} 
    28992889 
    2900 table td.administration li.rss { 
     2890.mura-grid .admin li.rss, table td.administration li.rss { 
    29012891        background: url(../images/icons/rss_14.png) no-repeat; 
    29022892} 
    29032893 
    2904 table td.administration li.viewReport { 
     2894.mura-grid .admin li.viewReport, table td.administration li.viewReport { 
    29052895        background: url(../images/icons/chart_24.png) no-repeat; 
    29062896} 
    29072897 
    2908 table td.administration li.download { 
     2898.mura-grid .admin li.download, table td.administration li.download { 
    29092899        background: url(../images/icons/save_24.png) no-repeat; 
    29102900} 
    29112901 
    2912 table td.administration li.manageData { 
     2902.mura-grid .admin li.manageData, table td.administration li.manageData { 
    29132903        background: url(../images/icons/confg_24.png) no-repeat; 
    29142904} 
    29152905 
    2916 table td.administration li.deploy { 
     2906.mura-grid .admin li.deploy, table td.administration li.deploy { 
    29172907        background: url(../images/icons/go_24.png) no-repeat; 
    29182908} 
    29192909 
    2920 table td.administration li.moveCopy { 
     2910.mura-grid li.admin li.moveCopy, table td.administration li.moveCopy { 
    29212911        background: url(../images/icons/move_24.png) no-repeat; 
    29222912} 
    29232913 
    2924 table td.administration li.source { 
     2914.mura-grid li.admin li.source, table td.administration li.source { 
    29252915        background: url(../images/icons/notep_24.png) no-repeat; 
    29262916} 
    29272917 
    2928 table td.administration li.rename { 
     2918.mura-grid .admin li.rename, table td.administration li.rename { 
    29292919        background: url(../images/icons/wiz_24.png) no-repeat; 
    29302920} 
    29312921 
    2932 table td.administration li.viewUnzip { 
     2922.mura-grid .admin li.viewUnzip, table td.administration li.viewUnzip { 
    29332923        background: url(../images/icons/open_24.png) no-repeat; 
    29342924} 
    29352925 
    2936 table td.administration li.manipulate { 
     2926.mura-grid .admin li.manipulate, table td.administration li.manipulate { 
    29372927        background: url(../images/icons/confg_24.png) no-repeat; 
    29382928} 
    29392929 
    2940 table td.administration li.addOff { 
     2930.mura-grid .admin li.addOff, table td.administration li.addOff { 
    29412931        background: url(../images/icons/add_24_off.png) no-repeat; 
    29422932        text-indent: -999em; 
    29432933} 
    29442934 
    2945 table td.administration li.editOff { 
     2935.mura-grid .admin li.editOff, table td.administration li.editOff { 
    29462936        background: url(../images/icons/edit_24_off.png) no-repeat; 
    29472937        text-indent: -999em; 
    29482938} 
    29492939 
    2950 table td.administration li.versionHistoryOff { 
     2940.mura-grid .admin li.versionHistoryOff, table td.administration li.versionHstoryOff { 
    29512941        background: url(../images/icons/hist_24_off.png) no-repeat; 
    29522942        text-indent: -999em; 
    29532943} 
    29542944 
    2955 table td.administration li.permissionsOff { 
     2945.mura-grid .admin li.permissionsOff, table td.administration li.permissionsOff { 
    29562946        background: url(../images/icons/group_24_off.png) no-repeat; 
    29572947        text-indent: -999em; 
    29582948} 
    29592949 
    2960 table td.administration li.deleteOff { 
     2950.mura-grid .admin li.deleteOff, table td.administration li.deleteOff { 
    29612951        background: url(../images/icons/remov_24_off.png) no-repeat; 
    29622952        text-indent: -999em; 
    29632953} 
    29642954 
    2965 table td.administration li.moveCopyOff { 
     2955.mura-grid .admin li.moveCopyOff, table td.administration li.moveCopyOff { 
    29662956        background: url(../images/icons/move_24_off.png) no-repeat; 
    29672957        text-indent: -999em; 
    29682958} 
    29692959 
    2970 table td.administration li.sourceOff { 
     2960.mura-grid .admin li.sourceOff, table td.administration li.sourceOff { 
    29712961        background: url(../images/icons/notep_24_off.png) no-repeat; 
    29722962        text-indent: -999em; 
    29732963} 
    29742964 
    2975 table td.administration li.renameOff { 
     2965.mura-grid .admin li.renameOff, table td.administration li.renameOff { 
    29762966        background: url(../images/icons/wiz_24_off.png) no-repeat; 
    29772967        text-indent: -999em; 
    29782968} 
    29792969 
    2980 table td.administration li.viewUnzipOff { 
     2970.mura-grid .admin li.viewUnzipOff, table td.administration li.viewUnzipOff { 
    29812971        background: url(../images/icons/open_24_off.png) no-repeat; 
    29822972        text-indent: -999em; 
    29832973} 
    29842974 
    2985 table td.administration li.manipulateOff { 
     2975.mura-grid .admin li.manipulateOff, table td.administration li.manipulateOff { 
    29862976        background: url(../images/icons/confg_24_off.png) no-repeat; 
    29872977        text-indent: -999em; 
    29882978} 
    29892979 
    2990 table td.administration li.manageDataOff { 
     2980.mura-grid .admin li.manageDataOff, table td.administration li.manageDataOff { 
    29912981        background: url(../images/icons/confg_24_off.png) no-repeat; 
    29922982        text-indent: -999em; 
    29932983} 
    29942984 
    2995 table td.administration a { 
    2996         height: 14px; 
    2997         width: 14px; 
    2998         float: left; 
    2999         text-indent: -999em; 
    3000 } 
    3001  
    3002 td.administration img.solo { 
     2985.admin img.solo, td.administration img.solo { 
    30032986        margin: 0 6px; 
    30042987} 
     
    30132996} 
    30142997 
    3015 td.administration, #manageData td.dateSubmitted { 
     2998.admin, #manageData .dateSubmitted { 
    30162999        white-space: nowrap; 
    30173000} 
     
    35543537        background: url(../images/icons/icon_tool_tip.gif) no-repeat right top; 
    35553538        display: block; 
    3556                 line-height: 1.2; 
    3557 } 
    3558  
    3559 dt a.tooltip, th.varWidth a.tooltip { 
    3560         display: inline; 
     3539        line-height: 1.2; 
     3540} 
     3541 
     3542dt a.tooltip, th.varWidth a.tooltip, .mura-table-header a.tooltip { 
     3543        display: inline-block; 
    35613544        color: #000; 
    35623545        padding-right: 10px; 
     3546} 
     3547 
     3548.mura-table-header a.tooltip { 
     3549        line-height: 20px; 
     3550        border: 0; 
    35633551} 
    35643552 
     
    35853573        text-align: left; 
    35863574        text-decoration: none; 
     3575        line-height: 1; 
    35873576} 
    35883577 
     
    37683757/* @end */ 
    37693758 
    3770  
    3771  
    37723759/* @group Miscellaneous */ 
    37733760.categories li ul, .interestGroups li ul li ul { 
Note: See TracChangeset for help on using the changeset viewer.