Subversion Repositories SmartDukaan

Rev

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

Rev 794 Rev 865
Line 31... Line 31...
31
}
31
}
32
#loginLightbox .bigImgButton,
32
#loginLightbox .bigImgButton,
33
.colorSelLightBoxName .bigImgButton,
33
.colorSelLightBoxName .bigImgButton,
34
.colorSelLightBoxColor .bigImgButton{float:right;}
34
.colorSelLightBoxColor .bigImgButton{float:right;}
35
 
35
 
36
#loginLightbox .button,
36
/*#loginLightbox .button,
37
.colorSelLightBoxName .button,
37
.colorSelLightBoxName .button,
38
.colorSelLightBoxColor .button{
38
.colorSelLightBoxColor .button{
39
	cursor:pointer;
39
	cursor:pointer;
40
	margin-top:5px;
40
	margin-top:5px;
41
	font-size:14px;
41
	font-size:14px;
42
	font-weight:bold;
42
	font-weight:bold;
43
	border:none;
43
	border:none;
44
	background:none;
44
	background:none;
45
}
45
}*/
46
 
46
 
47
/*____ Color Selector Light box ____*/
47
/*____ Color Selector Light box ____*/
48
.colorSelLightBoxName,
48
.colorSelLightBoxName,
49
.colorSelLightBoxColor{
49
.colorSelLightBoxColor{
50
	width:300px;
50
	width:300px;
Line 99... Line 99...
99
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#cccccc');
99
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#cccccc');
100
	border:1px solid #f2f2f2;
100
	border:1px solid #f2f2f2;
101
}
101
}
102
 
102
 
103
.colorSelLightBoxName .content label span,
103
.colorSelLightBoxName .content label span,
104
.colorSelLightBoxColor .content label span{margin:-3px 0 0 5px;}
-
 
105
104
.colorSelLightBoxColor .content label span{margin:-3px 0 0 5px;}
-
 
105