summaryrefslogtreecommitdiffstats
path: root/install/ui/ipa.css
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2011-04-07 16:14:58 -0500
committerEndi Sukma Dewata <edewata@people01.fedoraproject.org>2011-04-11 16:03:30 +0000
commitf0f83a862eee908c308c25561a18f8b1e218c081 (patch)
tree3060f7656e414b1e41e75fe442726f8b36cb825d /install/ui/ipa.css
parent960e730f3eebfa4609461bd2cb6506bc7f80741b (diff)
downloadfreeipa-f0f83a862eee908c308c25561a18f8b1e218c081.tar.gz
freeipa-f0f83a862eee908c308c25561a18f8b1e218c081.tar.xz
freeipa-f0f83a862eee908c308c25561a18f8b1e218c081.zip
Refactored action panel and client area.
To improve code readability and extensibility the containers for action panel and client area are now created in IPA.entity.setup(). The 'client area' has been renamed into 'content'. The IPA.facet.create() has been renamed to IPA.facet.create_content().
Diffstat (limited to 'install/ui/ipa.css')
-rw-r--r--install/ui/ipa.css12
1 files changed, 2 insertions, 10 deletions
diff --git a/install/ui/ipa.css b/install/ui/ipa.css
index 80f347d71..a4189ac44 100644
--- a/install/ui/ipa.css
+++ b/install/ui/ipa.css
@@ -124,13 +124,6 @@ div.tabs {
background: url("centered-bg.png") no-repeat scroll 0 8.4em transparent;
}
-div#content {
- margin-top: 0;
- position: relative;
- width: 100%;
-}
-
-
ul#viewtype {
padding-left: 2em;
}
@@ -177,8 +170,7 @@ h1 {
background: -webkit-gradient(linear, left top, left bottom, from(#EEEEEE), to(#DFDFDF));
padding: 0.5em 0.9em;
position: relative;
- width: 40.5em;
- margin-left: 1.9em;
+ margin-right: 0em;
}
h2 {
@@ -742,7 +734,7 @@ a.action-button-disabled {
display:inline;
}
-.client {
+.content {
font-size: 10px;
margin-top: 0.4em;
float: left;