@@ -902,19 +902,16 @@
|
||||
height: 150px;
|
||||
}
|
||||
#createJob_Container {
|
||||
margin: 0 -20px;
|
||||
margin: 0 10px;
|
||||
}
|
||||
#createJob_Container img.modelImage {
|
||||
width: 64px;
|
||||
height: 64px;
|
||||
}
|
||||
#createJob_Container .createJob_Component {
|
||||
#createJob_Container .createJob_Component:not(:first-child) {
|
||||
margin: 0 10px;
|
||||
padding: 5px 0;
|
||||
border-bottom: 1px dashed #ccc;
|
||||
}
|
||||
#createJob_Container .createJob_Component:last-child {
|
||||
border-bottom: none;
|
||||
border-top: 1px dashed #ccc;
|
||||
}
|
||||
#createJob_Container #createJob_Type {
|
||||
border: 1px solid #ccc;
|
||||
@@ -962,6 +959,7 @@
|
||||
#createJob_Container #createJob_CommentsContainer #Comments {
|
||||
width: 100%;
|
||||
min-width: 500px;
|
||||
field-sizing: content;
|
||||
}
|
||||
#createJob_Container #createJob_QuickLogAutoCloseContainer h3 {
|
||||
margin-bottom: 4px;
|
||||
|
||||
Reference in New Issue
Block a user