aboutsummaryrefslogtreecommitdiffstats
path: root/www/css
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2013-06-12 13:34:19 +0100
committerStruan Donald <struan@exo.org.uk>2013-06-12 18:47:53 +0100
commitb513e82c1e6fa9624d17fdfdc2809a5f6d53a1eb (patch)
treee9f25a7d9046770656bb334749a934636f202e3e /www/css
parent4abf38cb9a70b5de01f36293f471ee41ab25313e (diff)
if the server rejects the report as invalid then display some errors
Diffstat (limited to 'www/css')
-rw-r--r--www/css/fms.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/www/css/fms.css b/www/css/fms.css
index b0b3eee..bc2c4be 100644
--- a/www/css/fms.css
+++ b/www/css/fms.css
@@ -360,6 +360,21 @@
#details-page {
background: white !important;
}
+
+ #errors {
+ display: none;
+ }
+
+ #errors ul {
+ padding: 0px 0px 0px 20px;
+ }
+
+ #errors li.plain {
+ font-weight: bold;
+ margin-left: -20px;
+ list-style: none;
+ }
+
.ui-loader {
height: 100%;
width: 100%;