mirror of
https://github.com/fergalmoran/dss.web.git
synced 2026-02-16 04:55:11 +00:00
43 lines
682 B
Plaintext
Executable File
43 lines
682 B
Plaintext
Executable File
.userlist-profile-image {
|
|
width: 253px;
|
|
height: 157px;
|
|
}
|
|
|
|
.thumbnail {
|
|
position: relative;
|
|
padding: 0px;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.thumbnail > h4 {
|
|
padding: 7px 5px 0px;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
.thumbnail h4 .info {
|
|
position: absolute;
|
|
top: 0px;
|
|
right: 0px;
|
|
font-size: 0.6em;
|
|
padding-left: 15px;
|
|
border-top-right-radius: 3px;
|
|
border-bottom-left-radius: 4px;
|
|
border-radius: 0px;
|
|
border-bottom-left-radius: 5px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.thumbnail h4 .info > span {
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.thumbnail img {
|
|
width: 100%;
|
|
}
|
|
|
|
.thumbnail a.btn {
|
|
border-top-left-radius: 0px;
|
|
border-top-right-radius: 0px;
|
|
} |