summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a15a31b)
raw | patch | inline | side by side (parent: a15a31b)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 12 Apr 2007 08:47:20 +0000 (08:47 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 12 Apr 2007 08:47:20 +0000 (08:47 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6023 594d385d-05f5-0310-b6e9-bd551577e9d8
html/themes/default/style.css | patch | blob | history | |
setup/setup_step2.tpl | patch | blob | history |
index 6f9918dd9ecf6a87375c17085aee80adf0bd6d82..480b97d3c76af3ba7969dd3f7157c599d4cc3d7e 100644 (file)
background-color: orange;
background-image: url('images/personal.png');
border: dotted 2px red;
- width: 346px;
+ width: 100%;
text-align:left;
}
/* Container for name and status */
div.step2_entry_container {
- width:350px;
+ width:100%;
cursor:default;
}
/* Container for name and status, when status is failed */
div.step2_entry_container_info {
- width:350px;
+ width:100%;
background: #DDDDFF;
cursor:default;
}
diff --git a/setup/setup_step2.tpl b/setup/setup_step2.tpl
index 8d2597ac33d2c36b1bf7a23b2383b9e669d8260f..9ba9e7abcf49c05e831a2255b091b91de58e8c7d 100644 (file)
--- a/setup/setup_step2.tpl
+++ b/setup/setup_step2.tpl
<!--
Div container with PHP module checks
-->
-<div style='float:left'>
+<div style='float:left;width:50%;'>
<!-- Set content styles -->
<div class='default' style='margin:10px;'>
<!--
Div container with PHP config checks
-->
-<div style='float:left;'>
+<div style='width:50%; float:left;'>
<!-- Set content styles -->
<div class='default' style='margin:10px;'>