| 1 |
@charset "utf-8"; |
| 2 |
/* CSS Document */ |
| 3 |
/*Admin CSS*/ |
| 4 |
.team-settings .team_member_social_icon, .team-settings .remove_icon { |
| 5 |
-webkit-background-size: 100% auto !important; |
| 6 |
background-size: 100% auto !important; |
| 7 |
border: 1px solid rgb(221, 221, 221); |
| 8 |
cursor: pointer; |
| 9 |
display: inline-block; |
| 10 |
height: 20px; |
| 11 |
vertical-align: top; |
| 12 |
width: 20px |
| 13 |
} |
| 14 |
|
| 15 |
.team-settings .remove_icon { |
| 16 |
text-align: center |
| 17 |
} |
| 18 |
|
| 19 |
.team-settings .team_member_social_icon.empty_icon { |
| 20 |
background: url(empty-icon.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0) |
| 21 |
} |
| 22 |
|
| 23 |
#team_metabox ul.team_bg_img_list li { |
| 24 |
display: inline-block; |
| 25 |
margin: 5px |
| 26 |
} |
| 27 |
|
| 28 |
#team_metabox ul.team_bg_img_list li img { |
| 29 |
border: 2px solid #fff |
| 30 |
} |
| 31 |
|
| 32 |
#team_metabox ul.team_bg_img_list li.bg-selected img { |
| 33 |
border: 2px solid #ff5a11 |
| 34 |
} |
| 35 |
|
| 36 |
#team_metabox .team_loading_taxonomy_category { |
| 37 |
background: url(loading.gif) no-repeat scroll 0 0 rgba(0, 0, 0, 0); |
| 38 |
height: 11px; |
| 39 |
margin-bottom: 20px; |
| 40 |
width: 30px |
| 41 |
} |
| 42 |
|
| 43 |
#team_metabox ul.content_source_area { |
| 44 |
margin-left: 15px |
| 45 |
} |
| 46 |
|
| 47 |
#team_metabox ul.content_source_area .content-source-box { |
| 48 |
display: none |
| 49 |
} |
| 50 |
|
| 51 |
#team_metabox ul.content_source_area li div.active { |
| 52 |
background: none repeat scroll 0 0 #e6e6e6; |
| 53 |
border-left: 3px solid #11b063; |
| 54 |
display: block; |
| 55 |
margin: 10px 10px 0 20px; |
| 56 |
padding: 10px 0 10px 5px |
| 57 |
} |
| 58 |
|
| 59 |
|
| 60 |
#team_metabox .team-grid-builder{} |
| 61 |
|
| 62 |
#team_metabox .team-grid-builder .item { |
| 63 |
background: rgb(221, 221, 221) none repeat scroll 0 0; |
| 64 |
margin-bottom: 3px; |
| 65 |
padding: 5px 5px 5px 20px; |
| 66 |
position: relative; |
| 67 |
} |
| 68 |
|
| 69 |
|
| 70 |
#team_metabox .team-grid-builder .item:hover { |
| 71 |
background: url("move.png") no-repeat scroll 6px 4px rgb(255, 255, 255); |
| 72 |
|
| 73 |
} |
| 74 |
|
| 75 |
#team_metabox .team-grid-builder .item-option{ |
| 76 |
display:none; |
| 77 |
|
| 78 |
} |
| 79 |
|
| 80 |
#team_metabox .team-grid-builder .item.active .item-option{ |
| 81 |
display:block; |
| 82 |
|
| 83 |
} |
| 84 |
|
| 85 |
|
| 86 |
|
| 87 |
|
| 88 |
#team_metabox .team-grid-builder .input-switch { |
| 89 |
float: right; |
| 90 |
position: absolute; |
| 91 |
right: 50px; |
| 92 |
top: 0; |
| 93 |
} |
| 94 |
|
| 95 |
#team_metabox .ui-sortable-helper{ |
| 96 |
border:1px dashed #999; |
| 97 |
|
| 98 |
} |
| 99 |
|
| 100 |
|
| 101 |
|
| 102 |
|
| 103 |
|
| 104 |
|
| 105 |
|