How to reduce the button "go" of "categories&
How to reduce the button "go" of "categories&
Anyone to help? How to reduce the widht of the button "go" of "categories"
Sorry for bad english, I´m german 
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: How to reduce the button "go" of "categor
You can do that with CSS:
HTH,
Garvin
Code: Select all
.serendipity_categories_plugin input {
width: 15px;
}
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
As I mentioned 3 times now already: People can only help you if you publish your url.
"button" can only be used in CSS assignments for firefox, it will not work in IE:
Regards,
Garvin
"button" can only be used in CSS assignments for firefox, it will not work in IE:
Code: Select all
.serendipity_categories_plugin input[type=submit] {
color: red;
}
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/