From 46f15f03d211166af2947ca1e264d3df9301ceba Mon Sep 17 00:00:00 2001 From: Damyon Wiese Date: Thu, 12 Sep 2013 09:26:30 +0800 Subject: [PATCH] MDL-41534 theme: Missed backporting a style to hide empty table rows --- theme/base/style/core.css | 1 + 1 file changed, 1 insertion(+) diff --git a/theme/base/style/core.css b/theme/base/style/core.css index b1b61c2b338..84b36fadde4 100644 --- a/theme/base/style/core.css +++ b/theme/base/style/core.css @@ -1071,3 +1071,4 @@ html[dir=rtl] .configphp {direction:ltr;text-align:left;} table.flexible .r0, table.generaltable .r0 {background-color: #F0F0F0;} table.flexible .r1, table.generaltable .r1 {background-color: #FAFAFA;} +table.flexible .emptyrow {display: none;}