mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°330 attachments size column : right align (both on console and portal)
Allows easier comparison to see bigger files
This commit is contained in:
@@ -3850,3 +3850,8 @@ input:checked + .slider:before {
|
||||
.pull-right { float: right; }
|
||||
.pull-left { float: left; }
|
||||
|
||||
|
||||
table.attachmentsList tr>td:nth-child(3) {
|
||||
text-align: right;
|
||||
padding-right: 0.5em;
|
||||
}
|
||||
@@ -1121,6 +1121,9 @@ table .group-actions {
|
||||
.attachments_container .attachmentsList tbody > tr > td:first-child {
|
||||
text-align: center;
|
||||
}
|
||||
.attachments_container .attachmentsList tbody > tr > td:nth-child(3) {
|
||||
text-align: right;
|
||||
}
|
||||
.attachments_container .attachment {
|
||||
height: 4em;
|
||||
}
|
||||
|
||||
@@ -1207,6 +1207,9 @@ table .group-actions .item-action-wrapper .panel-body > p:last-child{
|
||||
&:first-child {
|
||||
text-align: center;
|
||||
}
|
||||
&:nth-child(3) {
|
||||
text-align: right;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user