fix rtl for stats pages (bug 699576)
This commit is contained in:
Родитель
cdfc06825e
Коммит
c18341cc2c
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче