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:
@@ -745,6 +745,16 @@ table.genericData td.id a {
|
||||
.dataTables_wrapper table > thead tr > th.sorting_disabled {
|
||||
background-image: none;
|
||||
}
|
||||
table.userTable div.flags {
|
||||
display: inline-block;
|
||||
float: right;
|
||||
}
|
||||
table.userTable div.flags > i {
|
||||
cursor: default;
|
||||
}
|
||||
table.userTable div.flags > i > .details {
|
||||
display: none;
|
||||
}
|
||||
.jobStatus {
|
||||
color: #333333;
|
||||
}
|
||||
@@ -1182,6 +1192,18 @@ div.disco-attachmentUpload-imageDialog {
|
||||
width: 720px !important;
|
||||
height: 540px !important;
|
||||
}
|
||||
body > .User_FlagAssignment_Tooltip span.name {
|
||||
display: block;
|
||||
font-weight: bold;
|
||||
}
|
||||
body > .User_FlagAssignment_Tooltip span.comments {
|
||||
display: block;
|
||||
padding: 2px 0 2px 4px;
|
||||
}
|
||||
body > .User_FlagAssignment_Tooltip span.added {
|
||||
font-style: italic;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
.d-priority-high {
|
||||
color: #fa6800;
|
||||
width: 1.2857142857142858em;
|
||||
|
||||
Reference in New Issue
Block a user