Page 1 of 1
Freetagging plugin: fontsize (backend)
Posted: Wed Jul 19, 2006 10:34 am
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.
Re: Freetagging plugin: fontsize (backend)
Posted: Thu Jul 20, 2006 10:55 am
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
Re: Freetagging plugin: fontsize (backend)
Posted: Thu Jul 20, 2006 11:29 am
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
I'm more of a Captain Picard kinda guy: "Make it so"

Re: Freetagging plugin: fontsize (backend)
Posted: Thu Jul 20, 2006 12:15 pm
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
Posted: Thu Jul 20, 2006 5:52 pm
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
Uhm, WHAT file is it exactly: I do not see a admin/style.css?
Posted: Fri Jul 21, 2006 10:14 am
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