Update: Auth Claims Refinement, Job Creation

Auth Claims for Job Creation types, user details.
This commit is contained in:
Gary Sharp
2014-02-04 17:41:00 +11:00
parent eea71e6eb0
commit 7748f15d76
39 changed files with 1296 additions and 899 deletions
+18
View File
@@ -553,14 +553,17 @@
background-color: @white;
}
}
#Job_Show_Queues_Actions_EditAddedComment_Dialog, #Job_Show_Queues_Actions_EditRemovedComment_Dialog, #Job_Show_Queues_Actions_EditSla_Dialog {
h4 {
margin-bottom: 4px;
}
}
#Job_Show_Queues_Actions_EditAddedComment_Dialog_Comment {
width: 280px;
}
#Job_Show_Queues_Actions_EditRemovedComment_Dialog_Comment {
width: 280px;
}
@@ -789,3 +792,18 @@
}
}
}
#createJobRedirect {
h1 {
margin-top: 60px !important;
margin-bottom: 60px;
}
& > div {
text-align: right;
i {
margin-right: 10px;
}
}
}