admin/manage/users styling
parent
eb5630caa7
commit
a4f7ad3161
@ -1,27 +1,46 @@
|
|||||||
.users {
|
.users {
|
||||||
#users-container {
|
#users-container {
|
||||||
border: 1px solid #eee;
|
border: 1px solid #eee;
|
||||||
padding: 0px 20px 20px
|
padding: 0px 20px 20px;
|
||||||
}
|
|
||||||
|
|
||||||
.users-box{
|
.users-box {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
height: auto;
|
height: auto;
|
||||||
max-width: 125px;
|
max-width: 125px;
|
||||||
|
|
||||||
img {
|
img {
|
||||||
width:80px;
|
width:80px;
|
||||||
height:80px;
|
height:80px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
margin-bottom:5px;
|
||||||
|
font-size: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.user-image {
|
||||||
|
position: relative;
|
||||||
|
|
||||||
|
.labels {
|
||||||
|
position: absolute;
|
||||||
|
bottom: 0px;
|
||||||
|
width: 100%;
|
||||||
|
|
||||||
a {
|
span {
|
||||||
margin-bottom:5px;
|
width: 100%;
|
||||||
|
opacity: 0.9;
|
||||||
|
font-size: 10px;
|
||||||
|
display: block;
|
||||||
|
border-radius: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue