diff options
author | Petr VobornÃk <pvoborni@redhat.com> | 2012-01-19 10:28:44 +0100 |
---|---|---|
committer | Endi S. Dewata <edewata@redhat.com> | 2012-01-30 17:47:07 -0600 |
commit | 1f3d8003f7ccb7793be6452942f62d10433e7f27 (patch) | |
tree | 58ba6ece0bb5519b02728b1a0ca98d71dce8e915 /install/ui/ipa.css | |
parent | 71f934348095df57c3fc8f02c5e8eacc929c7354 (diff) | |
download | freeipa-1f3d8003f7ccb7793be6452942f62d10433e7f27.tar.gz freeipa-1f3d8003f7ccb7793be6452942f62d10433e7f27.tar.xz freeipa-1f3d8003f7ccb7793be6452942f62d10433e7f27.zip |
Modifying DNS UI to benefit from new DNS API
DNS UI was modified to offer structured way of defining DNS records.
https://fedorahosted.org/freeipa/ticket/2208
Diffstat (limited to 'install/ui/ipa.css')
-rw-r--r-- | install/ui/ipa.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/install/ui/ipa.css b/install/ui/ipa.css index 10fed5de7..3ebfc3413 100644 --- a/install/ui/ipa.css +++ b/install/ui/ipa.css @@ -1455,4 +1455,16 @@ div.entity[name=hbactest] div.facet[name=run_test] .hbac-test-content { .hbac-test-navigation-buttons { float: right; +} + + +/* ---- DNS ---- */ + +.dnstype-table div[name=position] { + + padding-right: 9px; +} + +.dnstype-table td { + font-weight: normal; }
\ No newline at end of file |