Changeset 2822 for branches/5.2


Ignore:
Timestamp:
09/09/10 20:57:14 (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

    r2817 r2822  
    1 /* @override http://mura:8500/admin/css/admin.css?coreversion=1 */ 
    2  
    31/* This file is part of Mura CMS.  
    42 
     
    9290form textarea { 
    9391        margin: 0; 
    94         width: 99%; 
     92        width: 100%; 
    9593        height: 120px; 
    9694        background-color: #fff; 
     
    127125        padding: 3px; 
    128126} 
    129  
    130 input#file { 
    131         margin-top: 2px; 
    132 } 
    133  
    134127input.textAlt, input.date, input.medium { 
    135128        width: 100px; 
     
    218211        background: url(../images/btn.gif) no-repeat top right; 
    219212        padding: 5px 8px 5px 0; 
    220         color: #fff; 
    221213} 
    222214 
     
    259251} 
    260252 
    261 a, .tabs dt a { 
     253a { 
    262254        color: #ff3a00; 
    263255        text-decoration: none; 
     
    354346        clear: both; 
    355347        float: left; 
    356         min-width: 1120px; 
     348        min-width: 1005px; 
    357349        position: relative; 
    358350        margin: 0 20px 0 0; 
     
    379371        padding: 36px 0 36px 30px; 
    380372        line-height: 16px; 
    381         min-width: 830px; 
    382         max-width: 950px; 
    383         width: auto; 
     373        width: 830px; 
    384374} 
    385375 
     
    423413        margin: 0 0 20px 0; 
    424414        padding: 0; 
    425         width: 920px; 
     415        width: 830px; 
    426416} 
    427417 
     
    715705/* @group View Options */ 
    716706 
    717 .viewUpdate { 
     707form#viewUpdate { 
    718708        color: #636261; 
    719709        position: relative; 
    720         display: table; 
    721 } 
    722  
    723 .viewUpdate h3 { 
     710} 
     711 
     712form#viewUpdate h3 { 
    724713        color: #000; 
    725714} 
    726715 
    727 .viewUpdate dl#mura-view-options { 
    728         margin: 0 0 10px !important; 
    729 } 
    730  
    731 dl#mura-view-options dt { 
     716form#viewUpdate dl { 
     717        margin: 0 0 10px 0; 
     718} 
     719 
     720form#viewUpdate dt { 
    732721        float: left; 
    733722        margin: 0 4px 0 0; 
    734723        padding: 6px 0; 
    735724        font-weight: normal; 
    736         line-height: 10px; 
    737 } 
    738  
    739 dl#mura-view-options dt.sort { 
     725        vertical-align: middle; 
     726} 
     727 
     728form#viewUpdate dt.sort { 
    740729        padding-left: 10px; 
    741730        background: url(../images/rule_vertical_dotted.gif) left center no-repeat; 
    742731} 
    743732 
    744 dl#mura-view-options dd { 
     733form#viewUpdate dd { 
    745734        float: left; 
    746735        margin: 0 4px 0 0; 
    747736        padding: 2px 0; 
    748 } 
    749  
    750 dl#mura-view-options dd.rows, dl#mura-view-options dd.button { 
     737        vertical-align: middle; 
     738} 
     739 
     740form#viewUpdate dd.rows, form#viewUpdate dd.button { 
    751741        margin: 0 4px 0 0; 
    752742} 
    753743 
    754 dl#mura-view-options dt.viewDepth, dl#mura-view-options dt.sort { 
     744form#viewUpdate dt.viewDepth, form#viewUpdate dt.sort { 
    755745        padding-left: 6px; 
    756746} 
    757747 
    758 dl#mura-view-options input.text { 
     748form#viewUpdate input.text { 
    759749        color: #000; 
    760750        background-color: #fff; 
     
    768758} 
    769759 
    770 .viewUpdate input.submit { 
     760form#viewUpdate input.submit { 
    771761         
    772762} 
     
    15531543} 
    15541544 
    1555 .viewUpdate h3 { 
     1545#viewUpdate h3 { 
    15561546        margin-bottom: .25em; 
    15571547} 
     
    18591849        background: none; 
    18601850} 
    1861 /*.viewUpdate dl { 
     1851/*#viewUpdate dl { 
    18621852        padding-top: 8px; 
    18631853}*/ 
     
    19691959/* @end */ 
    19701960 
     1961 
     1962 
    19711963/* @group Tables */ 
    19721964 
     
    20302022 
    20312023th { 
    2032         margin: 0 !important; 
    20332024        background: #FFFEFE url(../images/bg_th.jpg) repeat-x left bottom; 
    20342025        font-style: normal; 
     
    20402031} 
    20412032 
     2033/*#cdashboard th, #cdashboard td { 
     2034        text-align: left; 
     2035        line-height: 20px; 
     2036}*/ 
     2037 
    20422038th.alt { 
    20432039        text-align: left; 
     
    20452041        background-color: #EAF4FE; 
    20462042        font-weight: normal; 
     2043        width: 1%; 
    20472044        border: 0; 
    20482045} 
     
    21202117} 
    21212118 
    2122 table tr.alt th, table tr.alt td, .alt dl { 
     2119table tr.alt th, table tr.alt td { 
    21232120        background-color: #FCFEFF; 
    21242121} 
     
    21462143} 
    21472144 
    2148 table td.add a, .mura-grid a.add { 
     2145table td.add a { 
    21492146        display: block; 
    21502147        background: url(../images/icons/add_32.png) no-repeat center center; 
     
    21522149        height: 12px; 
    21532150        padding: 0; 
    2154 } 
    2155  
    2156 .mura-grid a.add { /* really only needed for ie7 */ 
    2157         width: 24px; 
    2158         height: 28px; 
    21592151} 
    21602152 
     
    22222214         
    22232215} 
    2224  
    2225 /* @end */ 
     2216/* @end */ 
     2217 
     2218 
    22262219 
    22272220/* @group Sortable Grid */ 
    2228  
    22292221.mura-grid { 
    22302222        overflow: hidden; 
    22312223        border-bottom: 1px solid #DBDBDB; 
    22322224        border-right: 1px solid #DBDBDB; 
    2233         float: left; 
    22342225} 
    22352226 
     
    22422233} 
    22432234 
    2244 .mura-grid li:hover { 
    2245         cursor: move; 
    2246 } 
    2247  
    22482235/* @group Nested Offsets */ 
    22492236 
    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 */ 
     2237.mura-grid li li .add { 
     2238        margin-right: 28px; 
     2239} 
     2240 
     2241.mura-grid li li li .add { 
     2242        margin-right: 48px; 
     2243} 
     2244 
     2245.mura-grid li li li li .add { 
     2246        margin-right: 68px; 
     2247} 
     2248 
     2249.mura-grid li li li li li .add { 
     2250        margin-right: 88px; 
     2251} 
     2252 
     2253.mura-grid li li li li li li .add { 
     2254        margin-right: 108px; 
     2255} 
     2256 
     2257.mura-grid li li li li li li li .add { 
     2258        margin-right: 128px; 
     2259} 
     2260 
     2261.mura-grid li li li li li li li li .add { 
     2262        margin-right: 148px; 
     2263} 
     2264 
     2265.mura-grid li li li li li li li li li .add { 
     2266        margin-right: 168px; 
     2267} 
     2268 
     2269.mura-grid li li li li li li li li li li .add { 
     2270        margin-right: 188px; 
     2271} 
     2272 
     2273.mura-grid li li li li li li li li li li li .add { 
     2274        margin-right: 208px; 
     2275} 
     2276 
     2277.mura-grid li li li li li li li li li li li li .add { 
     2278        margin-right: 228px; 
     2279} 
     2280 
     2281.mura-grid li li li li li li li li li li li li li .add { 
     2282        margin-right: 248px; 
     2283} 
     2284 
     2285/* @end */ 
     2286 
     2287.mura-grid li { 
     2288        float: left; 
     2289        width: 100%; 
     2290} 
    23032291 
    23042292.mura-grid dl { 
    23052293        background-color: #EAF4FE; 
    23062294        float: left; 
    2307         width: auto; 
     2295        width: 100%; 
    23082296        margin-bottom: 0; 
    23092297        min-height: 10px; 
     
    23242312 
    23252313.mura-grid dt { 
    2326         width: 380px; 
     2314        width: 340px; 
    23272315        text-align: left; 
    23282316        line-height: 12px; 
    2329         min-height: 20px; 
    23302317        padding: 0 5px 0 0 !important; 
    23312318        border-left: 1px solid #DBDBDB; 
     
    23352322.mura-grid dd { 
    23362323        padding: 4px 5px; 
    2337         min-height: 18px; 
    23382324} 
    23392325 
     
    23712357.mura-grid .order { 
    23722358        width: 40px; 
    2373         /*display: none;*/ 
    23742359} 
    23752360 
     
    23822367} 
    23832368 
    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  
    23962369.mura-grid .feature { 
    23972370        width: 60px; 
     
    24032376 
    24042377.mura-grid .updated { 
    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 { 
     2378        width: 110px; 
     2379} 
     2380 
     2381.mura-grid .admin { 
    24172382        width: 92px; 
    24182383        border-right: 0; 
    24192384} 
    24202385 
    2421 .mura-grid .admin ul, td.administration ul { 
     2386.mura-grid .admin ul { 
    24222387        margin: 0 auto; 
    24232388} 
     
    24712436        float: left; 
    24722437        height: 18px !important; 
    2473         background: none !important; 
     2438        background: none; 
    24742439} 
    24752440 
     
    25332498/* @group File Icons */ 
    25342499 
    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 */ 
     2500dt li, dt a  { 
     2501        background-image: url(../images/icons/files/icon_generic_small.gif); 
     2502        background-repeat: no-repeat; 
     2503        background-position: left center; 
     2504} 
    25432505 
    25442506.doc, .docx { 
     
    26222584} 
    26232585 
    2624 /* @end */ 
    2625  
    26262586/* @group Locked */ 
    26272587 
     
    27162676/* @group Content Icons */ 
    27172677 
    2718 li.Link, .mura-grid li dt a.Link { 
    2719         background: url(../images/icons/link.png) no-repeat 2px .7em; 
    2720 } 
    2721  
    2722 li.Portal, .mura-grid li dt a.Portal { 
    2723         background: url(../images/icons/portal.png) no-repeat 0 .6em; 
    2724 } 
    2725  
    2726 li.Gallery, .mura-grid li dt a.Gallery { 
    2727         background: url(../images/icons/smicn_32.png) no-repeat 3px .7em; 
    2728 } 
    2729  
    2730 li.Image, .mura-grid li dt a.Image { 
    2731         background: url(../images/icons/image_32.png) no-repeat 0 .6em; 
    2732 } 
    2733  
    2734 li.GalleryLocked, .mura-grid li dt a.GalleryLocked { 
    2735         background: url(../images/icons/smicn_32_locked.png) no-repeat 1px .7em; 
    2736 } 
    2737  
    2738 li.ImageLocked, .mura-grid li dt a.ImageLocked { 
    2739         background: url(../images/icons/image_32_locked.png) no-repeat 0 .1em; 
    2740 } 
    2741  
    2742 li.Calendar, .mura-grid li dt a.Calendar { 
    2743         background: url(../images/icons/calendar.gif) no-repeat 2px .6em; 
    2744 } 
    2745  
    2746 li.PageLocked, .mura-grid li dt a.PageLocked { 
    2747         background: url(../images/icons/files/icon_generic_small_locked.gif) no-repeat 1px .6em; 
    2748 } 
    2749  
    2750 li.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  
    2754 li.LinkLocked, .mura-grid li dt a.LinkLocked { 
    2755         background: url(../images/icons/link_locked.png) no-repeat 1px .7em; 
    2756 } 
    2757  
    2758 li.PortalLocked, .mura-grid li dt a.PortalLocked { 
    2759         background: url(../images/icons/portal_locked.png) no-repeat 0 .6em; 
    2760 } 
    2761  
    2762 li.CalendarLocked, .mura-grid li dt a.CalendarLocked { 
    2763         background: url(../images/icons/calendar_locked.png) no-repeat 1px .6em; 
     2678.Link { 
     2679        background: url(../images/icons/link.gif) no-repeat 11px 2px; 
     2680        color: #333232; 
     2681        text-decoration: none; 
     2682        margin: 0; 
     2683        padding: 2px 0 2px 30px; 
     2684} 
     2685 
     2686.Portal { 
     2687        background: transparent url(../images/icons/portal.gif) no-repeat 10px 1px; 
     2688        color: #333232; 
     2689        text-decoration: none; 
     2690        margin: 0; 
     2691        padding: 2px 0 2px 31px; 
     2692} 
     2693 
     2694.Gallery { 
     2695        background: transparent url(../images/icons/smicn_32.png) no-repeat 12px 1px; 
     2696        color: #333232; 
     2697        text-decoration: none; 
     2698        margin: 0; 
     2699        padding: 2px 0 2px 31px; 
     2700} 
     2701 
     2702.Image { 
     2703        background: transparent url(../images/icons/image_32.png) no-repeat 10px 1px; 
     2704        color: #333232; 
     2705        text-decoration: none; 
     2706        margin: 0; 
     2707        padding: 2px 0 2px 31px; 
     2708} 
     2709 
     2710.GalleryLocked { 
     2711        background: transparent url(../images/icons/smicn_32_locked.png) no-repeat 11px 1px; 
     2712        color: #333232; 
     2713        text-decoration: none; 
     2714        margin: 0; 
     2715        padding: 2px 0 2px 31px; 
     2716} 
     2717 
     2718.ImageLocked { 
     2719        background: transparent url(../images/icons/image_32_locked.png) no-repeat 10px 1px; 
     2720        color: #333232; 
     2721        text-decoration: none; 
     2722        margin: 0; 
     2723        padding: 2px 0 2px 31px; 
     2724} 
     2725 
     2726.Calendar { 
     2727        background: transparent url(../images/icons/calendar.gif) no-repeat 13px 0; 
     2728        color: #333232; 
     2729        text-decoration: none; 
     2730        margin: 0; 
     2731        padding: 2px 0 2px 31px; 
     2732} 
     2733 
     2734.PageLocked { 
     2735        background: transparent url(../images/icons/files/icon_generic_small_locked.gif) no-repeat 11px 1px; 
     2736        color: #333232; 
     2737        text-decoration: none; 
     2738        margin: 0; 
     2739        padding: 2px 0 2px 30px; 
     2740} 
     2741 
     2742.DocumentLocked, .FileLocked { 
     2743        background: transparent url(../images/icons/document_locked.gif) no-repeat 11px 1px; 
     2744        color: #333232; 
     2745        text-decoration: none; 
     2746        margin: 0 0 0 0; 
     2747        padding: 2px 0 2px 30px; 
     2748} 
     2749 
     2750.LinkLocked { 
     2751        background: transparent url(../images/icons/link_locked.gif) no-repeat 11px 2px; 
     2752        color: #333232; 
     2753        text-decoration: none; 
     2754        margin: 0 0 0 0; 
     2755        padding: 2px 0 2px 30px; 
     2756} 
     2757 
     2758.PortalLocked { 
     2759        background: transparent url(../images/icons/portal_locked.gif) no-repeat 10px 1px; 
     2760        color: #333232; 
     2761        text-decoration: none; 
     2762        margin: 0 0 0 0; 
     2763        padding: 2px 0 2px 31px; 
     2764} 
     2765 
     2766.CalendarLocked { 
     2767        background: transparent url(../images/icons/calendar_locked.gif) no-repeat 12px 0; 
     2768        color: #333232; 
     2769        text-decoration: none; 
     2770        margin: 0 0 0 0; 
     2771        padding: 2px 0 2px 31px; 
    27642772} 
    27652773 
     
    27732781} 
    27742782 
    2775 .navZoom li.Portal, .navZoom li.PortalLocked { 
     2783.navZoom .Portal, .navZoom .PortalLocked { 
    27762784        background-position: left center; 
    27772785        color: #333232; 
     
    27822790 
    27832791 
    2784 table td li.Category { 
     2792table td .Category { 
    27852793        color: #333232; 
    27862794        text-decoration: none; 
     
    27892797} 
    27902798 
    2791 table td li.CategoryLocked { 
     2799table td .CategoryLocked { 
    27922800        color: #333232; 
    27932801        text-decoration: none; 
     
    28082816/* @group Admin Icons */ 
    28092817 
     2818/*table td.administration ul { 
     2819        margin-top: 2px; 
     2820}*/ 
     2821 
     2822table td.administration ul { 
     2823        margin: 0 auto; 
     2824} 
     2825 
    28102826ul.one, ul.drafts, ul.creatives, ul.advertisers, ul.mailingListMembers { /* 1 Icon */ 
    28112827        width: 14px; 
     
    28362852} 
    28372853 
    2838 .mura-grid .admin li, td.administration li { 
     2854table td.administration li { 
    28392855        list-style: none;  
    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 { 
     2856                float: left; 
     2857                height: 14px; 
     2858                width: 14px; 
     2859                margin: 0 5px 0 0; 
     2860} 
     2861 
     2862table td.administration li.add, table td.administration .select { 
    28592863        background: url(../images/icons/add_24.png) no-repeat; 
    28602864} 
    28612865 
    2862 .mura-grid .admin li.preview, table td.administration li.preview { 
     2866table td.administration li.preview { 
    28632867        background: url(../images/icons/opnbr_24.png) no-repeat; 
    28642868} 
    28652869 
    2866 .mura-grid .admin li.edit, table td.administration li.edit { 
     2870table td.administration li.edit { 
    28672871        background: url(../images/icons/edit_24.png) no-repeat; 
    28682872} 
    28692873 
    2870 .mura-grid .admin li.config, table td.administration li.config { 
     2874table td.administration li.config { 
    28712875        background: url(../images/icons/apps_24.png) no-repeat; 
    28722876} 
    28732877 
    2874 .mura-grid .admin li.versionHistory, table td.administration li.versionHistory { 
     2878table td.administration li.versionHistory { 
    28752879        background: url(../images/icons/hist_24.png) no-repeat; 
    28762880} 
    28772881 
    2878 .mura-grid .admin li.permissions, table td.administration li.permissions { 
     2882table td.administration li.permissions { 
    28792883        background: url(../images/icons/group_24.png) no-repeat; 
    28802884} 
    28812885 
    2882 .mura-grid .admin li.delete, table td.administration li.delete { 
     2886table td.administration li.delete { 
    28832887        background: url(../images/icons/remov_24.png) no-repeat; 
    28842888} 
    28852889 
    2886 .mura-grid .admin li.viewDetails, table td.administration li.viewDetails { 
     2890table td.administration li.viewDetails { 
    28872891        background: url(../images/icons/srch_24.png) no-repeat; 
    28882892} 
    28892893 
    2890 .mura-grid .admin li.rss, table td.administration li.rss { 
     2894table td.administration li.rss { 
    28912895        background: url(../images/icons/rss_14.png) no-repeat; 
    28922896} 
    28932897 
    2894 .mura-grid .admin li.viewReport, table td.administration li.viewReport { 
     2898table td.administration li.viewReport { 
    28952899        background: url(../images/icons/chart_24.png) no-repeat; 
    28962900} 
    28972901 
    2898 .mura-grid .admin li.download, table td.administration li.download { 
     2902table td.administration li.download { 
    28992903        background: url(../images/icons/save_24.png) no-repeat; 
    29002904} 
    29012905 
    2902 .mura-grid .admin li.manageData, table td.administration li.manageData { 
     2906table td.administration li.manageData { 
    29032907        background: url(../images/icons/confg_24.png) no-repeat; 
    29042908} 
    29052909 
    2906 .mura-grid .admin li.deploy, table td.administration li.deploy { 
     2910table td.administration li.deploy { 
    29072911        background: url(../images/icons/go_24.png) no-repeat; 
    29082912} 
    29092913 
    2910 .mura-grid li.admin li.moveCopy, table td.administration li.moveCopy { 
     2914table td.administration li.moveCopy { 
    29112915        background: url(../images/icons/move_24.png) no-repeat; 
    29122916} 
    29132917 
    2914 .mura-grid li.admin li.source, table td.administration li.source { 
     2918table td.administration li.source { 
    29152919        background: url(../images/icons/notep_24.png) no-repeat; 
    29162920} 
    29172921 
    2918 .mura-grid .admin li.rename, table td.administration li.rename { 
     2922table td.administration li.rename { 
    29192923        background: url(../images/icons/wiz_24.png) no-repeat; 
    29202924} 
    29212925 
    2922 .mura-grid .admin li.viewUnzip, table td.administration li.viewUnzip { 
     2926table td.administration li.viewUnzip { 
    29232927        background: url(../images/icons/open_24.png) no-repeat; 
    29242928} 
    29252929 
    2926 .mura-grid .admin li.manipulate, table td.administration li.manipulate { 
     2930table td.administration li.manipulate { 
    29272931        background: url(../images/icons/confg_24.png) no-repeat; 
    29282932} 
    29292933 
    2930 .mura-grid .admin li.addOff, table td.administration li.addOff { 
     2934table td.administration li.addOff { 
    29312935        background: url(../images/icons/add_24_off.png) no-repeat; 
    29322936        text-indent: -999em; 
    29332937} 
    29342938 
    2935 .mura-grid .admin li.editOff, table td.administration li.editOff { 
     2939table td.administration li.editOff { 
    29362940        background: url(../images/icons/edit_24_off.png) no-repeat; 
    29372941        text-indent: -999em; 
    29382942} 
    29392943 
    2940 .mura-grid .admin li.versionHistoryOff, table td.administration li.versionHstoryOff { 
     2944table td.administration li.versionHistoryOff { 
    29412945        background: url(../images/icons/hist_24_off.png) no-repeat; 
    29422946        text-indent: -999em; 
    29432947} 
    29442948 
    2945 .mura-grid .admin li.permissionsOff, table td.administration li.permissionsOff { 
     2949table td.administration li.permissionsOff { 
    29462950        background: url(../images/icons/group_24_off.png) no-repeat; 
    29472951        text-indent: -999em; 
    29482952} 
    29492953 
    2950 .mura-grid .admin li.deleteOff, table td.administration li.deleteOff { 
     2954table td.administration li.deleteOff { 
    29512955        background: url(../images/icons/remov_24_off.png) no-repeat; 
    29522956        text-indent: -999em; 
    29532957} 
    29542958 
    2955 .mura-grid .admin li.moveCopyOff, table td.administration li.moveCopyOff { 
     2959table td.administration li.moveCopyOff { 
    29562960        background: url(../images/icons/move_24_off.png) no-repeat; 
    29572961        text-indent: -999em; 
    29582962} 
    29592963 
    2960 .mura-grid .admin li.sourceOff, table td.administration li.sourceOff { 
     2964table td.administration li.sourceOff { 
    29612965        background: url(../images/icons/notep_24_off.png) no-repeat; 
    29622966        text-indent: -999em; 
    29632967} 
    29642968 
    2965 .mura-grid .admin li.renameOff, table td.administration li.renameOff { 
     2969table td.administration li.renameOff { 
    29662970        background: url(../images/icons/wiz_24_off.png) no-repeat; 
    29672971        text-indent: -999em; 
    29682972} 
    29692973 
    2970 .mura-grid .admin li.viewUnzipOff, table td.administration li.viewUnzipOff { 
     2974table td.administration li.viewUnzipOff { 
    29712975        background: url(../images/icons/open_24_off.png) no-repeat; 
    29722976        text-indent: -999em; 
    29732977} 
    29742978 
    2975 .mura-grid .admin li.manipulateOff, table td.administration li.manipulateOff { 
     2979table td.administration li.manipulateOff { 
    29762980        background: url(../images/icons/confg_24_off.png) no-repeat; 
    29772981        text-indent: -999em; 
    29782982} 
    29792983 
    2980 .mura-grid .admin li.manageDataOff, table td.administration li.manageDataOff { 
     2984table td.administration li.manageDataOff { 
    29812985        background: url(../images/icons/confg_24_off.png) no-repeat; 
    29822986        text-indent: -999em; 
    29832987} 
    29842988 
    2985 .admin img.solo, td.administration img.solo { 
     2989table td.administration a { 
     2990        height: 14px; 
     2991        width: 14px; 
     2992        float: left; 
     2993        text-indent: -999em; 
     2994} 
     2995 
     2996td.administration img.solo { 
    29862997        margin: 0 6px; 
    29872998} 
     
    29963007} 
    29973008 
    2998 .admin, #manageData .dateSubmitted { 
     3009td.administration, #manageData td.dateSubmitted { 
    29993010        white-space: nowrap; 
    30003011} 
     
    35373548        background: url(../images/icons/icon_tool_tip.gif) no-repeat right top; 
    35383549        display: block; 
    3539         line-height: 1.2; 
    3540 } 
    3541  
    3542 dt a.tooltip, th.varWidth a.tooltip, .mura-table-header a.tooltip { 
    3543         display: inline-block; 
     3550                line-height: 1.2; 
     3551} 
     3552 
     3553dt a.tooltip, th.varWidth a.tooltip { 
     3554        display: inline; 
    35443555        color: #000; 
    35453556        padding-right: 10px; 
    3546 } 
    3547  
    3548 .mura-table-header a.tooltip { 
    3549         line-height: 20px; 
    3550         border: 0; 
    35513557} 
    35523558 
     
    35733579        text-align: left; 
    35743580        text-decoration: none; 
    3575         line-height: 1; 
    35763581} 
    35773582 
     
    37573762/* @end */ 
    37583763 
     3764 
     3765 
    37593766/* @group Miscellaneous */ 
    37603767.categories li ul, .interestGroups li ul li ul { 
Note: See TracChangeset for help on using the changeset viewer.