Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: Feedback to: Textpattern CMS 4.6.0 released
I can put that rule into the code if you all find it too wide right now. Let me know ASAP as we want to get 4.6.1 out in next few days.
Offline
Re: Feedback to: Textpattern CMS 4.6.0 released
philwareham wrote #301757:
I’ve remade an interpretation of the Classic admin theme in latest 4.7.0-dev and 4.6.1-dev branches. Give it a spin if you want.
Awesome to have it back. Strangely enough though after getting used to Hive of lately it really looks dated. Especially when it comes to something like Page Templates – the textarea seems so narrow now compared to Hive.
Offline
Re: Feedback to: Textpattern CMS 4.6.0 released
phiw13 wrote #301779:
.txp-prefs-group { max-width: 50em; } /* adjust to taste */...
Yes, good solution.
Personnally I just fix a flex-basis
and remove flex-grow
for label
.txp-prefs-group .txp-form-field-label { flex: 0 1 20em; }
and add a :hover effect on form-field for better usability
.txp-prefs-group .txp-form-field:hover {
background-color: #F7F7F7;
box-shadow: 0 0 0 5px #F7F7F7;;
}
Offline
Re: Feedback to: Textpattern CMS 4.6.0 released
OK, I’ve put an upper limit on the pref group widths now to make it more readable. Thanks all!
Offline
Re: Feedback to: Textpattern CMS 4.6.0 released
I just want to say that I love the way the text field in the write tab expands to fit the length of what it is written. I always felt that the traditional two vertical scroll bars (browser and text field) were messy and confusing whenever I needed to edit things quickly.
It’s the little things that make our lives easier. Thanks!
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
Re: Feedback to: Textpattern CMS 4.6.0 released
colak wrote #301788:
I just want to say that I love the way the text field in the write tab expands to fit the length of what it is written. I always felt that the traditional two vertical scroll bars (browser and text field) were messy and confusing whenever I needed to edit things quickly.
It’s the little things that make our lives easier. Thanks!
Could we have the same functionality for the presentation fields?
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
Re: Feedback to: Textpattern CMS 4.6.0 released
colak wrote #301789:
Could we have the same functionality for the presentation fields?
I did try that but it doesn’t work as well for code, I felt. The textareas could be absolutely massive in length.
Offline
Re: Feedback to: Textpattern CMS 4.6.0 released
philwareham wrote #301790:
I did try that but it doesn’t work as well for code, I felt. The textareas could be absolutely massive in length.
fair enough
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
Re: Feedback to: Textpattern CMS 4.6.0 released
colak wrote #301792:
fair enough
I’ve just put a CSS rule into the 4.6.1 and 4.7.0 branches which makes the textareas better optimised to available screen area (height: 64vh
), that will help in part.
Offline
Re: Feedback to: Textpattern CMS 4.6.0 released
hidalgo wrote #301767:
http://www.domain.com//static.domain.com/images/01.jpg
This should be fixed in 4.6.1, thanks for the report. If you wish to test it, grab the maintenance branch from the main repo.
The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.
Txp Builders – finely-crafted code, design and Txp
Offline
Offline
Re: Feedback to: Textpattern CMS 4.6.0 released
Morning all,
I’ve added basic styling for tables regardless of if they have a class
supplied now, as suggested. See documentation here. Done in both 4.7.0 and 4.6.1 branches.
Offline