summaryrefslogtreecommitdiffstats
path: root/install/ui/ipa.css
diff options
context:
space:
mode:
authorEndi Sukma Dewata <edewata@redhat.com>2012-01-31 09:57:33 -0600
committerPetr Voborník <pvoborni@redhat.com>2012-02-01 15:51:10 +0100
commitea9d5e6f9aee8c371756b363925691ddc266eedf (patch)
tree7161dac5823f7ced76d76c59d76ab257f758b479 /install/ui/ipa.css
parent4dfec211f7b99bc24364cfc9760534ec5e94b6c1 (diff)
downloadfreeipa-ea9d5e6f9aee8c371756b363925691ddc266eedf.tar.gz
freeipa-ea9d5e6f9aee8c371756b363925691ddc266eedf.tar.xz
freeipa-ea9d5e6f9aee8c371756b363925691ddc266eedf.zip
Added icons for status column.
The status formatter was modified to show enabled/disabled icon before the status text. The format classes were renamed to formatter to avoid confusion with the format() method. A new parameter 'type' was added to the formatter to determine the output type (e.g. text/html). Ticket #1996
Diffstat (limited to 'install/ui/ipa.css')
-rw-r--r--install/ui/ipa.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/install/ui/ipa.css b/install/ui/ipa.css
index 3ebfc3413..1d754ea83 100644
--- a/install/ui/ipa.css
+++ b/install/ui/ipa.css
@@ -169,6 +169,18 @@ body {
margin: -4px 0 0 1px;
}
+.enabled-icon {
+ background-image: url(images/ui-icons_222222_256x240.png);
+ background-position: -64px -144px;
+ margin: -4px 0 0 1px;
+}
+
+.disabled-icon {
+ background-image: url(images/ui-icons_bbbbbb_256x240.png);
+ background-position: -64px -128px;
+ margin: -4px 0 0 1px;
+}
+
.register-icon {
background: url(images/entitle-register.png);
margin: -4px 0 0 1px;