mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Use font awesome glyph for dialog close button
https://fedorahosted.org/freeipa/ticket/3904
This commit is contained in:
committed by
Martin Kosek
parent
f0b42ed060
commit
0f1a756eae
Binary file not shown.
|
Before Width: | Height: | Size: 331 B |
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
.pull-left { float: left; }
|
||||
|
||||
.fa {
|
||||
.fa;
|
||||
&.pull-left { margin-right: .3em; }
|
||||
&.pull-right { margin-left: .3em; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user