Use font awesome glyph for dialog close button

https://fedorahosted.org/freeipa/ticket/3904
This commit is contained in:
Petr Vobornik
2013-11-06 15:44:18 +01:00
committed by Martin Kosek
parent f0b42ed060
commit 0f1a756eae
3 changed files with 13 additions and 8 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 331 B

View File

@@ -57,17 +57,21 @@
}
.rcue-button-close {
background-image: url("../img/dialog-button-close.png");
width: 25px;
height: 25px;
background-repeat: no-repeat;
background-position: center;
display: inline-block;
margin-top: -4px;
margin-right: -6px;
position: absolute;
top: 15px;
right: 19px;
display: inline-block;
.fa;
&:before {
content: @fa-var-times;
}
&:hover {
text-decoration: none;
}
}
}

View File

@@ -11,6 +11,7 @@
.pull-left { float: left; }
.fa {
.fa;
&.pull-left { margin-right: .3em; }
&.pull-right { margin-left: .3em; }
}