Generated Job Log to Markdown
Generated job logs are formatted with Markdown. Includes other minor css changes.
This commit is contained in:
@@ -50,12 +50,12 @@
|
||||
table.verticalHeadings {
|
||||
& > tbody > tr > td:first-child {
|
||||
width: 104px;
|
||||
font-weight: bold;
|
||||
font-weight: @FontWeightBodyBold;
|
||||
}
|
||||
}
|
||||
|
||||
#User_Show_Details_Identity_Id {
|
||||
font-weight: bold;
|
||||
font-weight: @FontWeightBodyBold;
|
||||
}
|
||||
|
||||
#User_Show_GenerateDocument_Container {
|
||||
@@ -79,7 +79,7 @@
|
||||
|
||||
td:first-child {
|
||||
width: 90px;
|
||||
font-weight: bold;
|
||||
font-weight: @FontWeightBodyBold;
|
||||
}
|
||||
|
||||
img.User_Show_AssignedDevices_CurrentAssignment_Image {
|
||||
@@ -501,7 +501,7 @@
|
||||
|
||||
td:first-child {
|
||||
width: 90px;
|
||||
font-weight: bold;
|
||||
font-weight: @FontWeightBodyBold;
|
||||
}
|
||||
|
||||
img.CreateJob_Assignment_Image {
|
||||
|
||||
Reference in New Issue
Block a user