Improve the Additional Tags plugin display

This commit is contained in:
Guillaume AGNIERAY
2023-03-23 22:24:13 +01:00
parent 9d2eed48f8
commit ee5f7c953a
2 changed files with 42 additions and 1 deletions

View File

@@ -75,6 +75,47 @@
margin-right: $padding-side;
}
//
// Additional tags
// https://www.redmine.org/plugins/additional_tags
// --------------------------------------------------
.issue .tags.attribute {
padding-left: 160px;
.label {
width: 160px;
margin-left: -160px;
}
#tags-data {
padding-top: 3px;
}
}
#main {
.additional-tag-label-color {
font-weight: 600;
text-transform: uppercase;
}
#admin-menu a.additional-tags::before {
font-size: 1em;
}
}
#wiki_tags,
#edit-tags-form {
.select2-container {
margin-bottom: 5px;
&.select2-container--default .select2-selection--multiple .select2-selection__rendered {
margin: 0;
padding: 3px;
}
}
}
//
// Redmine Dashboard

File diff suppressed because one or more lines are too long