summaryrefslogtreecommitdiffstats
path: root/install/ui/ipa.css
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2013-11-05 19:21:57 +0100
committerMartin Kosek <mkosek@redhat.com>2014-01-21 12:04:03 +0100
commitc4abe3a2d9741be55ee37f2d8857c4110d32f113 (patch)
tree8866ec4d5e06bca139176342e0c2bbff98c15ea4 /install/ui/ipa.css
parent4bc1942f53bad0168f0a41d5783f038cf704873d (diff)
downloadfreeipa-c4abe3a2d9741be55ee37f2d8857c4110d32f113.tar.gz
freeipa-c4abe3a2d9741be55ee37f2d8857c4110d32f113.tar.xz
freeipa-c4abe3a2d9741be55ee37f2d8857c4110d32f113.zip
Replace icons with the ones from Font Awesome
https://fedorahosted.org/freeipa/ticket/3904
Diffstat (limited to 'install/ui/ipa.css')
-rw-r--r--install/ui/ipa.css8
1 files changed, 5 insertions, 3 deletions
diff --git a/install/ui/ipa.css b/install/ui/ipa.css
index faebd2d11..7ceaf84e8 100644
--- a/install/ui/ipa.css
+++ b/install/ui/ipa.css
@@ -1028,14 +1028,15 @@ table.scrollable tbody {
width: 250px;
}
-.combobox-widget-input .combobox-icon {
+.combobox-widget-input a i {
display: inline-block;
position: absolute;
top: 0;
bottom: 0;
right: 0;
margin-top: 4px;
- margin-right: 4px;
+ margin-right: 8px;
+ font-size: 16px;
}
.combobox-widget-list {
@@ -1057,13 +1058,14 @@ table.scrollable tbody {
margin: 0;
}
-.combobox-widget-list .search-icon {
+.combobox-widget-list a i {
position: absolute;
top: 0;
bottom: 0;
right: 0;
margin-top: 6px;
margin-right: 3px;
+ font-size: 16px;
}
.host-adder-dialog table.fqdn {