mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-25 08:21:05 -06:00
center page
fixes issues from https://fedorahosted.org/freeipa/ticket/507
This commit is contained in:
parent
e903f43d48
commit
c69f4d0fed
@ -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>
|
||||
|
@ -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;
|
||||
|
BIN
install/static/outer-bg.png
Normal file
BIN
install/static/outer-bg.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 248 B |
Loading…
Reference in New Issue
Block a user