retrieve SAP notes
This commit is contained in:
@@ -1321,6 +1321,28 @@
|
||||
margin-top:25px;
|
||||
}
|
||||
|
||||
/* Note */
|
||||
|
||||
#note {
|
||||
height:100%;
|
||||
}
|
||||
|
||||
#note_frame {
|
||||
width:calc(100% - 4px);
|
||||
height:calc(100% - 4px);
|
||||
border: 2px solid $col_blue;
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#note_form {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
#note_form a.button {
|
||||
padding:5px 7px;
|
||||
}
|
||||
|
||||
/* Debug*/
|
||||
|
||||
.line_h {
|
||||
|
||||
Reference in New Issue
Block a user