controller_profile_editor.css
961 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
55
56
57
58
59
60
61
62
63
64
65
66
@import url(controller_cms.css);
.profile_info {
width: 100%;
}
.profile_info th {
width: 10%;
text-align: right;
white-space: nowrap;
}
.profile_info td,
.profile_info th {
padding: 2px 10px;
}
.profile_info .header {
background: #BBB;
}
.profile_info .button {
border: none !important;
background-color: transparent !important;
}
/* file manager (big) style */
div.file-manager {
clear: both;
}
div.file-manager
div.file-manager-button {
float: left;
width: 140px;
text-align: center;
margin-right: 0.5em;
margin-top: 0.5em;
}
div.file-manager
div.file-manager-button a img {
border: none;
}
div.file-manager
div.file-manager-button a {
border: 1px solid #e0e0e0;
display: block;
padding: 3px;
height: 90px;
overflow: hidden;
background: white;
font-size: 90%;
text-decoration: none;
}
div.file-manager
div.file-manager-button a:hover {
border: 1px solid #006;
background: #acf;
color: #006;
}