summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2010-07-19 13:24:12 -0400
committerAdam Young <ayoung@redhat.com>2010-07-19 13:24:12 -0400
commitceb763a64243a8969e32ed96dec48f9881ff4b78 (patch)
treebac90a298ca7765f1ac34b66ea426f34d40c0d9d
parent689d45da2ab27741cb438c6fab84d866fac207ea (diff)
downloadfreeipa-ceb763a64243a8969e32ed96dec48f9881ff4b78.tar.gz
freeipa-ceb763a64243a8969e32ed96dec48f9881ff4b78.tar.xz
freeipa-ceb763a64243a8969e32ed96dec48f9881ff4b78.zip
Stop the right floating on the details page.
-rw-r--r--install/static/Makefile.am3
-rw-r--r--install/static/group.css45
-rw-r--r--install/static/index.xhtml3
-rw-r--r--install/static/ipa.css7
4 files changed, 8 insertions, 50 deletions
diff --git a/install/static/Makefile.am b/install/static/Makefile.am
index f5d4a112f..a0e2cfc19 100644
--- a/install/static/Makefile.am
+++ b/install/static/Makefile.am
@@ -11,8 +11,8 @@ app_DATA = \
ipa.css \
jquery.js \
config.inc \
- group.css \
group.js \
+ group-details.inc \
hostgroups.inc \
host.js \
hostgroup.js \
@@ -25,6 +25,7 @@ app_DATA = \
search.js \
details.js \
user.js \
+ user-details.inc \
ipalogo.png \
gray-fade-line.png \
Mainnav-background.png \
diff --git a/install/static/group.css b/install/static/group.css
deleted file mode 100644
index e85f77a2c..000000000
--- a/install/static/group.css
+++ /dev/null
@@ -1,45 +0,0 @@
-<style type="text/css" media="all" >
-#frame{
- background-color: #e8e8e8;
- padding: 0;
- padding-top: 4px;
- padding-right: 4px;
- padding-left: 4px;
- padding-bottom: 4px;
-
-
-}
-#allGroups{
- background-color: #e8e8e8;
-
- float: left;
- border : 1px;
-}
-#groupData{
- background-color: #e8e8e8;
-
- float: right;
-}
-#groupMembers{
-
- float: left;
-}
-#groupNesting{
- float: right;
-}
-
-
-tr.selected{
- background-color: cyan
-}
-
-
-tr.odd{
- background-color: white
-}
-
-tr.even{
- background-color: lightgray
-}
-
-</style>
diff --git a/install/static/index.xhtml b/install/static/index.xhtml
index bc476ea15..008e52e23 100644
--- a/install/static/index.xhtml
+++ b/install/static/index.xhtml
@@ -44,8 +44,6 @@
<div id="main-nav" />
<div id="sub-nav">Edit: </div>
</div>
-
-
<div id="search" style="visibility:hidden">
<div class="searchControls">
<span class="filter">
@@ -60,7 +58,6 @@
</table>
<div id="searchFooter">Footer</div>
</div>
-
<div id="content" border="1" style="visibility:hidden" />
diff --git a/install/static/ipa.css b/install/static/ipa.css
index e116ecb00..0dd967ff6 100644
--- a/install/static/ipa.css
+++ b/install/static/ipa.css
@@ -58,6 +58,11 @@ h1 {
margin-top: 18px;
}
+div#content {
+ float: left;
+}
+
+
div#content ul#viewtype {
padding-left: 20px;
}
@@ -83,7 +88,7 @@ div#content ul#viewtype li a {
font-weight: normal;
}
-div#content div#buttons {
+div#buttons {
float: right;
padding-right: 20px;
}