vr-shopxo-source/public/static/admin/default/css/user.css

20 lines
332 B
CSS
Raw Normal View History

2018-12-28 10:58:37 +00:00
/**
*
*/
@media only screen and (max-width: 321px) {
.view-operation button { margin: 2px 0px; }
2019-05-05 09:38:11 +00:00
}
/**
*
*/
.content-right table.am-table ul {
list-style: none;
padding: 0;
margin: 0;
}
.content-right table.am-table .user-info img {
max-width: 75px;
max-height: 75px;
margin-right: 5px;
2018-12-28 10:58:37 +00:00
}