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

@@ -2692,8 +2692,29 @@ a.uploader_item_cancel {
color: #04357B;
margin-top: 25px; }
/* Debug*/
/* Note */
/* line 1326, databap.scss */
#note {
height: 100%; }
/* line 1330, databap.scss */
#note_frame {
width: calc(100% - 4px);
height: calc(100% - 4px);
border: 2px solid #04357B;
margin: 0;
overflow: hidden; }
/* line 1338, databap.scss */
#note_form {
margin-bottom: 10px; }
/* line 1342, databap.scss */
#note_form a.button {
padding: 5px 7px; }
/* Debug*/
/* line 1348, databap.scss */
.line_h {
position: fixed;
top: 0;
@@ -2702,7 +2723,7 @@ a.uploader_item_cancel {
border-bottom: 1px solid red;
z-index: 1000; }
/* line 1334, databap.scss */
/* line 1356, databap.scss */
.line_v {
position: fixed;
left: 0;
@@ -2711,4 +2732,4 @@ a.uploader_item_cancel {
border-left: 1px solid red;
z-index: 1000; }
/*# sourceMappingURL=databap.css.map */
/*# sourceMappingURL=style/databap.css.map */

File diff suppressed because one or more lines are too long

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 {