blob: 1a85d153c0cbbbcb80dba84dcd9fce7d5542e0dd [file] [log] [blame]
Rushabh Mehtaaaf86ba2012-02-28 17:40:13 +05301.user-card {
2 border-radius: 5px;
3 width: 200px;
4 margin: 11px;
5 padding: 11px;
6 background-color: #FFEDBD;
7 box-shadow: 3px 3px 5px #888;
8 float: left;
9 overflow: hidden;
10}
11
12.user-card.disabled {
13 background-color: #eee;
14}
15
16.user-card img {
17 height: 60px;
18}
19
20.user-role {
21 padding: 5px;
22 width: 45%;
23 float: left;
24}
25
26table.user-perm {
27 border-collapse: collapse;
28}
29
30table.user-perm td, table.user-perm th {
31 padding: 5px;
32 text-align: center;
33 border-bottom: 1px solid #aaa;
34 min-width: 30px;
35}