diff options
author | INOPIAE <inopiae@cacert.org> | 2014-01-20 20:02:13 +0100 |
---|---|---|
committer | INOPIAE <inopiae@cacert.org> | 2014-01-20 20:02:13 +0100 |
commit | 748e102c01f8f7b4f3d31489e319e5754a2a802e (patch) | |
tree | 929d24023c908024b99f0567db2989c81dd78c24 /www | |
parent | 8938fc9b415cdbf983575d3c7ff6871ea968584a (diff) | |
download | cacert-devel-748e102c01f8f7b4f3d31489e319e5754a2a802e.tar.gz cacert-devel-748e102c01f8f7b4f3d31489e319e5754a2a802e.tar.xz cacert-devel-748e102c01f8f7b4f3d31489e319e5754a2a802e.zip |
bug 1138: rework delete assurance SE log
Diffstat (limited to 'www')
-rw-r--r-- | www/styles/default.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/www/styles/default.css b/www/styles/default.css index 424dcb8..a7f6f20 100644 --- a/www/styles/default.css +++ b/www/styles/default.css @@ -558,6 +558,19 @@ td.storyLeft { border-right: 1px #cfcfcf solid; } +.DataTDError { + border-style: inset; + border-width: 1px; + font-size: 8pt; + color: #ff0000; + font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif; + + background: #ffffff; + padding: 1px 5px 1px 5px; + border: 1px #cfcfcf solid; + border-left: 1px #cfcfcf dotted; + border-right: 1px #cfcfcf dotted; +} .wrapper { border-collapse: collapse; font-family: verdana, sans-serif; |