hovercard: some polishing
This commit is contained in:
+12
-3
@@ -240,7 +240,7 @@ a:visited {
|
||||
|
||||
/* Basic hovercard */
|
||||
.basic-content {
|
||||
padding: 9px 14px;
|
||||
padding: 9px;
|
||||
}
|
||||
.basic-image-wrapper {
|
||||
background: #fff;
|
||||
@@ -425,6 +425,7 @@ a:visited {
|
||||
.image-wrapper.medium > a img {
|
||||
height: 80px;
|
||||
width: 80px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.image-wrapper.large {
|
||||
max-width: 140px;
|
||||
@@ -451,7 +452,7 @@ a:visited {
|
||||
border-radius: 4px;
|
||||
/*max-width: 250px;*/
|
||||
max-width: 400px;
|
||||
width: 400px;
|
||||
width: 350px;
|
||||
-webkit-box-shadow: 0 10px 100px rgba(0, 0, 0, 0.25);
|
||||
-moz-box-shadow: 0 10px 100px rgba(0, 0, 0, 0.25);
|
||||
box-shadow: 0 10px 100px rgba(0, 0, 0, 0.25);
|
||||
@@ -493,7 +494,7 @@ a:visited {
|
||||
.hover-card-header h4 {
|
||||
/*float: left;*/
|
||||
display: block;
|
||||
width: 310px;
|
||||
/*width: 310px;*/
|
||||
/*margin-top: 25px;*/
|
||||
/*clear: right;*/
|
||||
}
|
||||
@@ -533,6 +534,11 @@ a:visited {
|
||||
.hover-card-content .profile-details {
|
||||
font-size: 13px;
|
||||
}
|
||||
.hover-card-content .profile-addr {
|
||||
overflow: hidden;
|
||||
display: block;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.hover-card-content li.right-aligned {
|
||||
padding: .15em 1.25em;
|
||||
border-left: 1px #F3F2F2 solid;
|
||||
@@ -573,6 +579,9 @@ a:visited {
|
||||
.hover-card-actions-connection {
|
||||
margin-left: 30px;
|
||||
}
|
||||
.hovercard .hovercard-content .hover-card-actions a.btn {
|
||||
display: inline-block;
|
||||
}
|
||||
.hover-card-options-wrapper {
|
||||
position: relative;
|
||||
display: block;
|
||||
|
||||
Reference in New Issue
Block a user