fix rtl for stats pages (bug 699576)

This commit is contained in:
Chris Van 2011-11-03 14:52:19 -07:00
Родитель cdfc06825e
Коммит c18341cc2c
1 изменённых файлов: 14 добавлений и 0 удалений

Просмотреть файл

@ -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;