Changeset 2822 for branches/5.2
- Timestamp:
- 09/09/10 20:57:14 (17 months ago)
- File:
-
- 1 edited
-
branches/5.2/www/admin/css/admin.css (modified) (39 diffs)
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 3 1 /* This file is part of Mura CMS. 4 2 … … 92 90 form textarea { 93 91 margin: 0; 94 width: 99%;92 width: 100%; 95 93 height: 120px; 96 94 background-color: #fff; … … 127 125 padding: 3px; 128 126 } 129 130 input#file {131 margin-top: 2px;132 }133 134 127 input.textAlt, input.date, input.medium { 135 128 width: 100px; … … 218 211 background: url(../images/btn.gif) no-repeat top right; 219 212 padding: 5px 8px 5px 0; 220 color: #fff;221 213 } 222 214 … … 259 251 } 260 252 261 a , .tabs dt a{253 a { 262 254 color: #ff3a00; 263 255 text-decoration: none; … … 354 346 clear: both; 355 347 float: left; 356 min-width: 1 120px;348 min-width: 1005px; 357 349 position: relative; 358 350 margin: 0 20px 0 0; … … 379 371 padding: 36px 0 36px 30px; 380 372 line-height: 16px; 381 min-width: 830px; 382 max-width: 950px; 383 width: auto; 373 width: 830px; 384 374 } 385 375 … … 423 413 margin: 0 0 20px 0; 424 414 padding: 0; 425 width: 920px;415 width: 830px; 426 416 } 427 417 … … 715 705 /* @group View Options */ 716 706 717 .viewUpdate {707 form#viewUpdate { 718 708 color: #636261; 719 709 position: relative; 720 display: table; 721 } 722 723 .viewUpdate h3 { 710 } 711 712 form#viewUpdate h3 { 724 713 color: #000; 725 714 } 726 715 727 .viewUpdate dl#mura-view-options{728 margin: 0 0 10px !important;729 } 730 731 dl#mura-view-optionsdt {716 form#viewUpdate dl { 717 margin: 0 0 10px 0; 718 } 719 720 form#viewUpdate dt { 732 721 float: left; 733 722 margin: 0 4px 0 0; 734 723 padding: 6px 0; 735 724 font-weight: normal; 736 line-height: 10px;737 } 738 739 dl#mura-view-optionsdt.sort {725 vertical-align: middle; 726 } 727 728 form#viewUpdate dt.sort { 740 729 padding-left: 10px; 741 730 background: url(../images/rule_vertical_dotted.gif) left center no-repeat; 742 731 } 743 732 744 dl#mura-view-optionsdd {733 form#viewUpdate dd { 745 734 float: left; 746 735 margin: 0 4px 0 0; 747 736 padding: 2px 0; 748 } 749 750 dl#mura-view-options dd.rows, dl#mura-view-options dd.button { 737 vertical-align: middle; 738 } 739 740 form#viewUpdate dd.rows, form#viewUpdate dd.button { 751 741 margin: 0 4px 0 0; 752 742 } 753 743 754 dl#mura-view-options dt.viewDepth, dl#mura-view-optionsdt.sort {744 form#viewUpdate dt.viewDepth, form#viewUpdate dt.sort { 755 745 padding-left: 6px; 756 746 } 757 747 758 dl#mura-view-optionsinput.text {748 form#viewUpdate input.text { 759 749 color: #000; 760 750 background-color: #fff; … … 768 758 } 769 759 770 .viewUpdate input.submit {760 form#viewUpdate input.submit { 771 761 772 762 } … … 1553 1543 } 1554 1544 1555 .viewUpdate h3 {1545 #viewUpdate h3 { 1556 1546 margin-bottom: .25em; 1557 1547 } … … 1859 1849 background: none; 1860 1850 } 1861 /* .viewUpdate dl {1851 /*#viewUpdate dl { 1862 1852 padding-top: 8px; 1863 1853 }*/ … … 1969 1959 /* @end */ 1970 1960 1961 1962 1971 1963 /* @group Tables */ 1972 1964 … … 2030 2022 2031 2023 th { 2032 margin: 0 !important;2033 2024 background: #FFFEFE url(../images/bg_th.jpg) repeat-x left bottom; 2034 2025 font-style: normal; … … 2040 2031 } 2041 2032 2033 /*#cdashboard th, #cdashboard td { 2034 text-align: left; 2035 line-height: 20px; 2036 }*/ 2037 2042 2038 th.alt { 2043 2039 text-align: left; … … 2045 2041 background-color: #EAF4FE; 2046 2042 font-weight: normal; 2043 width: 1%; 2047 2044 border: 0; 2048 2045 } … … 2120 2117 } 2121 2118 2122 table tr.alt th, table tr.alt td , .alt dl{2119 table tr.alt th, table tr.alt td { 2123 2120 background-color: #FCFEFF; 2124 2121 } … … 2146 2143 } 2147 2144 2148 table td.add a , .mura-grid a.add{2145 table td.add a { 2149 2146 display: block; 2150 2147 background: url(../images/icons/add_32.png) no-repeat center center; … … 2152 2149 height: 12px; 2153 2150 padding: 0; 2154 }2155 2156 .mura-grid a.add { /* really only needed for ie7 */2157 width: 24px;2158 height: 28px;2159 2151 } 2160 2152 … … 2222 2214 2223 2215 } 2224 2225 /* @end */ 2216 /* @end */ 2217 2218 2226 2219 2227 2220 /* @group Sortable Grid */ 2228 2229 2221 .mura-grid { 2230 2222 overflow: hidden; 2231 2223 border-bottom: 1px solid #DBDBDB; 2232 2224 border-right: 1px solid #DBDBDB; 2233 float: left;2234 2225 } 2235 2226 … … 2242 2233 } 2243 2234 2244 .mura-grid li:hover {2245 cursor: move;2246 }2247 2248 2235 /* @group Nested Offsets */ 2249 2236 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 } 2303 2291 2304 2292 .mura-grid dl { 2305 2293 background-color: #EAF4FE; 2306 2294 float: left; 2307 width: auto;2295 width: 100%; 2308 2296 margin-bottom: 0; 2309 2297 min-height: 10px; … … 2324 2312 2325 2313 .mura-grid dt { 2326 width: 3 80px;2314 width: 340px; 2327 2315 text-align: left; 2328 2316 line-height: 12px; 2329 min-height: 20px;2330 2317 padding: 0 5px 0 0 !important; 2331 2318 border-left: 1px solid #DBDBDB; … … 2335 2322 .mura-grid dd { 2336 2323 padding: 4px 5px; 2337 min-height: 18px;2338 2324 } 2339 2325 … … 2371 2357 .mura-grid .order { 2372 2358 width: 40px; 2373 /*display: none;*/2374 2359 } 2375 2360 … … 2382 2367 } 2383 2368 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 2396 2369 .mura-grid .feature { 2397 2370 width: 60px; … … 2403 2376 2404 2377 .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 { 2417 2382 width: 92px; 2418 2383 border-right: 0; 2419 2384 } 2420 2385 2421 .mura-grid .admin ul , td.administration ul{2386 .mura-grid .admin ul { 2422 2387 margin: 0 auto; 2423 2388 } … … 2471 2436 float: left; 2472 2437 height: 18px !important; 2473 background: none !important;2438 background: none; 2474 2439 } 2475 2440 … … 2533 2498 /* @group File Icons */ 2534 2499 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 */ 2500 dt 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 } 2543 2505 2544 2506 .doc, .docx { … … 2622 2584 } 2623 2585 2624 /* @end */2625 2626 2586 /* @group Locked */ 2627 2587 … … 2716 2676 /* @group Content Icons */ 2717 2677 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; 2764 2772 } 2765 2773 … … 2773 2781 } 2774 2782 2775 .navZoom li.Portal, .navZoom li.PortalLocked {2783 .navZoom .Portal, .navZoom .PortalLocked { 2776 2784 background-position: left center; 2777 2785 color: #333232; … … 2782 2790 2783 2791 2784 table td li.Category {2792 table td .Category { 2785 2793 color: #333232; 2786 2794 text-decoration: none; … … 2789 2797 } 2790 2798 2791 table td li.CategoryLocked {2799 table td .CategoryLocked { 2792 2800 color: #333232; 2793 2801 text-decoration: none; … … 2808 2816 /* @group Admin Icons */ 2809 2817 2818 /*table td.administration ul { 2819 margin-top: 2px; 2820 }*/ 2821 2822 table td.administration ul { 2823 margin: 0 auto; 2824 } 2825 2810 2826 ul.one, ul.drafts, ul.creatives, ul.advertisers, ul.mailingListMembers { /* 1 Icon */ 2811 2827 width: 14px; … … 2836 2852 } 2837 2853 2838 .mura-grid .admin li,td.administration li {2854 table td.administration li { 2839 2855 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 2862 table td.administration li.add, table td.administration .select { 2859 2863 background: url(../images/icons/add_24.png) no-repeat; 2860 2864 } 2861 2865 2862 .mura-grid .admin li.preview,table td.administration li.preview {2866 table td.administration li.preview { 2863 2867 background: url(../images/icons/opnbr_24.png) no-repeat; 2864 2868 } 2865 2869 2866 .mura-grid .admin li.edit,table td.administration li.edit {2870 table td.administration li.edit { 2867 2871 background: url(../images/icons/edit_24.png) no-repeat; 2868 2872 } 2869 2873 2870 .mura-grid .admin li.config,table td.administration li.config {2874 table td.administration li.config { 2871 2875 background: url(../images/icons/apps_24.png) no-repeat; 2872 2876 } 2873 2877 2874 .mura-grid .admin li.versionHistory,table td.administration li.versionHistory {2878 table td.administration li.versionHistory { 2875 2879 background: url(../images/icons/hist_24.png) no-repeat; 2876 2880 } 2877 2881 2878 .mura-grid .admin li.permissions,table td.administration li.permissions {2882 table td.administration li.permissions { 2879 2883 background: url(../images/icons/group_24.png) no-repeat; 2880 2884 } 2881 2885 2882 .mura-grid .admin li.delete,table td.administration li.delete {2886 table td.administration li.delete { 2883 2887 background: url(../images/icons/remov_24.png) no-repeat; 2884 2888 } 2885 2889 2886 .mura-grid .admin li.viewDetails,table td.administration li.viewDetails {2890 table td.administration li.viewDetails { 2887 2891 background: url(../images/icons/srch_24.png) no-repeat; 2888 2892 } 2889 2893 2890 .mura-grid .admin li.rss,table td.administration li.rss {2894 table td.administration li.rss { 2891 2895 background: url(../images/icons/rss_14.png) no-repeat; 2892 2896 } 2893 2897 2894 .mura-grid .admin li.viewReport,table td.administration li.viewReport {2898 table td.administration li.viewReport { 2895 2899 background: url(../images/icons/chart_24.png) no-repeat; 2896 2900 } 2897 2901 2898 .mura-grid .admin li.download,table td.administration li.download {2902 table td.administration li.download { 2899 2903 background: url(../images/icons/save_24.png) no-repeat; 2900 2904 } 2901 2905 2902 .mura-grid .admin li.manageData,table td.administration li.manageData {2906 table td.administration li.manageData { 2903 2907 background: url(../images/icons/confg_24.png) no-repeat; 2904 2908 } 2905 2909 2906 .mura-grid .admin li.deploy,table td.administration li.deploy {2910 table td.administration li.deploy { 2907 2911 background: url(../images/icons/go_24.png) no-repeat; 2908 2912 } 2909 2913 2910 .mura-grid li.admin li.moveCopy,table td.administration li.moveCopy {2914 table td.administration li.moveCopy { 2911 2915 background: url(../images/icons/move_24.png) no-repeat; 2912 2916 } 2913 2917 2914 .mura-grid li.admin li.source,table td.administration li.source {2918 table td.administration li.source { 2915 2919 background: url(../images/icons/notep_24.png) no-repeat; 2916 2920 } 2917 2921 2918 .mura-grid .admin li.rename,table td.administration li.rename {2922 table td.administration li.rename { 2919 2923 background: url(../images/icons/wiz_24.png) no-repeat; 2920 2924 } 2921 2925 2922 .mura-grid .admin li.viewUnzip,table td.administration li.viewUnzip {2926 table td.administration li.viewUnzip { 2923 2927 background: url(../images/icons/open_24.png) no-repeat; 2924 2928 } 2925 2929 2926 .mura-grid .admin li.manipulate,table td.administration li.manipulate {2930 table td.administration li.manipulate { 2927 2931 background: url(../images/icons/confg_24.png) no-repeat; 2928 2932 } 2929 2933 2930 .mura-grid .admin li.addOff,table td.administration li.addOff {2934 table td.administration li.addOff { 2931 2935 background: url(../images/icons/add_24_off.png) no-repeat; 2932 2936 text-indent: -999em; 2933 2937 } 2934 2938 2935 .mura-grid .admin li.editOff,table td.administration li.editOff {2939 table td.administration li.editOff { 2936 2940 background: url(../images/icons/edit_24_off.png) no-repeat; 2937 2941 text-indent: -999em; 2938 2942 } 2939 2943 2940 .mura-grid .admin li.versionHistoryOff, table td.administration li.versionHstoryOff {2944 table td.administration li.versionHistoryOff { 2941 2945 background: url(../images/icons/hist_24_off.png) no-repeat; 2942 2946 text-indent: -999em; 2943 2947 } 2944 2948 2945 .mura-grid .admin li.permissionsOff,table td.administration li.permissionsOff {2949 table td.administration li.permissionsOff { 2946 2950 background: url(../images/icons/group_24_off.png) no-repeat; 2947 2951 text-indent: -999em; 2948 2952 } 2949 2953 2950 .mura-grid .admin li.deleteOff,table td.administration li.deleteOff {2954 table td.administration li.deleteOff { 2951 2955 background: url(../images/icons/remov_24_off.png) no-repeat; 2952 2956 text-indent: -999em; 2953 2957 } 2954 2958 2955 .mura-grid .admin li.moveCopyOff,table td.administration li.moveCopyOff {2959 table td.administration li.moveCopyOff { 2956 2960 background: url(../images/icons/move_24_off.png) no-repeat; 2957 2961 text-indent: -999em; 2958 2962 } 2959 2963 2960 .mura-grid .admin li.sourceOff,table td.administration li.sourceOff {2964 table td.administration li.sourceOff { 2961 2965 background: url(../images/icons/notep_24_off.png) no-repeat; 2962 2966 text-indent: -999em; 2963 2967 } 2964 2968 2965 .mura-grid .admin li.renameOff,table td.administration li.renameOff {2969 table td.administration li.renameOff { 2966 2970 background: url(../images/icons/wiz_24_off.png) no-repeat; 2967 2971 text-indent: -999em; 2968 2972 } 2969 2973 2970 .mura-grid .admin li.viewUnzipOff,table td.administration li.viewUnzipOff {2974 table td.administration li.viewUnzipOff { 2971 2975 background: url(../images/icons/open_24_off.png) no-repeat; 2972 2976 text-indent: -999em; 2973 2977 } 2974 2978 2975 .mura-grid .admin li.manipulateOff,table td.administration li.manipulateOff {2979 table td.administration li.manipulateOff { 2976 2980 background: url(../images/icons/confg_24_off.png) no-repeat; 2977 2981 text-indent: -999em; 2978 2982 } 2979 2983 2980 .mura-grid .admin li.manageDataOff,table td.administration li.manageDataOff {2984 table td.administration li.manageDataOff { 2981 2985 background: url(../images/icons/confg_24_off.png) no-repeat; 2982 2986 text-indent: -999em; 2983 2987 } 2984 2988 2985 .admin img.solo, td.administration img.solo { 2989 table td.administration a { 2990 height: 14px; 2991 width: 14px; 2992 float: left; 2993 text-indent: -999em; 2994 } 2995 2996 td.administration img.solo { 2986 2997 margin: 0 6px; 2987 2998 } … … 2996 3007 } 2997 3008 2998 .admin, #manageData.dateSubmitted {3009 td.administration, #manageData td.dateSubmitted { 2999 3010 white-space: nowrap; 3000 3011 } … … 3537 3548 background: url(../images/icons/icon_tool_tip.gif) no-repeat right top; 3538 3549 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 3553 dt a.tooltip, th.varWidth a.tooltip { 3554 display: inline; 3544 3555 color: #000; 3545 3556 padding-right: 10px; 3546 }3547 3548 .mura-table-header a.tooltip {3549 line-height: 20px;3550 border: 0;3551 3557 } 3552 3558 … … 3573 3579 text-align: left; 3574 3580 text-decoration: none; 3575 line-height: 1;3576 3581 } 3577 3582 … … 3757 3762 /* @end */ 3758 3763 3764 3765 3759 3766 /* @group Miscellaneous */ 3760 3767 .categories li ul, .interestGroups li ul li ul {
Note: See TracChangeset
for help on using the changeset viewer.
