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.
Freetagging plugin: fontsize (backend)
Freetagging plugin: fontsize (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
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)
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
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/
# 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/
Re: Freetagging plugin: fontsize (backend)
Now, if only I had some knowlegde of HTML/CSS that would make me real happy...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
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"
"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
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)
Hi!
Oh, okay.
Just enter this in your admin/style.css at the end:
Making this a config option is IMHO quite overkill. 
Best regards,
Garvin
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;
}
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/
# 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/
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?
But thanks: this is "manageble" for me (copy & paste) 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
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:
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
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/
# 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/