summaryrefslogtreecommitdiff
path: root/rt/share/static/css/web2/misc.css
diff options
context:
space:
mode:
Diffstat (limited to 'rt/share/static/css/web2/misc.css')
-rw-r--r--rt/share/static/css/web2/misc.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/rt/share/static/css/web2/misc.css b/rt/share/static/css/web2/misc.css
new file mode 100644
index 0000000..742f792
--- /dev/null
+++ b/rt/share/static/css/web2/misc.css
@@ -0,0 +1,11 @@
+.comment {
+ padding-left: 0.5em;
+ color: #999;
+
+}
+
+#comp-Ticket-ShowEmailRecord #body {
+ margin-left: 1em;
+ margin-top: 1em;
+ overflow: auto;
+}