diff options
| author | Petr Vobornik <pvoborni@redhat.com> | 2015-06-05 19:03:46 +0200 |
|---|---|---|
| committer | Tomas Babej <tbabej@redhat.com> | 2015-07-03 10:42:16 +0200 |
| commit | 2a976334c2160c91a61fb0c477777e7adbbd3150 (patch) | |
| tree | c72de1426f0eb19855c559a295ab30c13f125d76 /install/ui/less | |
| parent | 392809f9847eee21c8022f53153463033cd53966 (diff) | |
| download | freeipa-2a976334c2160c91a61fb0c477777e7adbbd3150.tar.gz freeipa-2a976334c2160c91a61fb0c477777e7adbbd3150.tar.xz freeipa-2a976334c2160c91a61fb0c477777e7adbbd3150.zip | |
webui: API browser
First part of API browser - displaying metadata in more consumable way.
https://fedorahosted.org/freeipa/ticket/3129
Reviewed-By: Martin Kosek <mkosek@redhat.com>
Reviewed-By: Tomas Babej <tbabej@redhat.com>
Diffstat (limited to 'install/ui/less')
| -rw-r--r-- | install/ui/less/widgets.less | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/install/ui/less/widgets.less b/install/ui/less/widgets.less index 066e074a0..7778f6bf4 100644 --- a/install/ui/less/widgets.less +++ b/install/ui/less/widgets.less @@ -117,5 +117,19 @@ padding-left: 10px } +.apibrowser { + .item-select input[type=text] { + width: 100%; + padding-left: 5px; + } + .label { + margin-left: 5px; // spacing between param flags + } + .prop-label { + text-align: right; + font-weight: 300; + } +} + // workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=409254 tbody:empty { display: none; }
\ No newline at end of file |
