Skip to content
Snippets Groups Projects
Commit 63799e0b authored by Jared Hancock's avatar Jared Hancock
Browse files

client: Fix print stylesheet for new tickets

parent d6250f4c
Branches
Tags
No related merge requests found
#header,#nav,#meta,#footer,#reply,#pagination,.reload,.refresh,form,.thread,hr,#kbAttachments,.back{display:none}th{text-align:left}a{color:#000;text-decoration:none}caption{text-align:left;padding-bottom:10px;font-weight:bold}.message,.response{border-bottom:1px solid #000;margin-bottom:20px;padding-bottom:10px}.message th,.response th{font-size:12pt;font-weight:bold;padding-bottom:5px}
\ No newline at end of file
#header,#nav,#meta,#footer,#reply,#pagination,.reload,.refresh,.redactor-toolbar,.filedrop .dropzone,.back,#loading,.buttons{display:none}th{text-align:left}a{color:#000;text-decoration:none}caption{text-align:left;padding-bottom:10px;font-weight:bold}.message,.response{border-bottom:1px solid #000;margin-bottom:20px;padding-bottom:10px}.message th,.response th{font-size:12pt;font-weight:bold;padding-bottom:5px}
......@@ -109,7 +109,7 @@ if ($info['topicId'] && ($topic=Topic::lookup($info['topicId']))) {
</tbody>
</table>
<hr/>
<p style="text-align:center;">
<p class="buttons" style="text-align:center;">
<input type="submit" value="<?php echo __('Create Ticket');?>">
<input type="reset" name="reset" value="<?php echo __('Reset');?>">
<input type="button" name="cancel" value="<?php echo __('Cancel'); ?>" onclick="javascript:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment