Changeset 7436
- Timestamp:
- 03/16/09 13:21:07 (18 months ago)
- Location:
- head/ambra/webapp/src/main/webapp
- Files:
-
- 3 modified
-
css/annotation.css (modified) (4 diffs)
-
discussion/startDiscussion.ftl (modified) (1 diff)
-
widget/discussionResponse.ftl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
head/ambra/webapp/src/main/webapp/css/annotation.css
r7360 r7436 73 73 div#cmtContainer.minrcrctn div#viewCmtDetail { border-top-color:#f00; border-bottom-color:#f00; } 74 74 75 div#cmtContainer div#viewCIStatement { padding-top:0; } 76 div#cmtContainer div#viewCIStatement div.cis, 77 div.citation div.cis, /* div.citation targets cis in formal corrections, just in case */ 78 blockquote div.cis { border-top:1px solid #ccc; } 79 div.citation div.cis { margin-top: 5px; padding-top:5px; } 80 div#cmtContainer div#viewCIStatement div.cis { padding-top: 5px; font-size:0.9em; } 81 blockquote div.cis { line-height:1.5em; padding:5px 0; } 82 83 75 84 div.dialog .posting.pane{ background: none; } 76 85 div.comment div.comment{ margin: 10px 0; padding-left: 20px; border-left: 4px solid #999; background-color: #eee;} … … 135 144 .dialog legend, 136 145 .post legend { display: none; } 137 .pane .error { padding:5px; border:1px solid #c00; background-color: #fff; font-style: normal; }146 .pane .error { margin-bottom:5px; padding:5px; border:1px solid #c00; background-color: #fff; font-style: normal; } 138 147 139 148 .dialog .response { width: 100%; height: 8em; overflow: auto; } … … 253 262 div.response textarea, 254 263 div.response input.title { width:33em; } 264 div.posting td.coi { vertical-align:bottom; } 255 265 div.posting td.coi textarea { height:5em; } 256 266 div.posting td.coi ul li { list-style-type:none; } … … 259 269 div.posting td.coi ul li > label { display:block; } /* hidden from IE6 */ 260 270 div.posting td.coi ul li label input { float:left; margin-right:0.5em; margin-bottom:1em; } 271 div.response td { width:50%; } 272 div.response td.gutter { width:1%; } 261 273 div.response td.coi ul li label input { margin-bottom:0; } 262 div.response table.layout td.coi { vertical-align:bottom; }263 274 div.annotate div.instructions ol li { list-style-position:inside; } 264 div.response table.layout {width:68em; margin:0 5px; } 265 div.response table.layout td { width:5px; } /* compresses table cells around content in IE */ 275 div.response table.layout { width:69em; margin:0 5px; } 266 276 table.layout td.buttons { text-align:right; vertical-align:bottom; } 267 .buttons input { color:#333; margin:0 5px; }277 .buttons input { color:#333; margin:0 0 0 5px; } 268 278 .buttons input.primary { font-weight:bold; } 269 279 -
head/ambra/webapp/src/main/webapp/discussion/startDiscussion.ftl
r7362 r7436 57 57 <textarea id="responseArea" title="Enter your comment..." class="response" name="responseArea" >Enter your comment...</textarea> 58 58 </td> 59 <td > </td>59 <td class="gutter"> </td> 60 60 <td class="coi"> 61 61 <fieldset> -
head/ambra/webapp/src/main/webapp/widget/discussionResponse.ftl
r7362 r7436 44 44 <textarea id="responseArea" title="Enter your response..." class="response" name="responseArea" >Enter your response...</textarea> 45 45 </td> 46 <td > </td>46 <td class="gutter"> </td> 47 47 <td class="coi"> 48 48 <fieldset>
