mirror of
https://github.com/redmine/redmine.git
synced 2025-12-16 05:20:28 +01:00
Fix duplicate selector (#32890).
Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@19475 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -799,6 +799,7 @@
|
|||||||
#issue_tree .issue > td.subject, #relations .issue > td.subject {
|
#issue_tree .issue > td.subject, #relations .issue > td.subject {
|
||||||
width: 100% !important; /* let subject have one full width column */
|
width: 100% !important; /* let subject have one full width column */
|
||||||
word-break: break-word; /* break word if subject is too long */
|
word-break: break-word; /* break word if subject is too long */
|
||||||
|
padding-right: 25px; /* this is the spaces that .buttons uses next to subject */
|
||||||
}
|
}
|
||||||
|
|
||||||
#issue_tree .issue > td:not(.checkbox), #relations .issue > td:not(.checkbox) {
|
#issue_tree .issue > td:not(.checkbox), #relations .issue > td:not(.checkbox) {
|
||||||
@@ -825,11 +826,6 @@
|
|||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
#issue_tree .issue > td.subject,
|
|
||||||
#relations .issue > td.subject {
|
|
||||||
padding-right: 25px; /* this is the spaces that .buttons uses next to subject */
|
|
||||||
}
|
|
||||||
|
|
||||||
/* attachment upload form */
|
/* attachment upload form */
|
||||||
.attachments_fields span {
|
.attachments_fields span {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|||||||
Reference in New Issue
Block a user