Nicolas Zagulajew wrote:
Well I tend to agree with this issue. In my configuration I have some sub-subdirectories, and it is sometimes rather confusing. I'm well aware that my configuration is not the current one for everybody, although, the solution may be a kind of "splitbar".. Would it be possible ?
First off - fantastic program. I've recently rebuild my personal server and saw a recommendation for this software. Maybe early days, but it shows so much promise!
Although I agree with some parts about the folders menu, I don't have a problem with the truncation. However, I did feel it needed to be a little bigger. I've attached a diff of my current main.css file (the folders menu has been increased by about 20%).
ATM, it's only about four points, so it should be quite easy to change the diff file (or the main file) and increase/decrease it to the size you want.
Thinking about it, if you set it to an option in the configuration, you could have roundcube spit out the four points as part of each page instead of editing the CSS file, e.g:
$width = 200; #mailcontframe { left: ($width+50)px; } #mailboxlist-header { width: ($width)px !important; } #mailboxlist-container { width: ($width+20)px; } #messageframe { left ($width+50)px; }