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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
@CHARSET "ISO-8859-1";
body{
	font-family: monospace;
}
.heading{
	text-align: center;
    font-family: sans-serif;
    color: #f9f9f9;
    font-weight: bold;
    padding-bottom: 15px;
    font-size: 20px;
}
.txt{
    height: 20px;
    width: 120px;
}
.box-outer{
    margin-left: 35%;
    margin-top:  10%;
    padding:  1px;
    border: 1px solid #3681f2;
    width: 400px;
    box-shadow: -2px 13px 50px -3px;
}
.box-inner{
    /*border: 1px solid #0c8810; */
    padding: 15px 40px;
    background-color: #3681f2;
    color: #f9f9f9;
}
.box-btn{
    float: right;
}
.btn{
	height: 25px;
    width: 70px;
}
.imag{
	width: 100px;
	margin-top: -10px;
}

Commits for gpstest/WebContent/css/index.css

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