summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2011-01-10 09:26:32 -0500
committerAdam Young <ayoung@redhat.com>2011-01-10 09:26:32 -0500
commitc69f4d0fed05a355ae5b9168066ad0ad01eb6487 (patch)
tree589354b39e503d638136ebb5b441937067b7ccdf
parente903f43d483f41d5eb41a1e15e79a96c5c664007 (diff)
downloadfreeipa-c69f4d0fed05a355ae5b9168066ad0ad01eb6487.tar.gz
freeipa-c69f4d0fed05a355ae5b9168066ad0ad01eb6487.tar.xz
freeipa-c69f4d0fed05a355ae5b9168066ad0ad01eb6487.zip
center page
fixes issues from https://fedorahosted.org/freeipa/ticket/507
-rw-r--r--install/static/index.html15
-rw-r--r--install/static/ipa.css30
-rw-r--r--install/static/outer-bg.pngbin0 -> 248 bytes
3 files changed, 28 insertions, 17 deletions
diff --git a/install/static/index.html b/install/static/index.html
index 1142000ff..9a62470f9 100644
--- a/install/static/index.html
+++ b/install/static/index.html
@@ -46,16 +46,17 @@
</head>
<body>
+ <div class="center-container">
<div class="header" >
- <span class="header-logo">
- <a href="#"><img src="ipalogo.png" /></a>
- </span>
- <span id="loggedinas" class="header-loggedinas">
- <a href="#"><span id="login_header">Logged in as</span>: <strong>user@FREEIP.ORG</strong></a>
- </span>
+ <span class="header-logo">
+ <a href="#"><img src="ipalogo.png" /></a>
+ </span>
+ <span id="loggedinas" class="header-loggedinas">
+ <a href="#"><span id="login_header">Logged in as</span>: <strong>user@FREEIP.ORG</strong></a>
+ </span>
</div>
-
<div id="navigation" class="tabs"></div>
+ </div>
</body>
</html>
diff --git a/install/static/ipa.css b/install/static/ipa.css
index db1f1b4eb..0ed46d1ca 100644
--- a/install/static/ipa.css
+++ b/install/static/ipa.css
@@ -12,12 +12,21 @@
@font-face {font-family: "FreeWayBold"; src:url("FreeWay-Bold.otf");}
body{
+ background-image:url('outer-bg.png');
+ background-repeat:repeat-x;
+ background-position:left top;
border-width: 0;
font-family:"Liberation Sans",Arial,Sans;
font-size:11px;
margin: 0;
}
+.center-container {
+ margin-left: auto;
+ margin-right: auto;
+ width: 960px;
+}
+
.ui-widget {
font-size: 1em;
}
@@ -60,7 +69,7 @@ div.header a:visited {
}
div.header span.header-logo {
- padding-left: 6em;
+ padding-left: 2em;
}
div.header span.header-logo a img {
@@ -71,7 +80,7 @@ div.header span.header-loggedinas {
width: 96em;
color: #fff;
display: block;
- padding-left: none;
+ padding-left: 71em;
margin-top: -2.6em;
margin-left: auto;
margin-right: 27.6em;
@@ -217,7 +226,7 @@ span.attrhint {
/*Navigation */
.tabs1 .ui-tabs-nav{
- padding-left: 5.5em;
+ padding-left: 2.5em;
padding-top: 2em;
margin: 0;
border: none;
@@ -333,7 +342,7 @@ span.attrhint {
.tabs2 .ui-tabs-nav {
padding: 0.3em 6em 0 4em;
margin: 0;
- height: 2.5em;
+ height: 2.4em;
background-image: url(Subnav-background.png);
}
@@ -396,7 +405,7 @@ span.main-separator{
.entity-container{
position: relative;
- left: 25em;
+ left: 22em;
width: 80%;
margin: 0.06em;
padding: 0.06em;
@@ -406,13 +415,14 @@ span.main-separator{
.action-panel {
position: fixed;
height: 33em;
- left: 3em;
+ left: auto;
border: none;
- float: left;
+ float: none;
margin-top: 6.3em;
- margin-left: 2.5em;
- padding-left: 0.5em;
- padding-bottom: 1em;
+ margin-left: -19.5em;
+ margin-right: 0;
+ padding-left: 0;
+ position: fixed;
width: 18em;
background-image:url('panel-background.png');
background-repeat:no-repeat;
diff --git a/install/static/outer-bg.png b/install/static/outer-bg.png
new file mode 100644
index 000000000..a6f81d644
--- /dev/null
+++ b/install/static/outer-bg.png
Binary files differ