mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-19 15:01:14 +00:00
Query totals and query buttons overlaps on small screens (#24274).
Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@16045 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
af1182c8ba
commit
e8c17ac6d7
@ -382,7 +382,7 @@ table.query-columns td.buttons {
|
||||
}
|
||||
table.query-columns td.buttons input[type=button] {width:35px;}
|
||||
.query-totals {text-align:right;}
|
||||
.query-totals>span {margin-left:0.6em;}
|
||||
.query-totals>span:not(:first-child) {margin-left:0.6em;}
|
||||
.query-totals .value {font-weight:bold;}
|
||||
body.controller-issues .query-totals {margin-top:-2.3em;}
|
||||
|
||||
|
||||
@ -728,6 +728,12 @@
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* issues page */
|
||||
body.controller-issues p.query-totals {
|
||||
margin-top: 0px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
/* subtasks and related issues list on issue show */
|
||||
#issue_tree .issues, #relations .issues {
|
||||
border-collapse: separate;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user