summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2010-12-20 16:56:14 -0500
committerAdam Young <ayoung@redhat.com>2010-12-20 22:58:16 -0500
commitfc4ce7dc8c2102561396e4987ff6357bb79bf524 (patch)
treed44c03b8334e6c412bddfffcd17b60793832fe7a
parent7493d781dfcaa7995f7864a09ad39ba6a89f1a9c (diff)
downloadfreeipa-fc4ce7dc8c2102561396e4987ff6357bb79bf524.tar.gz
freeipa-fc4ce7dc8c2102561396e4987ff6357bb79bf524.tar.xz
freeipa-fc4ce7dc8c2102561396e4987ff6357bb79bf524.zip
cusor pointer for undo link
-rw-r--r--install/static/details.js2
-rw-r--r--install/static/ipa.css4
2 files changed, 5 insertions, 1 deletions
diff --git a/install/static/details.js b/install/static/details.js
index af6eeaecf..28de8975e 100644
--- a/install/static/details.js
+++ b/install/static/details.js
@@ -815,7 +815,7 @@ function _ipa_create_text_input(value, param_info, rights, index)
span.append($("<a/>",{
html:"undo",
- "class":"ui-state-highlight ui-corner-all",
+ "class":"ui-state-highlight ui-corner-all undo",
style:"display:none",
click: function(){
var previous_value = that.values || '';
diff --git a/install/static/ipa.css b/install/static/ipa.css
index 82019ff54..f5c4ee742 100644
--- a/install/static/ipa.css
+++ b/install/static/ipa.css
@@ -170,6 +170,10 @@ hr {
padding-right: 18px;
}
+.undo {
+ cursor:pointer;
+}
+
dl.entryattrs {
clear: both;
margin-left: 15px;