diff options
author | Struan Donald <struan@exo.org.uk> | 2013-06-12 11:49:51 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-06-12 12:12:43 +0100 |
commit | b69facf1cae520f29a0d8fa3f93f078cc620e9b6 (patch) | |
tree | d1349a9c16835a542eeecd41494d05ab644bcd2c | |
parent | c1c3a00e933cf7e250f8f8d4ae5d377eeb5660ed (diff) |
only set background colour for existing report page for now
-rw-r--r-- | www/css/fms.css | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/css/fms.css b/www/css/fms.css index de47a3b..d057ba6 100644 --- a/www/css/fms.css +++ b/www/css/fms.css @@ -1,9 +1,6 @@ *{ box-sizing:border-box; } - div[data-role="content"] { - background-color: white; - } label{ display:none; } @@ -130,6 +127,10 @@ margin-top: 0em; } + #existing div[data-role='content'] { + background-color: white; + } + #existing h3 { margin-top: 0em; } |