]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/dashboard/static/AdminLTE-2.3.7/build/less/users-list.less
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / pybind / mgr / dashboard / static / AdminLTE-2.3.7 / build / less / users-list.less
1 /*
2 * Component: Users List
3 * ---------------------
4 */
5 .users-list {
6 &:extend(.list-unstyled);
7 > li {
8 width: 25%;
9 float: left;
10 padding: 10px;
11 text-align: center;
12 img {
13 .border-radius(50%);
14 max-width: 100%;
15 height: auto;
16 }
17 > a:hover {
18 &,
19 .users-list-name {
20 color: #999;
21 }
22 }
23 }
24 }
25
26 .users-list-name,
27 .users-list-date {
28 display: block;
29 }
30
31 .users-list-name {
32 font-weight: 600;
33 color: #444;
34 overflow: hidden;
35 white-space: nowrap;
36 text-overflow: ellipsis;
37 }
38
39 .users-list-date {
40 color: #999;
41 font-size: 12px;
42 }