rejetto forum

Software => HFS ~ HTTP File Server => HTML & templates => Topic started by: constax on October 22, 2020, 03:30:44 PM

Title: How to change button width?
Post by: constax on October 22, 2020, 03:30:44 PM
I changed the default template. I make a translation of the buttons into Russian and placed them as it is convenient for me. Buttons stretch to the default text width. Question... how to change the width of the buttons in the "Actions" block to the full width of the block or make them the same width?  TNX...
Title: Re: How to change button width?
Post by: dj on October 23, 2020, 05:01:21 AM
welcome,

add to Diff template
Code: [Select]
[+]
<style>
#actions button {display:block; width:100%;}
</style>