Freetagging plugin: fontsize (backend)

Creating and modifying plugins.
Post Reply
hgoor
Regular
Posts: 297
Joined: Thu Jan 06, 2005 11:46 am

Freetagging plugin: fontsize (backend)

Post by hgoor »

Hi,

I use the freetagging plugin but when using it in the backend (adding a story), the font-size is to small for me to be reading/adding the tags confortably on my 1280 display.

I would appreciate it if in a new version there is some control over the fontsize for the backend.
"If life is worth living, it's worth documenting" -- Adam Curry ("Podfather")

Bloggers@large: http://www.vandegoor.com
iLounge Radio: http://www.hostingperfect.net:8004/listen.pls
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Freetagging plugin: fontsize (backend)

Post by garvinhicking »

Hi!

I just committed version 2.59, so that the backend freetag list has a new CSS class "#backend_freetag_list" which you can style in your themes admin/style.css file!

Best 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/
hgoor
Regular
Posts: 297
Joined: Thu Jan 06, 2005 11:46 am

Re: Freetagging plugin: fontsize (backend)

Post by hgoor »

garvinhicking wrote:Hi!

I just committed version 2.59, so that the backend freetag list has a new CSS class "#backend_freetag_list" which you can style in your themes admin/style.css file!

Best regards,
Garvin
Now, if only I had some knowlegde of HTML/CSS that would make me real happy...

Unfortunately you're talking to a total n00b and I'm the kind of person that just like to push a pre-defined button that says: "increase frontsize" or choose from a dropdown list that shows font-sizes :D

I'm more of a Captain Picard kinda guy: "Make it so" :D
"If life is worth living, it's worth documenting" -- Adam Curry ("Podfather")

Bloggers@large: http://www.vandegoor.com
iLounge Radio: http://www.hostingperfect.net:8004/listen.pls
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Freetagging plugin: fontsize (backend)

Post by garvinhicking »

Hi!

Oh, okay. :)

Just enter this in your admin/style.css at the end:

Code: Select all

#backend_freetag_list, #backend_freetag_list a {
 font-size: 13px !important;
}
Making this a config option is IMHO quite overkill. :)

Best 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/
hgoor
Regular
Posts: 297
Joined: Thu Jan 06, 2005 11:46 am

Post by hgoor »

Haha overkill for who? Not all the point-and-click n00bs of this world!

But thanks: this is "manageble" for me (copy & paste) LOL

:lol:

Uhm, WHAT file is it exactly: I do not see a admin/style.css?
"If life is worth living, it's worth documenting" -- Adam Curry ("Podfather")

Bloggers@large: http://www.vandegoor.com
iLounge Radio: http://www.hostingperfect.net:8004/listen.pls
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!

If your template doesn't have such a file, you can copy over the file from templates/default/admin/style.css into your style directory. Or straightly modify the default admin/style.css :)

Best 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