summaryrefslogtreecommitdiff
path: root/rt/share/html/NoAuth/css/base/misc.css
diff options
context:
space:
mode:
Diffstat (limited to 'rt/share/html/NoAuth/css/base/misc.css')
-rw-r--r--rt/share/html/NoAuth/css/base/misc.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/rt/share/html/NoAuth/css/base/misc.css b/rt/share/html/NoAuth/css/base/misc.css
index ede9daeb2..8670a5985 100644
--- a/rt/share/html/NoAuth/css/base/misc.css
+++ b/rt/share/html/NoAuth/css/base/misc.css
@@ -98,3 +98,12 @@ hr.clear {
border: none;
font-size: 1px;
}
+
+.redirect-warning tt {
+ display: block;
+ margin: 0.5em 0 0.5em 1em;
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ width: 90%;
+}