summaryrefslogtreecommitdiffstats
path: root/modules-available/sysconfignew/style.css
blob: 43f708d16745de7ed1c597e29fad3837a4846e29 (plain) (blame)
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
.mod-nav {
    width: 250px;
    float: left;
    margin-right: 4px;
    border-right: solid 1px #DDD;
    padding: 4px;
    height: 545px;
    overflow: auto;
}

.item {
    padding: 4px;
    margin: 3px 0;
    border-radius: 3px;
}

.item:HOVER {
    background-color: #EEE;
    cursor: pointer;
}

.item-link {
    color: #5893C6;
}

.item-lock {
    color: #939393;
}

.dir-icon {
    color: #2E6DA4;
}

.folder {
    padding-left: 16px;
    display: none;
    border-left: dashed 1px #CCC;
}

#editor-header{
    display: block;
    float: none;
    width: 875px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.mod-editor{
    display: block;
    float: none;
    resize: none;
    width: 875px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

textarea.form-control .editor-box{
    height: 520px;
}