mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
parent
af26018c0d
commit
f0b42ed060
@ -1448,20 +1448,25 @@ form#login {
|
||||
|
||||
.facet-title .header-icon {
|
||||
display: none;
|
||||
width: 17px;
|
||||
height: 17px;
|
||||
font-size: 70%;
|
||||
vertical-align: 20%;
|
||||
margin-right: 3px;
|
||||
/* Font awesome style, TODO: use mixin */
|
||||
display: inline-block;
|
||||
font-family: FontAwesome;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
line-height: 1;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.facet-title.enabled .header-icon {
|
||||
background-image: url(images/ui-icons_222222_256x240.png);
|
||||
background-position: -64px -144px;
|
||||
display: inline-block;
|
||||
.facet-title.enabled .header-icon:before {
|
||||
content: "\f00c";
|
||||
}
|
||||
|
||||
.facet-title.disabled .header-icon {
|
||||
background-image: url(images/ui-icons_bbbbbb_256x240.png);
|
||||
background-position: -64px -128px;
|
||||
display: inline-block;
|
||||
.facet-title.disabled .header-icon:before {
|
||||
content: "\f068";
|
||||
}
|
||||
|
||||
.facet-title.disabled h3,
|
||||
|
@ -1443,12 +1443,12 @@ exp.facet_title = IPA.facet_title = function(spec) {
|
||||
'class': 'facet-title'
|
||||
}).appendTo(container);
|
||||
|
||||
that.icon = $('<div />', {
|
||||
'class': 'header-icon'
|
||||
}).appendTo(that.title_container);
|
||||
|
||||
var h3 = $('<h3/>').appendTo(that.title_container);
|
||||
|
||||
that.icon = $('<i />', {
|
||||
'class': 'header-icon'
|
||||
}).appendTo(h3);
|
||||
|
||||
that.title = $('<span/>').appendTo(h3);
|
||||
|
||||
that.pkey = $('<span/>', {
|
||||
|
Loading…
Reference in New Issue
Block a user