- Posts: 117
- Thank you received: 0
searchbuttom
-
consul
Inactive member -
Topic Author
- Member
-
Less
More
12 years 5 months ago #22470
by consul
searchbuttom was created by consul
searchbuttom is not the same in all browsers, in chrome, firefox is ok, in safari is under the line, in I. explorer is bigger than the field.
see attaached file
see attaached file
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 5 months ago #22471
by ivan.milic
Replied by ivan.milic on topic searchbuttom
try this in template_css.css
instead of:
.search .button {
padding: 0;
background: none;
border: none;
position: relative;
top: 4px;
}
put:
.search .button {
padding: 0;
background: none;
border: none;
position: absolute;
}
instead of:
.search .button {
padding: 0;
background: none;
border: none;
position: relative;
top: 4px;
}
put:
.search .button {
padding: 0;
background: none;
border: none;
position: absolute;
}
Please Log in to join the conversation.
-
consul
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 117
- Thank you received: 0
12 years 5 months ago #22486
by consul
Replied by consul on topic searchbuttom
i did, it doesn't work at all, now even firefox and other are out of place!
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 5 months ago - 12 years 5 months ago #22492
by ivan.milic
Replied by ivan.milic on topic searchbuttom
Add this (template_css.css):
DIV.search{
padding:0;
}
DIV.search > *, .search .button{
margin:0;
}
DIV.search{
padding:0;
}
DIV.search > *, .search .button{
margin:0;
}
Last edit: 12 years 5 months ago by ivan.milic.
Please Log in to join the conversation.
-
consul
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 117
- Thank you received: 0
12 years 5 months ago #22500
by consul
Replied by consul on topic searchbuttom
nothing changed... still same as before
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 5 months ago #22507
by ivan.milic
Replied by ivan.milic on topic searchbuttom
try this, find this in template_css.css:
.search .inputbox {
color:#94969e;
padding:0 0 0 10px;
margin:0;
background:#061c21;
position:relative;
border:1px solid #000;
font-size:10px;
-moz-border-radius:8px 0px 0px 8px;
-webkit-border-radius:8px 0px 0px 8px;
border-radius:8px 0px 0px 8px;
text-transform:uppercase;
}
replace
.search .inputbox {
with
DIV.search {
leave changes from my past post active
.search .inputbox {
color:#94969e;
padding:0 0 0 10px;
margin:0;
background:#061c21;
position:relative;
border:1px solid #000;
font-size:10px;
-moz-border-radius:8px 0px 0px 8px;
-webkit-border-radius:8px 0px 0px 8px;
border-radius:8px 0px 0px 8px;
text-transform:uppercase;
}
replace
.search .inputbox {
with
DIV.search {
leave changes from my past post active
Please Log in to join the conversation.
Time to create page: 0.092 seconds