Closed (won't fix)
Project:
Orange
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
2 Nov 2010 at 19:12 UTC
Updated:
9 Nov 2010 at 18:37 UTC
Can someone please tell me how to fix the appearace of my buttons?
They only look normal in safari (Mac os), in chrome somewhat ok (linux and win), but with firefox (linux and win) it looks like incomplete. (see the attached pics)
Thx.
| Comment | File | Size | Author |
|---|---|---|---|
| Login_button.png | 16.07 KB | sapox | |
| search_button.png | 2.39 KB | sapox |
Comments
Comment #1
Deepika.chavan commentedHi,
Please change
repeat-xtorepeatin the background property of 'input[type=submit] ' and 'input[type=submit]:hover' attributes in ' style.css ' file.In my case I changed
to
similarly changed
to
OR
Please change value of padding property of same attribute
In my case I changed
to
Rgrds,
Deepika Chavan.
Comment #2
nomonstersinme commentedUnfortunately I have no plans to edit the 1.3 version of this theme, but the above comment will solve the issue for you.
Comment #3
sapox commentedThx, that helped a lot.