diff options
author | Petr Vobornik <pvoborni@redhat.com> | 2013-10-21 16:32:36 +0200 |
---|---|---|
committer | Martin Kosek <mkosek@redhat.com> | 2014-01-21 12:04:03 +0100 |
commit | 8eb389c225f5c09d5d8324f03e11f0be98a2d61d (patch) | |
tree | 0bc9bde28baa67d04ad723540ff106253bcc43e1 /install/ui | |
parent | 2817bb5651ca432558e6acd25425695a91927d22 (diff) | |
download | freeipa-8eb389c225f5c09d5d8324f03e11f0be98a2d61d.tar.gz freeipa-8eb389c225f5c09d5d8324f03e11f0be98a2d61d.tar.xz freeipa-8eb389c225f5c09d5d8324f03e11f0be98a2d61d.zip |
CSS: make hostname in host adder dialog wider
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 ea515f349..b789ab155 100644 --- a/install/ui/ipa.css +++ b/install/ui/ipa.css @@ -1058,7 +1058,7 @@ table.scrollable tbody { } .host-adder-dialog th.hostname { - width: 200px; + width: 250px; } .host-adder-dialog td.hostname { |