summaryrefslogtreecommitdiff
path: root/rt/share/html/NoAuth/css/freeside2.1/ticket.css
diff options
context:
space:
mode:
Diffstat (limited to 'rt/share/html/NoAuth/css/freeside2.1/ticket.css')
-rw-r--r--rt/share/html/NoAuth/css/freeside2.1/ticket.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/rt/share/html/NoAuth/css/freeside2.1/ticket.css b/rt/share/html/NoAuth/css/freeside2.1/ticket.css
index 78477e0d4..726a04a44 100644
--- a/rt/share/html/NoAuth/css/freeside2.1/ticket.css
+++ b/rt/share/html/NoAuth/css/freeside2.1/ticket.css
@@ -76,6 +76,7 @@ div#ticket-history {
color: #ccc;
-moz-border-radius-bottomleft: 0.5em;
-webkit-border-bottom-left-radius: 0.5em;
+ border-radius-bottomleft: 0.5em;
white-space: nowrap;
}
@@ -90,6 +91,7 @@ div#ticket-history {
border-bottom: 1px solid #999;
-moz-border-radius: 0.25em;
-webkit-border-bottom-right-radius: 0.25em;
+ border-radius: 0.25em;
}
div#ticket-history span.type a {
@@ -154,6 +156,7 @@ border-bottom: 2px solid #aaa;
margin-top: 0.5em;
-moz-border-radius: 0.5em;
-webkit-border-radius: 0.5em;
+border-radius: 0.5em;
}