Files
dss.web/client/app/views/user/user.less
Fergal Moran ea4d15dd98 New URL scheme
2015-12-10 22:37:20 +00:00

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;
}