summaryrefslogtreecommitdiffstats
path: root/install/ui/ipa.css
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2011-07-01 13:37:43 -0500
committerAdam Young <ayoung@redhat.com>2011-07-01 20:57:58 -0400
commit3894a4f13d6e555e3d9c74bd4081d2690d58ad80 (patch)
tree48ce315a0290bcc5fbcacbe041fd54d68e8052c6 /install/ui/ipa.css
parent7a25523d63559b19babd83c74223d2d0c4d75157 (diff)
downloadfreeipa-3894a4f13d6e555e3d9c74bd4081d2690d58ad80.tar.gz
freeipa-3894a4f13d6e555e3d9c74bd4081d2690d58ad80.tar.xz
freeipa-3894a4f13d6e555e3d9c74bd4081d2690d58ad80.zip
Added arrow icons for details sections.
New arrow icons have been added to replace the plus/minus sign icons for expanding/collapsing details sections. Ticket #1422
Diffstat (limited to 'install/ui/ipa.css')
-rw-r--r--install/ui/ipa.css35
1 files changed, 15 insertions, 20 deletions
diff --git a/install/ui/ipa.css b/install/ui/ipa.css
index 26e000fc1..38b5a9118 100644
--- a/install/ui/ipa.css
+++ b/install/ui/ipa.css
@@ -721,15 +721,6 @@ h3 {
}
.section-expand{
- float:left;
- -moz-border-radius: 0.3em;
- -webkit-border-radius: 0.3em;
- background-color: -moz-linear-gradient(top, #959595, #5e5e5e);
- background: -webkit-gradient(linear, left top, left bottom, from(#959595), to(#5e5e5e));
- border: 1px solid #b8b8b8;
- color: #fff;
- margin-right: 0.5em;
- margin-top: -0.2em;
}
hr {
@@ -909,28 +900,32 @@ span.attrhint {
padding:0;
}
-#the positions for these are in the large icon image,
-#and need to be specified in pixels.
+/*
+ the positions for these are in the large icon image,
+ and need to be specified in pixels.
+*/
+.ui-icon {
+ /* background-image: url("ui-icons_222222_256x240.png"); */
+ background-color: #e2e2e2;
+ display: inline-block;
+}
+.ui-icon-expanded {
+ background: url(arrow_expanded.png);
+}
-.ui-icon-minus {
- background-position: -48px -129px;
+.ui-icon-collapsed {
+ background: url(arrow_collapsed.png);
}
.ui-icon-plus {
- background-position: -16px -129px;
+ background-position: -16px -129px;
}
.ui-icon-trash {
background-position: -176px -97px;
}
-.ui-icon {
- /* background-image: url("ui-icons_222222_256x240.png"); */
- background-color: #e2e2e2;
- display: inline-block;
-}
-
.ui-widget-content {
}