summaryrefslogtreecommitdiffstats
path: root/public/stylesheets
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2015-11-01 09:06:58 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2015-11-01 09:06:58 +0000
commit90259f4f736129f19304d8541a8fe025bfcd8f32 (patch)
treef08767394ef3ac5af37f93a7b76d902e2d484fda /public/stylesheets
parent0df7fa714b42fc8d5eece57689433b9f60c8d3d7 (diff)
downloadredmine-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.css5
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;