diff options
author | Endi S. Dewata <edewata@redhat.com> | 2011-09-27 16:19:51 -0500 |
---|---|---|
committer | Endi S. Dewata <edewata@redhat.com> | 2011-09-29 16:56:54 +0000 |
commit | 5eba2ffddd981d200168d7751a92ac7c83ff1422 (patch) | |
tree | 44bc0ea1d1d4115da87015c535f126bfef9cadc4 /install/ui/ipa.css | |
parent | 54dc9670f83c3599a826ddbf2fd2fb1eafa17c69 (diff) | |
download | freeipa.git-5eba2ffddd981d200168d7751a92ac7c83ff1422.tar.gz freeipa.git-5eba2ffddd981d200168d7751a92ac7c83ff1422.tar.xz freeipa.git-5eba2ffddd981d200168d7751a92ac7c83ff1422.zip |
Fixed tab and dialog widths.
The width of the 1st level tab has been modified to expand according
to the size of the tab label.
The width of the adder dialogs have been increased to allow longer
button labels.
Ticket #1825
Diffstat (limited to 'install/ui/ipa.css')
-rw-r--r-- | install/ui/ipa.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/install/ui/ipa.css b/install/ui/ipa.css index a838195c..5befe499 100644 --- a/install/ui/ipa.css +++ b/install/ui/ipa.css @@ -291,7 +291,7 @@ div.tabs { -moz-border-radius: 0 !important; -webkit-border-radius: 0 !important; font-family: "Overpass Bold","Liberation Sans", Arial, sans-serif; - width: 5em; + min-width: 5em; height: 20px; color: #858585; margin: 0 auto; @@ -1223,7 +1223,7 @@ table.scrollable tbody { } .host-adder-dialog th.hostname { - width: 110px; + width: 200px; } .host-adder-dialog td.hostname { |