2015-03-12 18:22:29 +02:00
|
|
|
.um-login.um-logout {
|
|
|
|
|
max-width: 300px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.um-misc-with-img {
|
|
|
|
|
position: relative;
|
|
|
|
|
font-size: 15px;
|
|
|
|
|
border-bottom: 3px solid #eee;
|
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
|
|
margin-bottom: 14px;
|
|
|
|
|
padding-top: 4px;
|
|
|
|
|
padding-bottom: 14px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.um-misc-img {
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.um-misc-img img {
|
|
|
|
|
border-radius: 999px;
|
|
|
|
|
height: auto !important;
|
2015-05-18 14:12:50 +03:00
|
|
|
display: inline-block !important;
|
2015-03-12 18:22:29 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.um-misc-ul,
|
|
|
|
|
.um-misc-ul li {
|
|
|
|
|
font-size: 14px;
|
2015-03-14 23:39:33 +02:00
|
|
|
}
|
|
|
|
|
|
2015-05-18 14:12:50 +03:00
|
|
|
/* responsive embeds */
|
|
|
|
|
.um-youtube,
|
|
|
|
|
.um-vimeo,
|
|
|
|
|
.um-googlemap {
|
|
|
|
|
position: relative;
|
|
|
|
|
height: 0;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.um-youtube {padding-bottom: 56.25%;}
|
|
|
|
|
.um-vimeo {padding-bottom: 56.25%;}
|
|
|
|
|
.um-googlemap {padding-bottom: 75%;}
|
2015-03-14 23:39:33 +02:00
|
|
|
|
2015-05-18 14:12:50 +03:00
|
|
|
.um-youtube iframe,
|
|
|
|
|
.um-vimeo iframe,
|
|
|
|
|
.um-googlemap iframe {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
width: 100% !important;
|
|
|
|
|
height: 100% !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* profile misc */
|
2015-03-14 23:39:33 +02:00
|
|
|
.um-profile-connect.um-member-connect {
|
|
|
|
|
padding: 5px 0 10px 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.um-profile-connect.um-member-connect a {
|
|
|
|
|
text-align: center;
|
|
|
|
|
width: 36px;
|
|
|
|
|
line-height: 36px;
|
|
|
|
|
height: 36px;
|
|
|
|
|
font-size: 20px;
|
2015-03-12 18:22:29 +02:00
|
|
|
}
|