CSS tweaks

This commit is contained in:
Ultimate Member
2016-01-16 03:08:46 +02:00
parent bc88b37ceb
commit 518c8544ce
4 changed files with 37 additions and 6 deletions
+15 -2
View File
@@ -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;
}
/*
+13 -1
View File
@@ -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;
}
+1 -1
View File
File diff suppressed because one or more lines are too long
+8 -2
View File
@@ -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>