SimpleDesk

SimpleDesk! => SimpleDesk Tracker => Topic started by: wintstar on December 07, 2015, 06:19:32 PM

Title: Enhancement requests column dl.settings dt
Post by: wintstar on December 07, 2015, 06:19:32 PM
SimpleDesk version: SimpleDesk 2.0 Anatidae

For other languages, the texts in the field of Administration columns are slightly too short:

index.css
Code (css) Select
dl.settings dt {    clear: both;    float: left;    margin: 0 0 10px;    padding: 0;    width: 40%;}

Thus, the line does not wrap, a width of 50% would be better.
Title: Re: Enhancement requests column dl.settings dt
Post by: wintstar on December 08, 2015, 12:34:56 PM
I'll change that with my German language pack with install.xml.
Title: Re: Enhancement requests column dl.settings dt
Post by: SleePy on December 10, 2015, 10:52:49 PM
I'm no GUI expert but I believe this is because we float dt and dd side by side.  If you do 50% it will auto wrap down a line in most cases.  40% is a safe room to allow the browser to "resize" the widths and prevent this.
Title: Re: Enhancement requests column dl.settings dt
Post by: wintstar on December 11, 2015, 02:33:08 AM
   That is right, is tricky. Some German words are longer than in English.
Title: Re: Enhancement requests column dl.settings dt
Post by: SleePy on July 18, 2018, 03:52:13 PM
Marking this resolved for the new version.  The UI changes have resolved this from what i can tell.