mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-16 21:23:39 +09:00
CSS tweaks
This commit is contained in:
@@ -2,6 +2,10 @@
|
||||
- Layout
|
||||
*/
|
||||
|
||||
.um-account i {
|
||||
vertical-align: baseline !important;
|
||||
}
|
||||
|
||||
.um-account p.um-notice {
|
||||
margin: 0 0 20px 0 !important;
|
||||
padding: 12px 15px !important;
|
||||
@@ -81,12 +85,21 @@
|
||||
.um-account-meta.radius-2 img { -moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px }
|
||||
.um-account-meta.radius-3 img { -moz-border-radius: 0;-webkit-border-radius: 0;border-radius: 0 }
|
||||
|
||||
.um-account-name {
|
||||
padding-top: 12px;
|
||||
}
|
||||
|
||||
.um-account-name a {
|
||||
font-weight: bold;
|
||||
color: #555 !important;
|
||||
color: #555;
|
||||
text-decoration: none !important;
|
||||
font-size: 18px;
|
||||
line-height: 2em;
|
||||
line-height: 1.4em;
|
||||
}
|
||||
|
||||
.um-account-profile-link a {
|
||||
font-size: 13px;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
@@ -62,6 +62,10 @@
|
||||
display: table;
|
||||
}
|
||||
|
||||
.um-cover-add i {
|
||||
font-size: 36px;
|
||||
}
|
||||
|
||||
.um-cover-add span {
|
||||
display: table-cell;
|
||||
vertical-align: middle;
|
||||
@@ -141,6 +145,10 @@
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
.um-profile-edit i {
|
||||
font-size: 30px;
|
||||
}
|
||||
|
||||
/*
|
||||
- Header without cover enabled
|
||||
*/
|
||||
@@ -264,6 +272,10 @@
|
||||
line-height: 1.7em;
|
||||
}
|
||||
|
||||
.um-name a {
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
.um-meta {
|
||||
font-size: 15px;
|
||||
}
|
||||
@@ -314,7 +326,7 @@ font-weight: normal;
|
||||
|
||||
.um-profile-note {
|
||||
display: none;
|
||||
text-align: center;
|
||||
text-align: center !important;
|
||||
padding-top: 20px;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -330,7 +330,10 @@
|
||||
|
||||
<div class="um-account-meta-img"><a href="<?php echo um_user_profile_url(); ?>"><?php echo get_avatar( um_user('ID'), 120); ?></a></div>
|
||||
|
||||
<div class="um-account-name"><a href="<?php echo um_user_profile_url(); ?>"><?php echo um_user('display_name'); ?></a></div>
|
||||
<div class="um-account-name">
|
||||
<a href="<?php echo um_user_profile_url(); ?>"><?php echo um_user('display_name'); ?></a>
|
||||
<div class="um-account-profile-link"><a href="<?php echo um_user_profile_url(); ?>" class="um-link"><?php _e('View profile','ultimatemember'); ?></a></div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -362,7 +365,10 @@
|
||||
|
||||
<?php } ?>
|
||||
|
||||
<div class="um-account-name uimob800-hide"><a href="<?php echo um_user_profile_url(); ?>"><?php echo um_user('display_name', 'html'); ?></a></div>
|
||||
<div class="um-account-name uimob800-hide">
|
||||
<a href="<?php echo um_user_profile_url(); ?>"><?php echo um_user('display_name', 'html'); ?></a>
|
||||
<div class="um-account-profile-link"><a href="<?php echo um_user_profile_url(); ?>" class="um-link"><?php _e('View profile','ultimatemember'); ?></a></div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user