| 1 |
<?php if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly ?> |
| 2 |
<style> |
| 3 |
|
| 4 |
|
| 5 |
|
| 6 |
.yydev-notes { |
| 7 |
display: block; |
| 8 |
width: 100%; |
| 9 |
margin: 0 auto; |
| 10 |
text-align: center; |
| 11 |
} |
| 12 |
|
| 13 |
.yydev-notes .direction-ltr { |
| 14 |
direction: ltr; |
| 15 |
} |
| 16 |
|
| 17 |
.yydev-notes .direction-rtl { |
| 18 |
direction: rtl; |
| 19 |
} |
| 20 |
|
| 21 |
.yydev-notes a.yydev-notes-hide-button { |
| 22 |
display: none; |
| 23 |
} |
| 24 |
|
| 25 |
.yydev-notes .add-notes-button { |
| 26 |
color: #0073aa; |
| 27 |
border: 1px solid #d5d5d5; |
| 28 |
margin: 15px auto 15px; |
| 29 |
display: inline-block; |
| 30 |
width: 70%; |
| 31 |
clear: both; |
| 32 |
text-align: center; |
| 33 |
padding: 8px 20px 8px 20px; |
| 34 |
text-decoration: none; |
| 35 |
font-size: 14px; |
| 36 |
font-weight: bold; |
| 37 |
} |
| 38 |
|
| 39 |
.yydev-notes .dashbaord-save-button { |
| 40 |
color: #fff; |
| 41 |
background: #0073aa; |
| 42 |
border: 1px solid #d5d5d5; |
| 43 |
margin: 0px auto 15px; |
| 44 |
display: inline-block; |
| 45 |
width: 70%; |
| 46 |
clear: both; |
| 47 |
text-align: center; |
| 48 |
padding: 8px 20px 8px 20px; |
| 49 |
text-decoration: none; |
| 50 |
font-size: 14px; |
| 51 |
font-weight: bold; |
| 52 |
} |
| 53 |
|
| 54 |
.yydev-notes .dashbaord-save-button-ajax { |
| 55 |
background: #f6f7f7; |
| 56 |
color: #a1a1a1; |
| 57 |
} |
| 58 |
|
| 59 |
.yydev-notes .yydev-textarea-note { |
| 60 |
max-width: 90%; |
| 61 |
position: relative; |
| 62 |
margin: 5px auto; |
| 63 |
} |
| 64 |
|
| 65 |
.yydev-notes .yydev-textarea-note textarea { |
| 66 |
max-width: 100%; |
| 67 |
margin: 10px 0px 0px 0px; |
| 68 |
height: 200px; |
| 69 |
} |
| 70 |
|
| 71 |
.yydev-notes .remove-notes-btn { |
| 72 |
position: absolute; |
| 73 |
right: -22px; |
| 74 |
top: 50%; |
| 75 |
width: 20px; |
| 76 |
} |
| 77 |
|
| 78 |
.yydev-notes .text-direction_btn { |
| 79 |
position: absolute; |
| 80 |
left: -22px; |
| 81 |
top: 57%; |
| 82 |
width: 20px; |
| 83 |
} |
| 84 |
|
| 85 |
.yydev-notes .text-separator_btn { |
| 86 |
position: absolute; |
| 87 |
left: -22px; |
| 88 |
top: 43%; |
| 89 |
width: 20px; |
| 90 |
} |
| 91 |
|
| 92 |
.yydev-notes .not-active-notes { |
| 93 |
display: none; |
| 94 |
} |
| 95 |
|
| 96 |
</style> |