summaryrefslogtreecommitdiffstats
path: root/install/static/ipa.css
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2010-08-23 22:32:23 -0400
committerAdam Young <ayoung@redhat.com>2010-08-26 13:15:00 -0400
commit49584d6efc6a10fa0b76ce81b2638d424f2208a8 (patch)
tree08c87c7d7bd2ee0fef6e5045948a977a5c61cdc9 /install/static/ipa.css
parent02479babb9cd5fdd0673175fde22e40f3a1b10b4 (diff)
downloadfreeipa-49584d6efc6a10fa0b76ce81b2638d424f2208a8.tar.gz
freeipa-49584d6efc6a10fa0b76ce81b2638d424f2208a8.tar.xz
freeipa-49584d6efc6a10fa0b76ce81b2638d424f2208a8.zip
hashchange
We now catch the hashchange event and use that to drive most of the site. To trigger page transitions, modify location.hash. Params start with # not ?. Removed user-group.inc. converted tabs to spaces trivial imlementation of add and details for netgroup and hostgroup lots of bug fixes based on routing problems and the refactorings.
Diffstat (limited to 'install/static/ipa.css')
-rw-r--r--install/static/ipa.css12
1 files changed, 4 insertions, 8 deletions
diff --git a/install/static/ipa.css b/install/static/ipa.css
index c5f1b1ef9..6a3135b2d 100644
--- a/install/static/ipa.css
+++ b/install/static/ipa.css
@@ -89,11 +89,11 @@ div#details {
}
-div#details ul#viewtype {
+ul#viewtype {
padding-left: 20px;
}
-div#details ul#viewtype li {
+ul#viewtype li {
color: #656565;
display: inline;
font-weight: bold;
@@ -101,16 +101,12 @@ div#details ul#viewtype li {
padding-right: 20px;
}
-div#content ul#viewtype li#viewcaption {
- color: #000;
- padding-right: 10px;
-}
-div#details ul#viewtype li img {
+ul#viewtype li img {
vertical-align: middle;
}
-div#details ul#viewtype li a {
+ul#viewtype li a {
font-weight: normal;
}