css fix / contacts.html fix and update / ui improvements

This commit is contained in:
razvanaldea89 2019-02-18 09:04:27 +02:00
parent fac2a6a36f
commit 3b73275e2a
2 changed files with 802 additions and 658 deletions

View file

@ -1206,6 +1206,9 @@ legend {
} }
/** Contacts **/ /** Contacts **/
.profile_details {
padding:15px;
}
.profile_details:nth-child(3n) { .profile_details:nth-child(3n) {
clear: both; clear: both;
} }
@ -1214,6 +1217,8 @@ legend {
display: inline-block; display: inline-block;
padding: 10px 0 0; padding: 10px 0 0;
background: #fff; background: #fff;
width:100%;
height:100%;
} }
.profile_details .profile_view .divider { .profile_details .profile_view .divider {
@ -1248,6 +1253,8 @@ legend {
.profile_details .profile_view .img-circle { .profile_details .profile_view .img-circle {
border: 1px solid #E6E9ED; border: 1px solid #E6E9ED;
padding: 2px; padding: 2px;
max-width:150px;
border-radius:75px;
} }
.profile_details .profile_view h2 { .profile_details .profile_view h2 {

File diff suppressed because it is too large Load diff