| 1 |
/* |
| 2 |
uamAdmin.css |
| 3 |
|
| 4 |
The file needed for the group info boxes style. |
| 5 |
|
| 6 |
--- DO NOT EDIT THIS FILE --- |
| 7 |
*/ |
| 8 |
|
| 9 |
#toplevel_page_uam_usergroup div.wp-menu-image { |
| 10 |
background: transparent url(../gfx/icon.png) no-repeat scroll center 0; |
| 11 |
} |
| 12 |
|
| 13 |
#toplevel_page_uam_usergroup:hover div.wp-menu-image, |
| 14 |
#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 |
} |
| 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.recusiveTree ul li:before { |
| 35 |
content:"— "; |
| 36 |
} |
| 37 |
|
| 38 |
.uam_group_info ul li.recusiveTree ul li ul li:before { |
| 39 |
content:"—— "; |
| 40 |
} |
| 41 |
|
| 42 |
.uam_group_info ul li.recusiveTree 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 |
.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; |
| 72 |
} |