100 lines
1.9 KiB
CSS
100 lines
1.9 KiB
CSS
/*! One User Avatar - 2.3.9
|
|
* Copyright One Designs
|
|
* Copyright ProfilePress
|
|
* Copyright Flippercode
|
|
* Copyright Bangbay Siboliban
|
|
* Licensed GPLv2
|
|
*/
|
|
|
|
#wpua-errors,
|
|
#wpua-readable-size-error,
|
|
.wpua-error {
|
|
color: #c00 !important;
|
|
font-weight: 700 !important;
|
|
}
|
|
|
|
#wpua-readable-size-error,
|
|
#wpua-undo-button {
|
|
display: none;
|
|
}
|
|
|
|
#wpua-preview,
|
|
#wpua-preview-existing {
|
|
margin-right: 10px;
|
|
}
|
|
|
|
#wpua-preview,
|
|
#wpua-preview-existing,
|
|
#wpua-thumbnail,
|
|
#wpua-thumbnail-existing {
|
|
display: inline-block;
|
|
text-align: center;
|
|
vertical-align: top;
|
|
}
|
|
|
|
#wpua-preview img,
|
|
#wpua-thumbnail img,
|
|
#wpua-preview-existing img,
|
|
#wpua-thumbnail-existing img {
|
|
max-height: 96px;
|
|
border: 1px solid #dfdfdf;
|
|
display: block;
|
|
}
|
|
|
|
.widget_wp_user_avatar #wpua-preview img,
|
|
.widget_wp_user_avatar #wpua-thumbnail img,
|
|
.widget_wp_user_avatar #wpua-preview-existing img,
|
|
.widget_wp_user_avatar #wpua-thumbnail-existing img {
|
|
max-height: 64px;
|
|
}
|
|
|
|
.defaultavatarpicker #wpua-preview,
|
|
.defaultavatarpicker #wpua-preview-existing {
|
|
width: 32px;
|
|
height: 32px;
|
|
margin-right: 0;
|
|
display: inline-block;
|
|
overflow: hidden;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.defaultavatarpicker #wpua-preview img,
|
|
.defaultavatarpicker #wpua-preview-existing img {
|
|
width: 32px;
|
|
height: auto;
|
|
border: 0;
|
|
}
|
|
|
|
#wpua-edit #wpua-remove,
|
|
#wpua-edit #wpua-undo,
|
|
#wpua-edit-attachment {
|
|
margin-left: 10px !important;
|
|
}
|
|
|
|
#wpua-upload-messages span {
|
|
display: block;
|
|
}
|
|
|
|
.wpua-hide {
|
|
display: none !important;
|
|
}
|
|
|
|
.wpua-no-avatars {
|
|
display: none;
|
|
}
|
|
|
|
.avatars_page_wp-user-avatar-library .wp-list-table.media .manage-column.column-icon,
|
|
.avatars_page_wp-user-avatar-library .wp-list-table.media .column-icon.media-icon {
|
|
width: 62px;
|
|
}
|
|
|
|
.avatars_page_wp-user-avatar-library .wp-list-table.media .column-icon.media-icon a {
|
|
display: block;
|
|
}
|
|
|
|
.avatars_page_wp-user-avatar-library .wp-list-table.media .column-icon.media-icon img {
|
|
display: block;
|
|
max-width: 60px;
|
|
height: auto;
|
|
}
|