@@ -3,7 +3,7 @@
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
margin: 0px;
- padding: 0px;
+ padding: 0em 0em;
}
html, body {
@@ -84,8 +84,8 @@ input {
margin: 20px;
.menu li {
- margin-left: 15px;
- margin-bottom: 10px;
+ margin-left: 1.12em;
+ padding: 0.18em 0em;
.menu li b {
@@ -141,17 +141,17 @@ input {
.header {
background: #000000;
- width: 100%;
- height: 20px;
- padding: 20px;
- padding-top: 10px;
+ width: 100%;
+ padding: 0.46em 0em;
+ text-align: center;
+ vertical-align: middle;
border-bottom: 1px solid #525252;
- font-size: 24px;
+ font-size: 2.5rem;
.footer {
background: #525252;
- height: 28px;
position: fixed;
bottom: 2px;
text-align: center;
@@ -69,10 +69,12 @@ include_once dirname(__FILE__) . '/../../../Amfphp/Services/TestServer.php';
</table>
<input type="button" value="Call method »" onclick="postCallParams();" />
</form>
- </div>
+
<div style="position: relative; top: 0px;display: inline-block;float: none;" id="result" >
</div>
+ </div>
<?php require_once __DIR__ . '/footer.tpl'; ?>
</body>
@@ -1,7 +1 @@
-<div class="header">
-
- <b>A php BackOffice</b>
-</div>
+<div class="header">A php BackOffice</div>