Projekt

Obecné

Profil

Stáhnout (1.18 KB) Statistiky
| Větev: | Tag: | Revize:
1 1e2b2c27 Tomáš Šimandl
/* 
2
    Document   : tooltip
3
    Created on : 20.4.2012, 1:27:56
4
    Author     : Jindra Pavl�kov� <jindra.pav2@seznam.cz>
5
    Description:
6
        Purpose of the stylesheet follows.
7
*/
8
9
.qtip-green{
10
    font-family: sans-serif;
11
    font-size: 10pt;
12
}
13
14
.qtip-green .qtip-content {
15
    padding: 10px;
16
    border-width: 2px;
17
}
18
19
.qtip-green .qtip-content ul {
20
    padding: 0px;
21
    margin: 0px 10px 0px 10px !important;
22
    list-style-position: inside;
23
}
24
.qtip-green .qtip-content ul li{
25
    margin: 0px;
26
    padding: 0px;
27
    margin-bottom: 5px;
28
   /* max-width: 500px;*/
29
   /*    list-style-position: inside;*/
30
}
31
32
.compatibility-list li {
33
    white-space: nowrap;
34
}
35
36
.qtip-green .qtip-content ul.tooltip_vertex_left{
37
    float: left;
38
}
39
40
.qtip-green .qtip-content ul.tooltip_vertex_right{
41
    float: left;
42
    margin-left: 20px;
43
}
44
45
.qtip-green .qtip-content li.tooltip_export_package {
46
    margin-left: -10px;
47
    font-weight: bold;
48
    list-style-type: none;
49
}
50
.qtip-green .qtip-content li.tooltip_import_package {
51
    margin-left: -10px;
52
    font-weight: bold;
53
    list-style-type: none;
54
}
55
56
.qtip-content img {
57
	margin-right: 3px;
58
}
59
60
/*.qtip-green ul {
61
    overflow: scroll;
62
    max-height: 200px;
63
}*/