Subversion Repositories SmartDukaan

Rev

Rev 4126 | Rev 4180 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4126 Rev 4177
Line 73... Line 73...
73
 
73
 
74
.searchbox	{
74
.searchbox	{
75
	width: 244px;
75
	width: 244px;
76
	float: left;
76
	float: left;
77
    border: 1px solid #CCCCCC;
77
    border: 1px solid #CCCCCC;
78
    height: 28px;
78
    height: 27px;
79
    text-align: left;
79
    text-align: left;
80
	font-size: 12px;
80
	font-size: 12px;
81
	color: #666666;
81
	color: #666666;
82
	padding: 0 4px;
82
	padding: 0 4px;
83
}
83
}
Line 107... Line 107...
107
.search-in-dropdown	{
107
.search-in-dropdown	{
108
	background: #F6F6F6 url(/images/button-glass-bg.png) 50% 50% repeat-x;
108
	background: #F6F6F6 url(/images/button-glass-bg.png) 50% 50% repeat-x;
109
	width: 110px;
109
	width: 110px;
110
	margin-left: 10px;
110
	margin-left: 10px;
111
	border: 1px solid #CCCCCC;
111
	border: 1px solid #CCCCCC;
112
	line-height: 28px;
112
	line-height: 27px;
113
	cursor: pointer;
113
	cursor: pointer;
114
	font-weight: bold;
114
	font-weight: bold;
115
}
115
}
116
 
116
 
117
.search-in-dropdown .default	{
117
.search-in-dropdown .default	{