mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
- fixed RTL styles;
This commit is contained in:
@@ -354,7 +354,6 @@ div.uimob500 .um-profile-photo {
|
||||
position: absolute;
|
||||
top: -40px;
|
||||
left: 0;
|
||||
height: 80px !important;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
@@ -538,7 +537,6 @@ div.uimob800 .um-account-meta img {
|
||||
|
||||
div.uimob800 .um-profile-photo {
|
||||
width: 150px !important;
|
||||
height: 80px !important;
|
||||
}
|
||||
|
||||
div.uimob800 .um-profile-photo a.um-profile-photo-img {
|
||||
@@ -570,7 +568,6 @@ div.uimob800 .um-cover-overlay
|
||||
|
||||
div.uimob960 .um-profile-photo {
|
||||
width: 200px !important;
|
||||
height: 80px !important;
|
||||
}
|
||||
|
||||
div.uimob960 .um-profile-photo a.um-profile-photo-img {
|
||||
|
||||
@@ -227,7 +227,7 @@ p.um-notice.warning {
|
||||
top: -17px;
|
||||
left: 10px;
|
||||
position: absolute;
|
||||
z-index: 900;
|
||||
z-index: 1;
|
||||
color: #C74A4A;
|
||||
font-size: 28px;
|
||||
line-height: 1em !important;
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
}
|
||||
|
||||
.um-cover + .um-header .um-profile-photo a.um-profile-photo-img {
|
||||
/*right: 30px;*/
|
||||
right: 0;
|
||||
}
|
||||
|
||||
div.uimob500 .um-profile-photo a.um-profile-photo-img {
|
||||
@@ -191,3 +191,5 @@ p.um-notice i {
|
||||
.um-modal-body .um-single-file-preview a.cancel {
|
||||
left: -15px;
|
||||
}
|
||||
|
||||
.um-item-link { padding-right: 0; padding-left: 40px;}
|
||||
Reference in New Issue
Block a user