http://hg.code.sf.net:8000/p/roundup/code/atom-log/tip/website/issues/html/style.css Mercurial Repository: p/roundup/code: website/issues/html/style.css history 2021-08-28T21:43:11-04:00 Change spacing for file addition; larger comment block; top label http://hg.code.sf.net:8000/p/roundup/code/#changeset-10a8a6bc46678cff110ac0cac0cdae530a7b537b John Rouillard rouilj@ieee.org 2021-08-28T21:43:11-04:00 2021-08-28T21:43:11-04:00
changeset 10a8a6bc4667
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description Change spacing for file addition; larger comment block; top label

Add padding to file input not the close button. This groups the clear
button with its file input.

Comment block becomes larger.

In table layout, make header and data align to top of cell.
Add padding to in table headers, makes the rows easier to scan.
files
Implement file upload by drag and drop and paste. Table formatting http://hg.code.sf.net:8000/p/roundup/code/#changeset-83b67f65b8ff34e6459b1332c717bc0d8e082d62 John Rouillard rouilj@ieee.org 2021-07-05T01:24:37-04:00 2021-07-05T01:24:37-04:00
changeset 83b67f65b8ff
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description Implement file upload by drag and drop and paste. Table formatting

Move file description from below the file upload into the table on
same line as file upload.

Implement
https://wiki.roundup-tracker.org/FileUploadViaDragDropAndPaste

for table structure. Added creation of description field along with
file input field.

On tables align header fields that do not span rows (i.e. column
headers) on the left. Table titles/grouping span multiple columns.
Also do not align column headers left on the index page which uses the
.list class.

Also add some padding to th to increase space and improve readability.

For message and files tables make them 95% of the width of their
container. It makes the headers for messages and files more readable
by adding space.
files
improve contrast in footer. http://hg.code.sf.net:8000/p/roundup/code/#changeset-d7f2dfad17c10114e8c909ccc37fcab156a3ff69 John Rouillard rouilj@ieee.org 2020-07-28T15:34:14-04:00 2020-07-28T15:34:14-04:00
changeset d7f2dfad17c1
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description improve contrast in footer.

Was too low and difficult to read even with grey.
files
Usability changes http://hg.code.sf.net:8000/p/roundup/code/#changeset-88e0a54aa83c0e5f373055b9cb4b5b7392d59c9b John Rouillard rouilj@ieee.org 2020-07-24T15:45:17-04:00 2020-07-24T15:45:17-04:00
changeset 88e0a54aa83c
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description Usability changes

Increase darkenss of footer. Insufficient contrast using lightgrey,
change to grey which is still subdued compared to black but has more
contrast against white background.

Add aria-labels to search/jumpto fields whose labels are contained in
the buttons that submit the form.

Add aria-label to password field.
files
update tracker. Make sure required fields are marked. Update credits. http://hg.code.sf.net:8000/p/roundup/code/#changeset-4be81616e38a85cccbce24e2a719c855522caf41 John Rouillard rouilj@ieee.org 2020-02-27T21:50:39-05:00 2020-02-27T21:50:39-05:00
changeset 4be81616e38a
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description update tracker. Make sure required fields are marked. Update credits.
files
similar issue to history table misalignment with multiline help descriptions http://hg.code.sf.net:8000/p/roundup/code/#changeset-26811e2031f6f81e853b92ca0a510594742e2122 John Rouillard rouilj@ieee.org 2016-06-19T01:38:22-04:00 2016-06-19T01:38:22-04:00
changeset 26811e2031f6
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description similar issue to history table misalignment with multiline help descriptions
files
issue2550809 History display misalignment. Fix the misalignment patch from classic tracker http://hg.code.sf.net:8000/p/roundup/code/#changeset-b5afae9022cf5ab04d0af1b1d7464e72462a51eb John Rouillard rouilj@ieee.org 2016-06-19T00:38:27-04:00 2016-06-19T00:38:27-04:00
changeset b5afae9022cf
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description issue2550809 History display misalignment. Fix the misalignment patch from classic tracker
files
website/issues css: Get space between issue list columns http://hg.code.sf.net:8000/p/roundup/code/#changeset-c69eadd1ad15346227e4bee13ed26c0786b66144 anatoly techtonik techtonik@gmail.com 2014-12-14T13:24:52+03:00 2014-12-14T13:24:52+03:00
changeset c69eadd1ad15
branch
bookmark
tag
user anatoly techtonik <techtonik@gmail.com>
description website/issues css: Get space between issue list columns
files
issue2550793: Wrap messages with very long lines in the web interface. http://hg.code.sf.net:8000/p/roundup/code/#changeset-7ed1893ea3ac16d0e659f66e62913df673f2e71b Thomas Arendsen Hein thomas@intevation.de 2014-03-11T10:13:58+01:00 2014-03-11T10:13:58+01:00
changeset 7ed1893ea3ac
branch
bookmark
tag
user Thomas Arendsen Hein <thomas@intevation.de>
description issue2550793: Wrap messages with very long lines in the web interface.

Applied to templates classic, devel, minimal and website/issues.
jinja2 and responsive should already have this through bootstrap.
files
website/issues: move tracker.css into style.css (as done in the devel template) http://hg.code.sf.net:8000/p/roundup/code/#changeset-22d57206a93b3362ce68e209d96fe3fe28bf469a Thomas Arendsen Hein thomas@intevation.de 2014-03-11T09:31:08+01:00 2014-03-11T09:31:08+01:00
changeset 22d57206a93b
branch
bookmark
tag
user Thomas Arendsen Hein <thomas@intevation.de>
description website/issues: move tracker.css into style.css (as done in the devel template)
files
[website] less indenting http://hg.code.sf.net:8000/p/roundup/code/#changeset-277aca1f531d1c0f2d73bed53383c0f919e21480 Richard Jones richard@users.sourceforge.net 2009-02-12T02:13:51+00:00 2009-02-12T02:13:51+00:00
changeset 277aca1f531d
branch website
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description less indenting
files
[website] svn repository setup http://hg.code.sf.net:8000/p/roundup/code/#changeset-c2d0d3e9099db60e3178bfd953f6443bb3ba9f9e Stefan Seefeld stefan@users.sourceforge.net 2009-02-06T13:16:31+00:00 2009-02-06T13:16:31+00:00
changeset c2d0d3e9099d
branch website
bookmark
tag
user Stefan Seefeld <stefan@users.sourceforge.net>
description svn repository setup
files