Subversion Repositories SmartDukaan

Rev

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

Rev 3302 Rev 3306
Line 8... Line 8...
8
	font-weight: bold;
8
	font-weight: bold;
9
}
9
}
10
 
10
 
11
#top	{
11
#top	{
12
	float: right;
12
	float: right;
13
	width: 400px;
13
	width: 600px;
14
	text-align: right;
14
	text-align: right;
15
}
15
}
16
 
16
 
17
.top-link	{
17
.top-link	{
18
	text-decoration: none;
18
	text-decoration: none;
19
	cursor: pointer;
19
	cursor: pointer;
20
	color: #ffffff;
20
	color: #ffffff;
21
	background-color: #627AAD;
21
	background-color: #627AAD;
22
	border: 1px solid #3B5998;
22
	border: 1px solid #3B5998;
23
	padding: 3px 6px;
23
	padding: 3px 3px;
24
	font-size: 14px;
24
	font-size: 12px;
-
 
25
}
-
 
26
 
-
 
27
#top-note	{
-
 
28
	border: 1px solid;
-
 
29
    font-size: 12px;
-
 
30
    padding: 3px;
-
 
31
    margin-right: 10px;
25
}
32
}
26
 
33
 
27
.top-link:hover	{
34
.top-link:hover	{
28
	text-decoration: underline;
35
	text-decoration: underline;
29
	background-color: #627AAD;
36
	background-color: #627AAD;