-
Notifications
You must be signed in to change notification settings - Fork 24
/
admin_permission.css
115 lines (94 loc) · 1.87 KB
/
admin_permission.css
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
form fieldset p {
text-align:left;margin:0 0 1.5em 0;line-height:20px;
}
.permissionActions {
text-align:right !important;
}
.permissionActions a:hover {
border:none
}
.permissionActions img {
margin-bottom:-2px
}
#community_nb_photos,
#community_storage {
width:400px;
display:inline-block;
margin-right:10px;
}
/* Permission Table */
#permission-table {
position: relative;
font-family: "Open Sans", "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
}
#permission-table-content {
width:97%;
border:0;
border-collapse:separate;
border-spacing: 0 1em;
}
#permission-table-content th,
#permission-table-content td{
text-align:left;
padding:5px;
font-size:12px;
}
table,
#permission-table-content thead tr{
text-align: left;
font-size: 1.1em;
font-weight: bold;
color: #9e9e9e;
background-color:transparent!important;
box-shadow:none;
}
#permission-table-content tr{
box-shadow: 0 2px 2px #00000024;
background-color: #F3F3F3;
color: #555;
height: 50px;
border-radius: 10px;
}
#permission-table-content td:first-child{
border-top-left-radius:10px;
border-bottom-left-radius: 10px;
}
#permission-table-content td:last-child{
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
}
.permission-header-id{
width: 5%;
}
.permission-header-who{
width: 20%;
max-width: 195px;
}
.permission-header-where{
width: 15%;
max-width: 195px;
}
.permission-header-trust{
width: 15%;
max-width: 195px;
}
.permission-header-options{
width: 35%;
max-width: 195px;
}
.permission-header-actions{
width: 20%;
max-width: 195px;
display: none;
}
.permission-col {
text-align: left;
padding: 0;
}
.permission-header-button {
position:relative;
padding:5px;
}
.lineView .user-container .tmp-edit {
display: flex;
}