mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-19 22:54:03 +09:00
- fixed some colors in CSS;
- fixed RTL layouts; - fixed must search attr; - fixed show only these users attr; - changed CSS for fields (1px border); - fixed UM dropdown JS for position;
This commit is contained in:
@@ -143,7 +143,7 @@
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
z-index: 66;
|
||||
padding-right: 10px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.um-profile-edit i {
|
||||
@@ -194,6 +194,8 @@
|
||||
float: left;
|
||||
position: relative;
|
||||
width:200px;
|
||||
margin: 0 0 0 30px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.um-profile-photo a.um-profile-photo-img {
|
||||
@@ -201,7 +203,7 @@
|
||||
position: absolute;
|
||||
background: #fff;
|
||||
padding: 5px;
|
||||
left: 30px;
|
||||
/*left: 30px;*/
|
||||
}
|
||||
|
||||
.um-profile-photo a.um-profile-photo-img img {
|
||||
|
||||
Reference in New Issue
Block a user