Subversion Repositories Integrator Subversion

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 espaco 1
/* -- Body -- */
2
 
3
body {
4
        overflow: hidden;
5
}
6
 
7
/* -- UI Tabs -- */
8
 
9
ul.dynatree-container {
10
        line-height: 1.5em;
11
}
12
 
13
.ui-tabs {
14
        position: static;
15
}
16
 
17
#toc_header {
18
        padding-bottom: 0;
19
}
20
 
21
#tabs .ui-tabs-nav {
22
        border: 0;
23
        border-bottom: 1px solid #ccc;
24
        padding-top: 19px;
25
        position: absolute;
26
        top: 0;
27
        left: 0;
28
        width: 100%;
29
}
30
 
31
#tabs .ui-widget-header{
32
        background: #fff url(../img/header-bg.png) left bottom repeat-x;
33
}
34
 
35
#tabs .ui-tabs-panel {
36
        overflow: auto;
37
        position: absolute;
38
        top: 43px;
39
        left: 0;
40
        right: 0;
41
        bottom: 0;
42
}
43
 
44
/* Search */
45
 
46
#search_value {
47
        width: 140px;
48
}
49
 
50
#search_results {
51
        padding-top: 10px;
52
}
53
 
54
/* -- Tree -- */
55
 
56
ul.dynatree-container {
57
        border: 0;
58
        font-family: inherit;
59
        overflow: visible;
60
        padding: 0;
61
}
62
 
63
/* Selection color */
64
span.dynatree-active a {
65
    background-color: #999999 !important;
66
}
67
 
68
/* Remove folder boldness */
69
span.dynatree-folder a {
70
        font-weight: normal;
71
}