mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-25 08:21:05 -06:00
move expand and collpase all to the right hand side
This commit is contained in:
parent
848daee92a
commit
4e5cc379d5
@ -367,13 +367,15 @@ IPA.details_facet = function(spec) {
|
||||
name: 'expand_all',
|
||||
href: 'expand_all',
|
||||
text: 'Expand All',
|
||||
'class': 'expand-collapse-all',
|
||||
style: 'display: none;'
|
||||
}).appendTo(details);
|
||||
|
||||
$('<a/>', {
|
||||
name: 'collapse_all',
|
||||
href: 'collapse_all',
|
||||
text: 'Collapse All'
|
||||
text: 'Collapse All',
|
||||
'class': 'expand-collapse-all'
|
||||
}).appendTo(details);
|
||||
|
||||
details.append('<br/>');
|
||||
|
@ -963,3 +963,8 @@ table.scrollable tbody {
|
||||
width: 23em;
|
||||
height: 4em;
|
||||
}
|
||||
|
||||
.expand-collapse-all {
|
||||
float: right;
|
||||
padding-right: 1.5em;
|
||||
}
|
Loading…
Reference in New Issue
Block a user