| @@ -6,67 +6,68 @@ | ||
| 6 | 6 | --- DO NOT EDIT THIS FILE --- |
| 7 | 7 | */ |
| 8 | 8 | |
| 9 | 9 | #toplevel_page_uam_usergroup div.wp-menu-image { |
| 10 | - background: transparent url(../gfx/icon.png) no-repeat scroll center 0; | |
| 10 | + background: transparent url(../gfx/icon.png) no-repeat scroll center 0; | |
| 11 | + height: 32px; | |
| 11 | 12 | } |
| 12 | 13 | |
| 13 | 14 | #toplevel_page_uam_usergroup:hover div.wp-menu-image, |
| 14 | 15 | #toplevel_page_uam_usergroup.wp-has-current-submenu div.wp-menu-image { |
| 15 | - background: transparent url(../gfx/icon.png) no-repeat scroll center -28px; | |
| 16 | + background: transparent url(../gfx/icon.png) no-repeat scroll center -28px; | |
| 16 | 17 | } |
| 17 | 18 | |
| 18 | 19 | .uam_group_info_link { |
| 19 | - cursor: pointer; | |
| 20 | + cursor: pointer; | |
| 20 | 21 | } |
| 21 | 22 | |
| 22 | 23 | .uam_group_info ul { |
| 23 | - display:block !important; | |
| 24 | - padding:0 !important; | |
| 25 | - margin:0 !important; | |
| 26 | - list-style:none !important; | |
| 24 | + display:block !important; | |
| 25 | + padding:0 !important; | |
| 26 | + margin:0 !important; | |
| 27 | + list-style:none !important; | |
| 27 | 28 | } |
| 28 | 29 | |
| 29 | 30 | .uam_group_info ul li { |
| 30 | - padding:0 !important; | |
| 31 | - margin:0 !important; | |
| 31 | + padding:0 !important; | |
| 32 | + margin:0 !important; | |
| 32 | 33 | } |
| 33 | 34 | |
| 34 | 35 | .uam_group_info ul li.recusiveTree ul li:before { |
| 35 | - content:"— "; | |
| 36 | + content:"— "; | |
| 36 | 37 | } |
| 37 | 38 | |
| 38 | 39 | .uam_group_info ul li.recusiveTree ul li ul li:before { |
| 39 | - content:"—— "; | |
| 40 | + content:"—— "; | |
| 40 | 41 | } |
| 41 | 42 | |
| 42 | 43 | .uam_group_info ul li.recusiveTree ul li ul li ul li:before { |
| 43 | - content:"——— "; | |
| 44 | + content:"——— "; | |
| 44 | 45 | } |
| 45 | 46 | |
| 46 | 47 | .uam_group_info_head { |
| 47 | - list-style:none; | |
| 48 | - font-weight:bold; | |
| 48 | + list-style:none; | |
| 49 | + font-weight:bold; | |
| 49 | 50 | } |
| 50 | 51 | |
| 51 | 52 | .uam_group_info_head ul { |
| 52 | - font-weight:normal; | |
| 53 | + font-weight:normal; | |
| 53 | 54 | } |
| 54 | 55 | |
| 55 | 56 | .uam_group_selection li a{ |
| 56 | - vertical-align:middle; | |
| 57 | + vertical-align:middle; | |
| 57 | 58 | } |
| 58 | 59 | |
| 59 | 60 | .tooltip { |
| 60 | - z-index:1000; | |
| 61 | - display:none; | |
| 62 | - width:200px; | |
| 63 | - font-size:10px !important; | |
| 64 | - font-weight:normal !important; | |
| 65 | - color:#000 !important; | |
| 66 | - background-color:#F9F9F9 !important; | |
| 67 | - padding:4px 8px !important; | |
| 68 | - border:1px solid #DFDFDF !important; | |
| 69 | - line-height: 10px !important; | |
| 70 | - -moz-border-radius:6px; | |
| 71 | - -webkit-border-radius:6px; | |
| 61 | + z-index:1000; | |
| 62 | + display:none; | |
| 63 | + min-width:200px; | |
| 64 | + color:#000 !important; | |
| 65 | + background-color:#F9F9F9 !important; | |
| 66 | + padding:4px 8px !important; | |
| 67 | + border:1px solid #DFDFDF !important; | |
| 68 | + position: absolute; | |
| 69 | +} | |
| 70 | + | |
| 71 | +.uam_group_info_link:hover + .tooltip { | |
| 72 | + display: block; | |
| 72 | 73 | } |