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