Feature #26: User Flags
Flags can be associated with Users. Includes minor updates to Job Queues and improved visibility of user information.
This commit is contained in:
@@ -702,6 +702,21 @@ table {
|
||||
}
|
||||
}
|
||||
|
||||
table.userTable {
|
||||
div.flags {
|
||||
display: inline-block;
|
||||
float: right;
|
||||
|
||||
& > i {
|
||||
cursor: default;
|
||||
|
||||
& > .details {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.jobStatus {
|
||||
color: @StatusUnknown;
|
||||
|
||||
@@ -1169,6 +1184,23 @@ div.disco-attachmentUpload-imageDialog {
|
||||
height: 540px !important;
|
||||
}
|
||||
|
||||
body > .User_FlagAssignment_Tooltip {
|
||||
span.name {
|
||||
display: block;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
span.comments {
|
||||
display: block;
|
||||
padding: 2px 0 2px 4px;
|
||||
}
|
||||
|
||||
span.added {
|
||||
font-style: italic;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
}
|
||||
|
||||
// Priority Colours
|
||||
.d-priority-high {
|
||||
color: @PriorityHigh;
|
||||
|
||||
Reference in New Issue
Block a user