diff --git a/media/css/impala/stats.less b/media/css/impala/stats.less index 7a9d981999..1f2ee864d8 100644 --- a/media/css/impala/stats.less +++ b/media/css/impala/stats.less @@ -16,6 +16,9 @@ float: none; margin-bottom: 2em; } + hgroup { + clear: both; + } } .html-rtl.statistics #page .header-search { right: auto; @@ -85,6 +88,11 @@ table tbody tr { } } } +.html-rtl .island.criteria { + float: left; + margin: 0 1em 0 0; + padding: 0 12px 0 0; +} /** * Three-up stats @@ -450,11 +458,17 @@ table.stats-aggregate tbody span.change.minus { &:first-child { margin-right: 1em; } + p { + margin: 0 0 1em; + } } footer { clear: left; } } +.html-rtl #custom-criteria fieldset:first-child { + margin: 0 0 0 1em; +} #stats-permissions p { margin-top: .1em;