summaryrefslogtreecommitdiffstats
path: root/install/static/ipa.css
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2010-08-19 20:48:21 -0400
committerAdam Young <ayoung@redhat.com>2010-08-19 20:49:14 -0400
commit12ee9365a7a08c7a45887b98f17a44c64d7eb5f0 (patch)
tree838143295e68b8c8e334272a12e682708b427032 /install/static/ipa.css
parent9a160275351c5763209346466a331b06546ac0e0 (diff)
downloadfreeipa.git-12ee9365a7a08c7a45887b98f17a44c64d7eb5f0.tar.gz
freeipa.git-12ee9365a7a08c7a45887b98f17a44c64d7eb5f0.tar.xz
freeipa.git-12ee9365a7a08c7a45887b98f17a44c64d7eb5f0.zip
Changes the URL parsing from standard HTML params ( starting with ?)
to hash params ( starting with # ). User Details are now part of index.xhtml, ao one more .inc file has been removed. Updated commit to catch a few things that had been left out, including sampledata handling and updateing Makefile.am
Diffstat (limited to 'install/static/ipa.css')
-rw-r--r--install/static/ipa.css14
1 files changed, 7 insertions, 7 deletions
diff --git a/install/static/ipa.css b/install/static/ipa.css
index 54b29c75..0a408394 100644
--- a/install/static/ipa.css
+++ b/install/static/ipa.css
@@ -83,17 +83,17 @@ h1 {
margin-top: 18px;
}
-div#content {
+div#details {
float: left;
width: 100%;
}
-div#content ul#viewtype {
+div#details ul#viewtype {
padding-left: 20px;
}
-div#content ul#viewtype li {
+div#details ul#viewtype li {
color: #656565;
display: inline;
font-weight: bold;
@@ -106,20 +106,20 @@ div#content ul#viewtype li#viewcaption {
padding-right: 10px;
}
-div#content ul#viewtype li img {
+div#details ul#viewtype li img {
vertical-align: middle;
}
-div#content ul#viewtype li a {
+div#details ul#viewtype li a {
font-weight: normal;
}
-div#content div#buttons {
+div#details div#buttons {
float: right;
margin-right: 15px;
}
-div#content div#buttons img {
+div#details div#buttons img {
border: 0;
}