summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1b9cf37)
raw | patch | inline | side by side (parent: 1b9cf37)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 12 Apr 2007 08:34:29 +0000 (08:34 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 12 Apr 2007 08:34:29 +0000 (08:34 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6022 594d385d-05f5-0310-b6e9-bd551577e9d8
html/themes/default/style.css | patch | blob | history | |
setup/setup_frame.tpl | patch | blob | history |
index 0b3eeaeabf64490af4221909f03e8b7a8c234b28..6f9918dd9ecf6a87375c17085aee80adf0bd6d82 100644 (file)
border-top: solid 1px #666;
border-left: solid 1px #666;
text-align: left;
- width:980px;
+ width:100%;
}
/* Header col */
background-color: #D2F6C2;
font-size: 2.0em;
font-weight: bold;
- padding:7px;
+/* vertical-align: center;*/
+/* padding:7px;*/
}
/* Setup content header container */
/* Setup content container */
div.setup_contents_container {
- float:left;
}
/* Setup footer */
padding: 5px;
border-top: solid 2px #D0D0D0;
border-bottom: solid 2px #D0D0D0;
- margin-left:202px;
background-color:#E3E3E3
}
diff --git a/setup/setup_frame.tpl b/setup/setup_frame.tpl
index 7e15475c32a3d9012347a8c7f62ae8045a1fdbfe..8f47d58355a6cfd91202841588ea68a896e03b15 100644 (file)
--- a/setup/setup_frame.tpl
+++ b/setup/setup_frame.tpl
<input id='focus' name='focus' type='image' src='images/empty.png' style='width:1px; height:1px;' >
<div class='setup_dialog'>
<div class='setup_header'>
+ <img src='themes/default/images/go_logo.png' class='center'>
{t}GOsa - GOnicus System Administrator Setup{/t}
</div>
<div style="width:100%; ">
<div class='setup_navigation'>
<div class='setup_navigation_title'>
- {t}Setup steps{/t}
</div>
{$navigation}
</div>
- <div class="setup_plug_header_container">
- <div class='setup_plug_header'>
- {$header}
- </div>
-
- </div>
- <div class="setup_contents_container">
- <div class='setup_contents'>
- {$contents}
- </div>
- </div>
-
+ <ul style='padding:0px; margin:0px; list-style-type: none;'>
+ <li>
+ <div class='setup_plug_header'>
+ {$header}
+ </div>
+ </li>
+ <li>
+ <div class='setup_contents'>
+ {$contents}
+ </div>
+ </li>
+ </ul>
+
<div class='setup_bottom'>
{$bottom}
</div>