controller_profile_members.css
680 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
.no-boxes {
margin: 30px
}
#users-list {
float: left;
width: 60%;
}
.msie6 #users-list {
position: relative;
}
#users-list a.icon-add{
float: right;
}
.msie #users-list a.icon-add{
display: block;
}
.draggable-user {
xwidth: 170px;
cursor: move;
}
#members-list.add-members {
float: right;
width: 30%;
text-align: center;
}
.members-buttons-cell {
width: 60px;
}
.msie .members-buttons-cell a {
position: relative;
display: block;
float: left;
}
.msie6 .button-bar a {
position: relative;
}
.loading {
cursor: progress;
background: transparent url(../images/loading.gif) no-repeat scroll center 50px;
}
table {
text-align: left;
}