mirror of
https://github.com/redmine/redmine.git
synced 2026-05-07 18:17:27 +02:00
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
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user