How to reduce the button "go" of "categories&

Skinning and designing Serendipity (CSS, HTML, Smarty)
Post Reply
bailey87
Regular
Posts: 72
Joined: Sun Dec 04, 2005 12:26 pm

How to reduce the button "go" of "categories&

Post by bailey87 »

Anyone to help? How to reduce the widht of the button "go" of "categories"
Sorry for bad english, I´m german :lol:
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

Post by garvinhicking »

You can do that with CSS:

Code: Select all

.serendipity_categories_plugin input {
 width: 15px;
}
HTH,
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/
bailey87
Regular
Posts: 72
Joined: Sun Dec 04, 2005 12:26 pm

Post by bailey87 »

that doesn´t work... and in your code isn´t defined something with "button" :?
Sorry for bad english, I´m german :lol:
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

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:

Code: Select all

.serendipity_categories_plugin input[type=submit] {
  color: red;
}
Regards,
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/
Post Reply