diff options
author | Petr Vobornik <pvoborni@redhat.com> | 2013-11-07 14:16:58 +0100 |
---|---|---|
committer | Martin Kosek <mkosek@redhat.com> | 2014-01-21 12:04:04 +0100 |
commit | e8c3db429515a034e9c777ebfd15927f4932450c (patch) | |
tree | f67472c950f874050fe8459435190720e13a4b89 /install/ui | |
parent | fe233504327dee09d5d190767905908456809dcc (diff) | |
download | freeipa-e8c3db429515a034e9c777ebfd15927f4932450c.tar.gz freeipa-e8c3db429515a034e9c777ebfd15927f4932450c.tar.xz freeipa-e8c3db429515a034e9c777ebfd15927f4932450c.zip |
Increase distance between control buttons and facet-tabs
https://fedorahosted.org/freeipa/ticket/3904
Diffstat (limited to 'install/ui')
-rw-r--r-- | install/ui/ipa.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/ui/ipa.css b/install/ui/ipa.css index ee7c84640..293da08ba 100644 --- a/install/ui/ipa.css +++ b/install/ui/ipa.css @@ -259,7 +259,7 @@ textarea[readonly] { position: absolute; left: 0; right: 0; - bottom: 30px; + bottom: 35px; z-index: 1; /* need to be above facet header */ border-bottom: 1px solid #C9C3BA; } |