aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/priv/ct_default.css
diff options
context:
space:
mode:
authorPeter Andersson <[email protected]>2012-03-13 10:55:06 +0100
committerPeter Andersson <[email protected]>2012-03-13 10:55:23 +0100
commite420e3347da7abcd17734c6ab39b2fe8889b3205 (patch)
tree2f1e94cc3d4dde5da9f24f02c2accc95e73923d1 /lib/common_test/priv/ct_default.css
parent774be3d0e3cf19f877bf00c3adb7f2389cc0dc37 (diff)
parent5e282d9ba621008355fbd9a9ff27310577404b98 (diff)
downloadotp-e420e3347da7abcd17734c6ab39b2fe8889b3205.tar.gz
otp-e420e3347da7abcd17734c6ab39b2fe8889b3205.tar.bz2
otp-e420e3347da7abcd17734c6ab39b2fe8889b3205.zip
Merge remote branch 'origin/peppe/common_test/otp-9904_9900' into maint
* origin/peppe/common_test/otp-9904_9900: Introduce error notification printout in the tc log OTP-9904 OTP-9900
Diffstat (limited to 'lib/common_test/priv/ct_default.css')
-rw-r--r--lib/common_test/priv/ct_default.css10
1 files changed, 9 insertions, 1 deletions
diff --git a/lib/common_test/priv/ct_default.css b/lib/common_test/priv/ct_default.css
index 75f8d5db8a..8ae6990cd8 100644
--- a/lib/common_test/priv/ct_default.css
+++ b/lib/common_test/priv/ct_default.css
@@ -81,13 +81,21 @@ div.copyright {
color: #000000;
}
-div.ct_internal {
+div.ct_internal {
background: lightgrey; color: black;
font-family: "Monaco", "Andale Mono", "Consolas", monospace;
font-size: .95em;
margin: .2em 0 0 0;
}
+div.ct_error_notify {
+ background: #CC0000;
+ color: #FFFFFF;
+ font-family: "Monaco", "Andale Mono", "Consolas", monospace;
+ font-size: 1.05em;
+ margin: .2em 0 0 0;
+}
+
div.default {
background: lightgreen; color: black;
font-family: "Monaco", "Andale Mono", "Consolas", monospace;