Subversion Repositories php-qbpwcf

Rev

Rev 23 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
23 liveuser 1
.ammapAlert
2
{
3
    display:table-cell;
4
    vertical-align:middle;
5
    text-align:center;
6
    font-family:verdana,helvetica,arial,sans-serif;
7
    font-size:12px;
8
    color:#CC0000;
9
}
10
 
11
.ammapDescriptionWindow
12
{
13
   font-size:11px;
14
   font-family:verdana,helvetica,arial,sans-serif;
15
   background-color:#FFFFFF;
16
   border-style:solid;
17
   border-color:#DADADA;
18
   border-width:1px;
19
   color:#000000;
20
   padding:8px;
21
   -webkit-box-sizing: border-box;
22
   -moz-box-sizing: border-box;
23
   box-sizing: border-box;
24
}
25
 
26
.ammapDescriptionTitle
27
{
28
   font-size:12px;
29
   font-weight:bold;
30
   font-family:verdana,helvetica,arial,sans-serif;
31
   padding-bottom:5px;
32
}
33
 
34
.ammapDescriptionWindowCloseButton
35
{
36
 
37
}
38
 
39
.ammapObjectList ul
40
{
41
    padding-left:20px;
42
    list-style:square outside;
43
    color:#999999;
44
    font-family:verdana,helvetica,arial,sans-serif;
45
    font-size: 12px;
46
}
47
 
48
.ammapObjectList ul ul
49
{
50
    padding-left:14px;
51
}
52
 
53
.ammapObjectList a
54
{
55
    color:#000000;
56
}
57
 
58
.ammapObjectList a
59
{
60
    color:#000000;
61
    text-decoration:none;
62
    display:block;
63
    padding:2px;
64
}
65
 
66
.ammapObjectList a:hover
67
{
68
    color:#CC0000;
69
    text-decoration:none;
70
    background:#FFFFFF;
71
    cursor:pointer;
72
    display:block;
73
}
74
 
75
.ammapDescriptionText
76
{
77
	overflow: auto;
78
}
79
 
80
 
81
.amChartsPlotArea
82
{
83
 
84
}