diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-11-01 09:06:58 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-11-01 09:06:58 +0000 |
commit | 90259f4f736129f19304d8541a8fe025bfcd8f32 (patch) | |
tree | f08767394ef3ac5af37f93a7b76d902e2d484fda /public/stylesheets | |
parent | 0df7fa714b42fc8d5eece57689433b9f60c8d3d7 (diff) | |
download | redmine-90259f4f736129f19304d8541a8fe025bfcd8f32.tar.gz redmine-90259f4f736129f19304d8541a8fe025bfcd8f32.zip |
Give numbers in query sort criteria consistent width for non-monospaced fonts (#21119).
Patch by Felix Gliesche.
git-svn-id: http://svn.redmine.org/redmine/trunk@14790 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/stylesheets')
-rw-r--r-- | public/stylesheets/application.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 45dce69d4..6a367bb9b 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -264,6 +264,11 @@ table.messages td.last_message {text-align:left;} #query_form_content {font-size:90%;} +.query_sort_criteria_count { + display: inline-block; + min-width: 1em; +} + table.query-columns { border-collapse: collapse; border: 0; |