retrieve SAP notes

This commit is contained in:
2014-10-23 23:54:29 +02:00
parent e8a0d5adbf
commit 642ee4e8a8
9 changed files with 214 additions and 12 deletions

View File

@@ -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 {