Subversion Repositories SmartDukaan

Rev

Rev 22415 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 22415 Rev 24383
Line 6... Line 6...
6
 
6
 
7
#login-box {
7
#login-box {
8
	position: relative;
8
	position: relative;
9
    padding: 10px;
9
    padding: 10px;
10
    margin:0 auto;
10
    margin:0 auto;
11
    width: 400px;
11
    width: 700px;
12
    height: 270px;
12
    height: 400px;
13
    border-radius: 3px;
13
    border-radius: 3px;
14
    background: white;
14
    background: white;
15
    box-shadow: 0 1px 5px 0 rgba(0,0,0,0.26);
15
    box-shadow: 0 1px 5px 0 rgba(0,0,0,0.26);
16
    overflow: hidden;
16
    overflow: hidden;
17
}
17
}
18
 
18
 
19
#login-logo {
19
#login-logo {
20
    padding: 10px;
20
    padding: 10px;
21
    margin:0 auto;
21
    margin:0 auto;
22
    width: 300px;
22
    width: 320px;
23
    border-radius: 2px;
23
    border-radius: 2px;
24
    background: white;
24
    background: white;
25
    box-shadow: 0 1px 5px 0 rgba(0,0,0,0.26);
25
    box-shadow: 0 1px 5px 0 rgba(0,0,0,0.26);
26
    overflow: hidden;
26
    overflow: hidden;
27
}
27
}
Line 59... Line 59...
59
p{
59
p{
60
	text-align:center;
60
	text-align:center;
61
	color:gray;
61
	color:gray;
62
	font-size:16px;
62
	font-size:16px;
63
	font-family: 'Lato', Helvetica, sans-serif;
63
	font-family: 'Lato', Helvetica, sans-serif;
-
 
64
}
-
 
65
.vertical {
-
 
66
  border-left: 1px groove #ffffff;
-
 
67
  height: 200px;
-
 
68
}
-
 
69
.btn-info
-
 
70
{
-
 
71
	position: absolute;
-
 
72
	right: 15px;
64
}
73
}
65
74