D:/workspace/chenjingjing/git/gx_tieta/gx_tieta/.gitignore
2019-01-18 2fe250ece8de95b3f70172fe5b45793ab6a3084a
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
.defined-popup {
    min-width: 18em;
    max-width: 20em;
    background-color: #ffffff;
}
 
.defined-popup .popup-title,
.defined-popup .popup-content,
.defined-popup .popup-footer {
    padding-left: 1em;
    padding-right: 1em;
    padding-top: .5em;
    padding-bottom: .5em;
}
.defined-popup .popup-footer:before,
.defined-popup .popup-footer:after {
    display: table;
    content: " ";
}
.defined-popup .popup-footer:after {
    clear: both;
}
 
.defined-popup .popup-title {
    background-color: #E8E8E8;
}
.defined-popup .popup-content table{
    width: 100%;
}
.defined-popup .popup-content table td {
    white-space: nowrap;
}
 
.defined-popup .popup-footer {
    background-color: #E8E8E8;
}
.defined-popup .popup-footer .footer-float{
    float: left;
    margin:0;
    padding:0;
    width:40%;
}
.defined-popup .popup-footer .footer-left {
    margin-left: 5%;
}
.defined-popup .popup-footer .footer-right {
    margin-left: 10%;
}