Category's

Skinning and designing Serendipity (CSS, HTML, Smarty)
Post Reply
northern
Regular
Posts: 11
Joined: Thu Feb 15, 2007 12:16 am

Category's

Post by northern »

http://blog.workingclassheroes.co.uk

Hey guys, thanks for all your help so far, seems to be a great community here!

Ok another set back for me :) on my blog that im currently skinning ^ I would like to move the tick boxes from categorys to the far right side rather than on the left side.

Is this possible and if you wouldnt mind :) how!

Al.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Category's

Post by garvinhicking »

Hi!

Try this CSS:

Code: Select all

.container_serendipity_categories_plugin input {
float: right;
margin-top: 15px;
}
.category_link_all {
clear: both;
}
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/
northern
Regular
Posts: 11
Joined: Thu Feb 15, 2007 12:16 am

Post by northern »

Worked a charm mate thank you :)
Do you know if its possible to make custom tick boxes and go button?
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!

No, browsers have no support for customized radio/checkboxes, you need to use the one supplied by your OS.

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/
Post Reply