Actions
Patch #872
closedIssues - placement of buttons in filter
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
2008-03-16
Due date:
% Done:
100%
Estimated time:
Description
I see that new users tend to not "find" the buttons to apply a filter and such.
It seems that it would be more intuitive with a left-alignment than the current right-alignment.
I will attach two .jpgs to illustrate.
Kai
Files
Updated by Kai Olav Fredriksen over 16 years ago
Updated by W Snyder over 16 years ago
I had the same concern; I've found you only need to change the line below.
I'd recommend this be merged into the mainline, it seems less confusing.
--- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -159,7 +159,7 @@ div.issue {background:#ffffdd; padding:6px; margin-bottom:6px;border: 1px solid p.breadcrumb { font-size: 0.9em; margin: 4px 0 4px 0;} p.subtitle { font-size: 0.9em; margin: -6px 0 12px 0; font-style: italic; } -fieldset#filters .buttons { text-align: right; font-size: 0.9em; margin: 0 4px 0px 0; } +fieldset#filters .buttons { text-align: left; font-size: 0.9em; margin: 0 4px 0px 0; } div#issue-changesets {float:right; width:45%; margin-left: 1em; margin-bottom: 1em; background: #fff; padding-left: 1em; font-size: 90%;} div#issue-changesets .changeset { padding: 4px;}
Updated by Jean-Philippe Lang over 16 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset r1346.
Actions