Subversion Repositories SmartDukaan

Rev

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

Rev 842 Rev 865
Line 1... Line 1...
1
/*___ ActionBar ___*/
1
/*___ ActionBar ___*/
2
#actionBar .left{background:url(../images/actionbar-left.jpg) no-repeat;}
2
#actionBar .left{background:url(../images/actionbar-left.jpg) no-repeat;}
3
#actionBar .right{background:url(../images/actionbar-right.jpg) no-repeat top right;}
3
#actionBar .right{background:url(../images/actionbar-right.jpg) no-repeat top right;}
4
#actionBar .center{
4
#actionBar .center{
5
	margin:0 10px;
5
	margin:0 10px;
6
	height:28px;
6
	height:24px;
7
	background:url(../images/actionbar-hor-bar.jpg) repeat-x;
7
	background:url(../images/actionbar-hor-bar.jpg) repeat-x;
-
 
8
	padding-top:4px;   /* add by ebizon */
8
}
9
}
9
#actionBar .blockLeft{
10
#actionBar .blockLeft{
10
	float:left;
11
	float:left;
11
	margin-top: 4px;
12
	/*margin-top: 4px;*/    /* commented by ebizon */
12
	width:240px;
13
	width:240px;
13
}
14
}
14
/*#actionBar .blockLeft .smallImgButton{
15
/*#actionBar .blockLeft .smallImgButton{
15
	float:left;
16
	float:left;
16
	margin:4px 2px 0 2px;
17
	margin:4px 2px 0 2px;
Line 39... Line 40...
39
 
40
 
40
#actionBar .tweetDiv{
41
#actionBar .tweetDiv{
41
	float:right;
42
	float:right;
42
	width:120px;
43
	width:120px;
43
	font-size:11px;
44
	font-size:11px;
44
	margin-top : 3px;
45
	/*margin-top : 3px;*/  /* commented by ebizon */
45
}
46
}
46
 
47
 
47
#actionBar .blockRight a{
48
#actionBar .blockRight a{
48
	color:#000;
49
	color:#000;
49
	text-decoration:none;
50
	text-decoration:none;
Line 57... Line 58...
57
	margin-top:2px;
58
	margin-top:2px;
58
	float:left;
59
	float:left;
59
}
60
}
60
#actionBar .blockRight span{
61
#actionBar .blockRight span{
61
	float:left;
62
	float:left;
62
	margin:2px 4px 0 0;
63
	/*margin:2px 4px 0 0;*/   /* commented by ebizon */
63
	display:inline; /* IE 6 bug fix */
64
	display:inline; /* IE 6 bug fix */
64
}
65
}
65
#actionBar .blockRight #facebookCount,
66
#actionBar .blockRight #facebookCount,
66
#actionBar .blockRight #twitterCount{
67
#actionBar .blockRight #twitterCount{
67
	font-size:10px;
68
	font-size:10px;