Subversion Repository Public Repository

gpstest

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
@CHARSET "ISO-8859-1";
#screen, #modal {
    display: none;
    position: fixed;
}

#screen {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.25);
    z-index: 999998;
}

#modal {
	padding: 15px 25px 5px;
    border: 1px solid grey;
    width: 20%;
    top: 20%;
    left: 33.3333%;
    background: #7cc5ff;
    z-index: 999999;
}

Commits for gpstest/WebContent/css/mymodal.css

Diff revisions: vs.
Revision Author Commited Message
1 lingaraj picture lingaraj Sat 24 Nov, 2018 13:04:59 +0000