controller_profile_editor.css
842 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
.categorie_box {
-moz-border-radius: 4px;
border: 1px solid #F57900;
margin-bottom: 2px;
padding: 2px 0px;
}
#content .categorie_box h5 {
margin: 0px;
padding: 0px;
line-height: 22px;
}
#content ul.categories {
padding: 5px 4px 3px 4px;
}
ul.categories li {
-moz-border-radius: 9px;
border-bottom: 1px solid #FFF;
}
ul.categories li.cat_checked {
background: #F57900;
border-bottom: 1px solid #CE5C00;
}
.file-manager
.file-manager-button a:hover {
background: #FCAF3E !important;
color: #000 !important;
border-color: #CE5C00;
}
#profile-editor-index .control-panel {
}
#profile-editor-index .file-manager {
background: #FFE890;
padding: 0px 0px 0px 10px;
border: 2px solid #CE5C00;
}
.msie6 #profile-editor-index .file-manager div {
position: relative;
}
.button-bar {
margin-bottom: 5px;
}