Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: A new TXP 4.2.0+ Admin Theme inspired by txpcoder.com
mwr wrote:
Just one tiny thing in Safari. The white background of the logout icon intrudes into the light grey bar below it by one pixel when not hovering. Told you it was tiny — but if you’re like me it will drive you crazy.
Haha, I just noticed that, how did I miss it? Thanks for letting me know.
I will update the css tomorrow
Admin Themes Prometheus | Stung | <txp:coder/
My Portfolio | ɹǝpuɐz.com | @MrMartineau
<txp:coder /> – Convert your designs into Textpattern-based websites
jQuery Style | @jquerystyle
Offline
Re: A new TXP 4.2.0+ Admin Theme inspired by txpcoder.com
Thanks very much Zander. This is a great theme! Thank you for sharing. Excuse my ignorance but is there any way to make the Pages & Forms edit area wider?
Offline
Re: A new TXP 4.2.0+ Admin Theme inspired by txpcoder.com
smdnetau wrote:
Thanks very much Zander. This is a great theme! Thank you for sharing. Excuse my ignorance but is there any way to make the Pages & Forms edit area wider?
There is a way to make the areas bigger, but I don’t think changing the theme is the best answer, my suggestion is to use Safari because, at least for me on my Mac, you can resize the edit areas to whatever size you like. I always use Safari to edit my Textpattern sites because of this.
Admin Themes Prometheus | Stung | <txp:coder/
My Portfolio | ɹǝpuɐz.com | @MrMartineau
<txp:coder /> – Convert your designs into Textpattern-based websites
jQuery Style | @jquerystyle
Offline
Offline
Re: A new TXP 4.2.0+ Admin Theme inspired by txpcoder.com
Gocom wrote:
CSS3 supports element resizing. It can also be done with extensions in most browser and ofcourse with JavaScript.
Good idea, I hadn’t thought of that. I will check out CSS 3 tomorrow and add your suggestion, and maybe more, to the theme. Cheers Gocom
Admin Themes Prometheus | Stung | <txp:coder/
My Portfolio | ɹǝpuɐz.com | @MrMartineau
<txp:coder /> – Convert your designs into Textpattern-based websites
jQuery Style | @jquerystyle
Offline
Re: A new TXP 4.2.0+ Admin Theme inspired by txpcoder.com
Thanks Zander but I’m a FF man myself. I’ve got a 24” monitor I’d like to make use of too. Without mucking about with your CSS I just added this at the end:
tr td.column:nth-of-type(2), #page-form tr td:nth-of-type(2), #page-css tr td:nth-of-type(2) {
width: 80%;
}
textarea#html.code, textarea#form.code, textarea#css.code {
width: 100%;
}
I’m no css expert but it seems to do the trick for me and it resizes with the browser.
Offline
Re: A new TXP 4.2.0+ Admin Theme inspired by txpcoder.com
smdnetau wrote:
Thanks Zander but I’m a FF man myself. I’ve got a 24” monitor I’d like to make use of too. Without mucking about with your CSS I just added this at the end:
tr td.column:nth-of-type(2), #page-form tr td:nth-of-type(2), #page-css tr td:nth-of-type(2) {
width: 80%;
}
textarea#html.code, textarea#form.code, textarea#css.code {
width: 100%;
}
I’m no css expert but it seems to do the trick for me and it resizes with the browser.
Nice work, I’m glad you found your solution. I found out though, that Firefox does not support the CSS3 resize function, I added it anyway, but it won’t show for Firefox. If you do want wider textareas, I suggest adding smdnetau’s CSS beneath mine.
I have also updated the theme to fix some inconsistencies between browsers and should hopefully now be pixel perfect… Please re-download the theme for best results.
Admin Themes Prometheus | Stung | <txp:coder/
My Portfolio | ɹǝpuɐz.com | @MrMartineau
<txp:coder /> – Convert your designs into Textpattern-based websites
jQuery Style | @jquerystyle
Offline