|
7 | 7 | <script type="text/javascript" src="/javascripts/jquery-1.4.min.js"></script>
|
8 | 8 | <script type="text/javascript" src="/javascripts/jquery.highlight.js"></script>
|
9 | 9 | <script type="text/javascript" src="/javascripts/jquery.autocomplete.js"></script>
|
10 |
| -<script type="text/javascript" src="/javascripts/jquery.annotation.js"></script> |
| 10 | +<script type="text/javascript" src="jquery.annotation.js"></script> |
11 | 11 |
|
12 | 12 | <script type="text/javascript">
|
13 | 13 |
|
|
48 | 48 | </script>
|
49 | 49 |
|
50 | 50 | <link rel="stylesheet" href="../stylesheets/jquery.autocomplete.css" type="text/css" media="screen" title="no title" charset="utf-8">
|
| 51 | +<link rel="stylesheet" href="jquery.annotation.css" type="text/css" media="screen" title="no title" charset="utf-8"> |
51 | 52 |
|
52 | 53 | <style type="text/css">
|
53 | 54 | body{font-family:arial;font-size:10pt;}
|
|
57 | 58 | #sidebar{width:350px;float:right;}
|
58 | 59 | #dropzone{min-height:300px;margin:10px 0 0 10px;}
|
59 | 60 | #dropzone h3{padding:5px 10px 5px;border-bottom:1px solid #ccc;}
|
60 |
| - |
61 |
| - .annotation{background:#fafafa;border:1px solid #ccc;margin:5px 5px 10px 5px;} |
62 |
| - |
63 |
| - .highlight { background-color: yellow; padding:auto 3px;} |
64 |
| - .excerpt_holder{padding:5px;} |
65 |
| - .excerpt{margin-right:5px;} |
66 |
| - .actions{display:inline-block;} |
67 |
| - .actions span{display:inline-block;width:12px;height:14px;vertical-align:middle;margin:0px 3px 2px;cursor:pointer;} |
68 |
| - .actions span.edit{background:url(/images/insights/edit.gif) no-repeat 1px 0px;} |
69 |
| - .actions span.trash{background:url(/images/insights/trash.gif) no-repeat 1px 2px;} |
70 |
| - .actions span.comment{background:url(/images/insights/comment.gif) no-repeat 1px 2px;} |
71 |
| - .actions span.attach{background:url(/images/insights/briefcase.gif) no-repeat 1px 2px;} |
72 |
| - |
73 |
| - .insight_form{border-top:1px dashed #ccc;padding:5px;} |
74 |
| - |
75 |
| - .insights{background:#fff;border-top:1px dashed #ccc;padding:2px 5px;} |
76 |
| - .insight{float:left;margin-right:5px;padding:3px;} |
77 |
| - .insight a{cursor:pointer;display:inline-block;color:transparent;width:10px;margin-right:3px;background:url("/images/insights/x-ind.gif") no-repeat 0px 5px;} |
78 |
| - .insight a:hover{background:url("/images/insights/x-ind.gif") no-repeat -10px 5px;} |
79 |
| - |
80 |
| - div.comment{border-top:1px dashed #ccc;padding:5px 8px 5px 6px;text-align:right;} |
81 |
| - div.comment textarea{width:100%;height:50px;margin-bottom:5px;padding:1px;} |
82 |
| - div.comment .comment_button{} |
83 | 61 | </style>
|
84 | 62 | </head>
|
85 | 63 |
|
|
0 commit comments