- 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:
nikitasinelnikov
2019-09-11 16:07:51 +03:00
parent 6eb47f2368
commit 5241b95a98
12 changed files with 82 additions and 68 deletions
+16 -7
View File
@@ -85,7 +85,7 @@
width: 30%;
background: #fff;
text-align: center;
border: 1px solid #eee;
border: 1px solid #ddd;
box-sizing: border-box;
margin-bottom: 40px;
position: relative;
@@ -146,7 +146,9 @@
text-align: center;
}
.um-member-photo a{ display: inline !important; }
.um-member-photo a {
display: inline !important;
}
.um-member-photo img {
display: inline !important;
@@ -157,7 +159,9 @@
float: none !important;
}
.um-member.with-cover .um-member-photo {padding-top: 0}
.um-member.with-cover .um-member-photo {
padding-top: 0
}
.um-member.with-cover .um-member-photo img {
width: 90px;
height: 90px;
@@ -172,10 +176,15 @@
.um-member-photo.radius-2 img { -moz-border-radius: 4px !important;-webkit-border-radius: 4px !important;border-radius: 4px !important }
.um-member-photo.radius-3 img { -moz-border-radius: 0 !important;-webkit-border-radius: 0 !important; border-radius: 0 !important }
/*.um-directory.uimob500*/
/*.um-members-list .um-member-photo*/
/*
- Member name
*/
.um-member-card.no-photo {
padding-top: 30px;
}
@@ -841,12 +850,12 @@ div.uimob500 .um-members-list .um-member-card-actions {
.um-slider .ui-slider-range.ui-widget-header {
background: #44b0ec;
border: 2px solid #44b0ec !important;
margin-top: -2px;
border: 1px solid #44b0ec !important;
margin-top: -1px;
}
.um-slider.ui-slider.ui-slider-horizontal {
border: 2px solid #ddd !important;
border: 1px solid #ddd !important;
box-sizing: border-box;
}
+2 -2
View File
@@ -128,7 +128,7 @@ div.uimob800 .um-account-side li a.current:hover
.select2-drop-active,
.select2-drop.select2-drop-above
{
border: 2px solid #ddd !important;
border: 1px solid #ddd !important;
}
.um .um-form .select2-container-multi .select2-choices .select2-search-field input[type=text] {
@@ -142,7 +142,7 @@ div.uimob800 .um-account-side li a.current:hover
.um .um-form .um-datepicker.picker__input.picker__input--active,
.um .um-form .um-datepicker.picker__input.picker__input--target,
.um .um-form textarea:focus {
border: 2px solid #bbb !important;
border: 1px solid #bbb !important;
}
.um .um-form input[type=text],
+4 -2
View File
@@ -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 {
+10 -5
View File
@@ -705,7 +705,13 @@ a.um-link-alt:hover {text-decoration: underline !important;}
margin: 0 !important;
}
.um-dropdown li a {
.um-dropdown ul {
background: #fff;
position: relative;
z-index: 16;
}
.um-dropdown li a {
display: block;
padding: 8px 12px;
color: #666;
@@ -718,7 +724,7 @@ a.um-link-alt:hover {text-decoration: underline !important;}
padding: 12px;
}
.um-dropdown li a:hover {
.um-dropdown li a:hover {
}
@@ -728,7 +734,6 @@ a.um-link-alt:hover {text-decoration: underline !important;}
.um-dropdown-arr {
position: absolute;
color: #fff;
font-size: 24px;
width: 24px;
height: 24px;
@@ -845,7 +850,7 @@ small.um-max-filesize span{
user-select: none;
background: none !important;
background-color: #fff !important;
border: 2px solid #ddd !important;
border: 1px solid #ddd !important;
}
.select2.select2-container .select2-selection .select2-selection__arrow b[role=presentation]{
display:none;
@@ -876,7 +881,7 @@ small.um-max-filesize span{
border-left: 0 !important;
}
.select2-container.select2-container--open .select2-dropdown{
border: 2px solid #ddd !important;
border: 1px solid #ddd !important;
}
.select2-results li{
list-style: none;
+5 -3
View File
@@ -5,6 +5,7 @@
.um-profile-photo {
float: right;
margin: 0 30px 0 0;
}
.um-profile-photo a.um-profile-photo-img {
@@ -13,7 +14,7 @@
}
.um-cover + .um-header .um-profile-photo a.um-profile-photo-img {
right: 30px;
/*right: 30px;*/
}
div.uimob500 .um-profile-photo a.um-profile-photo-img {
@@ -22,8 +23,9 @@ div.uimob500 .um-profile-photo a.um-profile-photo-img {
.um-profile-edit {
right: auto;
left: 10px;
padding-left: 10px;
left: 0;
margin-left: 10px;
margin-right: 0;
}
div.uimob960 .um-header .um-profile-meta,