Changeset 5452
- Timestamp:
- 12/06/2011 05:32:23 AM (13 years ago)
- Location:
- trunk/bp-xprofile
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-xprofile/admin/css/admin.dev.css
r5166 r5452 5 5 6 6 #tabs-bottom { 7 background: # DFDFDF url(../../../../../wp-admin/images/gray-grad.png) repeat-x scroll 0% 0%;7 background: #f9f9f9; 8 8 height: 32px; 9 border: 1px solid #ccc; 10 -moz-border-radius: 0 0 6px 6px; 11 -khtml-border-radius: 0 0 6px 6px; 12 -webkit-border-radius: 0 0 6px 6px; 13 border-radius: 0 0 6px 6px; 9 border: 1px solid #dfdfdf; 10 border-radius: 0 0 3px 3px; 14 11 } 15 12 … … 25 22 float: left; 26 23 padding: 0 0 0 15px; 24 margin: 0; 27 25 display: none; 28 26 } … … 37 35 } 38 36 ul#field-group-tabs li.ui-state-hover a.ui-tab { 39 border-color: # bbb #bbb #ccc #bbb;40 color: # 888;37 border-color: #dfdfdf #dfdfdf #f9f9f9 #dfdfdf; 38 color: #d54e21; 41 39 } 42 40 ul#field-group-tabs li.ui-state-acceptable a.ui-tab { … … 47 45 } 48 46 ul#field-group-tabs li.ui-tabs-selected.ui-state-acceptable a.ui-tab { 49 background-color: # ECECEC;47 background-color: #f9f9f9; 50 48 background-image: url(../images/cross.gif); 51 49 } … … 56 54 } 57 55 ul#field-group-tabs li a.ui-tab { 56 font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif; 57 font-size: 14px; 58 58 display: block; 59 59 margin-top: 3px; 60 60 padding: 5px 10px 5px 28px; 61 border: 1px solid # ccc;61 border: 1px solid #dfdfdf; 62 62 border-bottom: none; 63 -moz-border-radius: 6px 6px 0 0; 64 -khtml-border-radius: 6px 6px 0 0; 65 -webkit-border-radius: 6px 6px 0 0; 66 border-radius: 6px 6px 0 0; 63 border-radius: 3px 3px 0 0; 67 64 text-decoration: none; 68 background: # F4F4F4url(../images/move-x.gif) 7px 55% no-repeat;69 color: # 888;65 background: #f9f9f9 url(../images/move-x.gif) 7px 55% no-repeat; 66 color: #aaa; 70 67 } 71 68 72 69 /* Selected tab */ 73 70 ul#field-group-tabs li.ui-tabs-selected a.ui-tab { 74 background-color: # ECECEC;71 background-color: #f9f9f9; 75 72 margin-top: -1px; 76 73 padding: 7px 10px 7px 28px; 77 border: 1px solid # ccc;74 border: 1px solid #dfdfdf; 78 75 border-bottom: 1px solid transparent; 79 76 color: #000; 80 font-weight: bold;81 77 } 82 78 83 79 /* Toolbar */ 84 80 .tab-toolbar { 85 background: # ddd url(../../../../../wp-admin/images/gray-grad.png) repeat-x scroll 0% 0%;81 background: #f9f9f9; 86 82 border-width: 1px 1px 0px; 87 -moz-border-radius: 6px 6px 0 0; 88 -khtml-border-radius: 6px 6px 0 0; 89 -webkit-border-radius: 6px 6px 0 0; 90 border-radius: 6px 6px 0 0; 83 border-radius: 3px 3px 0 0; 91 84 margin: -20px -21px 20px -21px; 92 85 clear: left; 93 86 padding: 10px; 94 border: 1px solid #ccc; 95 } 96 97 .tab-toolbar a.button { 98 padding: 5px 10px; 99 } 100 87 border: 1px solid #dfdfdf; 88 } 89 90 .field-wrapper a.deletion, 101 91 .tab-toolbar a.deletion { 102 92 color: #f00; 103 93 border-bottom: 1px solid #f00; 104 font-size: 1 1px;94 font-size: 12px; 105 95 text-decoration: none; 106 padding: 0 2px;107 margin -top: -2px;96 padding: 0; 97 margin: -2px 0 0 5px; 108 98 } 109 99 110 100 div.tab-wrapper { 111 background-color: #f 9f9f9;101 background-color: #fff; 112 102 clear: left; 113 103 padding: 20px; 114 104 border-left: 1px solid #ccc; 115 105 border-right: 1px solid #ccc; 116 -moz-border-radius: 6px 6px 0 0; 117 -khtml-border-radius: 6px 6px 0 0; 118 -webkit-border-radius: 6px 6px 0 0; 119 border-radius: 6px 6px 0 0; 106 border-radius: 3px 3px 0 0; 120 107 } 121 108 … … 141 128 margin: 10px 0 0 0; 142 129 cursor: move !important; 143 background: #f cfcfc url(../../../../../wp-admin/images/gray-grad.png) repeat-x scroll 0% 0%;130 background: #f9f9f9; 144 131 } 145 132 .tab-wrapper fieldset fieldset legend { … … 180 167 .field-group div.actions { 181 168 position: absolute; 182 right: 10px;183 top: 6px;169 right: 8px; 170 top: 10px; 184 171 } 185 172 .field-group fieldset:hover div.actions { -
trunk/bp-xprofile/bp-xprofile-admin.php
r5406 r5452 74 74 <?php _e( 'Profile Fields', 'buddypress'); ?> 75 75 76 <a id="add_group" class=" buttonadd-new-h2" href="admin.php?page=bp-profile-setup&mode=add_group"><?php _e( 'Add New Group', 'buddypress' ); ?></a>76 <a id="add_group" class="add-new-h2" href="admin.php?page=bp-profile-setup&mode=add_group"><?php _e( 'Add New Group', 'buddypress' ); ?></a> 77 77 </h2> 78 78 … … 118 118 <div class="tab-toolbar"> 119 119 <div class="tab-toolbar-left"> 120 <a class="button " href="admin.php?page=bp-profile-setup&group_id=<?php echo esc_attr( $group->id ); ?>&mode=add_field"><?php _e( 'Add New Field', 'buddypress' ); ?></a>120 <a class="button-primary" href="admin.php?page=bp-profile-setup&group_id=<?php echo esc_attr( $group->id ); ?>&mode=add_field"><?php _e( 'Add New Field', 'buddypress' ); ?></a> 121 121 <a class="button edit" href="admin.php?page=bp-profile-setup&mode=edit_group&group_id=<?php echo esc_attr( $group->id ); ?>"><?php _e( 'Edit Group', 'buddypress' ); ?></a> 122 122 123 123 <?php if ( $group->can_delete ) : ?> 124 124 125 <a class="submitdelete deletion " href="admin.php?page=bp-profile-setup&mode=delete_group&group_id=<?php echo esc_attr( $group->id ); ?>"><?php _e( 'Delete Group', 'buddypress' ); ?></a>125 <a class="submitdelete deletion ajax-option-delete" href="admin.php?page=bp-profile-setup&mode=delete_group&group_id=<?php echo esc_attr( $group->id ); ?>"><?php _e( 'Delete Group', 'buddypress' ); ?></a> 126 126 127 127 <?php endif; ?> … … 461 461 <?php } ?> 462 462 <div class="actions"> 463 <?php if ( !$field->can_delete ) : ?> <?php else : ?><a class="submit-delete deletion ajax-option-delete" href="admin.php?page=bp-profile-setup&field_id=<?php echo esc_attr( $field->id ); ?>&mode=delete_field"><?php _e( 'Delete', 'buddypress' ); ?></a><?php endif; ?> 463 464 <a class="button edit" href="admin.php?page=bp-profile-setup&group_id=<?php echo esc_attr( $admin_group->id ); ?>&field_id=<?php echo esc_attr( $field->id ); ?>&mode=edit_field"><?php _e( 'Edit', 'buddypress' ); ?></a> 464 <?php if ( !$field->can_delete ) : ?> <?php else : ?><a class="button delete" href="admin.php?page=bp-profile-setup&field_id=<?php echo esc_attr( $field->id ); ?>&mode=delete_field"><?php _e( 'Delete', 'buddypress' ); ?></a><?php endif; ?>465 466 465 </div> 467 466
Note: See TracChangeset
for help on using the changeset viewer.