summaryrefslogtreecommitdiffstats
path: root/install/ui/ipa.css
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2014-07-31 12:15:09 +0200
committerPetr Vobornik <pvoborni@redhat.com>2014-08-21 14:10:35 +0200
commit356059e07ddb492aa9d6b63ee806ae804afbec40 (patch)
tree45272ab38bb99032a76fe7830dcb4137c8337b13 /install/ui/ipa.css
parent8f73bf3713da42bfe6503ef2afbe4a6de3bf44d0 (diff)
downloadfreeipa-356059e07ddb492aa9d6b63ee806ae804afbec40.tar.gz
freeipa-356059e07ddb492aa9d6b63ee806ae804afbec40.tar.xz
freeipa-356059e07ddb492aa9d6b63ee806ae804afbec40.zip
webui: improve rule table css
- category radio line has line-height large enough to contain undo button -> content doesn't move several pixels on change - remove vertical padding from btns in table headers to maintain about the same height - remove invisible border from link buttons to have the same height for disabled and enabled button Reviewed-By: Endi Sukma Dewata <edewata@redhat.com>
Diffstat (limited to 'install/ui/ipa.css')
-rw-r--r--install/ui/ipa.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/install/ui/ipa.css b/install/ui/ipa.css
index e02e282e3..770b98391 100644
--- a/install/ui/ipa.css
+++ b/install/ui/ipa.css
@@ -285,8 +285,10 @@ textarea.certificate {
/* ---- Table ---- */
/* Used in association tables */
-th div[name="buttons"] .action-button {
- margin: 0 0 0 6px;
+th div[name="buttons"] .btn-link {
+ padding-top: 0;
+ padding-bottom: 0;
+ border: 0;
}
table.scrollable thead {