CSS conflicts fixed

This commit is contained in:
ultimatemember
2015-01-11 19:07:55 +02:00
parent 4a6d8c5df5
commit 49a262fa18
36 changed files with 266 additions and 309 deletions
+4 -1
View File
@@ -118,8 +118,11 @@ print "
.select2-drop-active,
.select2-drop.select2-drop-above
{
border: $form_border;
border: $form_border !important;
}
.um-$form_id.um .um-form .select2-container-multi .select2-choices .select2-search-field input[type=text] {border: none !important}
";
}
-1
View File
@@ -36,7 +36,6 @@ print "
";
print "
.um-$form_id.um .um-header.no-cover a.um-profile-photo-img img,
.um-$form_id.um .um-profile-photo a.um-profile-photo-img {
width: ".$photosize."px;
height: ".$photosize."px;