mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
N°330 Fix first column not centered when creating attachment on new ticket
This commit is contained in:
@@ -3851,7 +3851,14 @@ input:checked + .slider:before {
|
||||
.pull-left { float: left; }
|
||||
|
||||
|
||||
table.attachmentsList tr>td:nth-child(3) {
|
||||
text-align: right;
|
||||
padding-right: 0.5em;
|
||||
}
|
||||
table.attachmentsList {
|
||||
&>tbody{
|
||||
&>tr>td:first-child {
|
||||
text-align: center;
|
||||
}
|
||||
&>tr>td:nth-child(3) {
|
||||
text-align: right;
|
||||
padding-right: 0.5em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user