Update: Quick Log & Queue Support

This commit is contained in:
Gary Sharp
2014-02-18 17:26:03 +11:00
parent 0db43d9200
commit 6ac87633ac
7 changed files with 75 additions and 65 deletions
+3
View File
@@ -724,6 +724,9 @@
#createJob_Container #createJob_SubTypes li.highlight i {
display: inline-block;
}
#createJob_Container #createJob_SubTypes.isQuickLog li i {
display: none;
}
#createJob_Container #createJob_CommentsContainer #Comments {
width: 100%;
min-width: 500px;
+4
View File
@@ -756,6 +756,10 @@
}
}
#createJob_SubTypes.isQuickLog li i {
display: none;
}
#createJob_CommentsContainer {
#Comments {
File diff suppressed because one or more lines are too long