mirror of
https://github.com/meineerde/redmine.git
synced 2026-01-31 19:47:14 +00:00
Fixes some align issues on Calendar, Gantt, Files section from issue page and on mobile version (#23980).
git-svn-id: https://svn.redmine.org/redmine/trunk@23093 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
c128e47a56
commit
ad9f3f16e6
@ -1667,6 +1667,7 @@ td.gantt_selected_column .gantt_hdr,.gantt_selected_column_container {
|
||||
.icon, .icon-only {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
a.icon:hover svg, a.icon-only:hover svg {
|
||||
@ -1699,6 +1700,7 @@ svg {
|
||||
stroke: #169;
|
||||
fill: none;
|
||||
stroke-width: 1.5;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
&.s20 {
|
||||
|
||||
@ -604,7 +604,7 @@
|
||||
p.buttons a {
|
||||
font-weight: bold;
|
||||
|
||||
display: inline-block;
|
||||
display: inline-flex;
|
||||
|
||||
margin: 5px 0;
|
||||
margin-right: 2px;
|
||||
@ -624,8 +624,8 @@
|
||||
padding-bottom: 9px;
|
||||
}
|
||||
|
||||
#content>.contextual a.icon,
|
||||
p.buttons a.icon {
|
||||
#content>.contextual a.icon:not(:has(svg)),
|
||||
p.buttons a.icon:not(:has(svg)) {
|
||||
background-position-x: 4px;
|
||||
padding-left: 25px;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user