diff options
author | Petr Vobornik <pvoborni@redhat.com> | 2013-10-22 14:12:07 +0200 |
---|---|---|
committer | Martin Kosek <mkosek@redhat.com> | 2014-01-21 12:04:03 +0100 |
commit | 68469bba8c112623f37a694538873f510e93dde5 (patch) | |
tree | e5dc8bc92068fd0f6ba235de6dfefafeea9d9924 | |
parent | 727764bff7a43ec906dee42b6cd2f6702b06cd98 (diff) | |
download | freeipa-68469bba8c112623f37a694538873f510e93dde5.tar.gz freeipa-68469bba8c112623f37a694538873f510e93dde5.tar.xz freeipa-68469bba8c112623f37a694538873f510e93dde5.zip |
CSS: fix network activity indicator position in control panel
https://fedorahosted.org/freeipa/ticket/3904
-rw-r--r-- | install/ui/ipa.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/install/ui/ipa.css b/install/ui/ipa.css index 81d18e913..e1d3fa439 100644 --- a/install/ui/ipa.css +++ b/install/ui/ipa.css @@ -345,6 +345,10 @@ div[name=settings].facet-group li a { margin: 0 6px 0 0; } +.facet-controls .network-activity-indicator img { + margin-top: -15px; +} + /* ---- Facet Content ---- */ .facet-content { |