mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-21 16:22:20 +02:00
N°803 - Allow display & edition of attributes on n:n relations on Portal
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -1802,3 +1802,22 @@ table .group-actions .item-action-wrapper .panel-body > p:last-child{
|
||||
.wiki_broken_link {
|
||||
text-decoration: line-through;
|
||||
}
|
||||
|
||||
/**********************************************************/
|
||||
/* Shameful area (things that should be refactored soon) */
|
||||
/**********************************************************/
|
||||
|
||||
/* Hide attributes label in link set edition, will be fixed during attributes refactoring */
|
||||
.form_linkedset_wrapper label {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Add mandatory field column label */
|
||||
.form_linkedset_wrapper .dataTables_scrollHead th.mandatory:after {
|
||||
content: "*";
|
||||
position: relative;
|
||||
left: 3px;
|
||||
color: #EA7D1E;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user