git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12099
7612ce4b-ef26-0410-bec9-
ea0150e637f0
}
/* error_box.tpl definitions */
-.table_errorBoxWrapper {
+.table_errorBoxWrapper {
background: #ababab /* __COLOR9__ */;
margin-left: auto;
margin-right: auto;
color: #cc0000 /* __COLOR2__*/;
}
+/* logout error screen */
+
+#sqm_errorLogout {
+ margin-top: 25px;
+ text-align: center;
+}
+
+#sqm_errorLogout table {
+ border: 0;
+ padding: 0;
+ margin-left: auto;
+ margin-right: auto;
+ width: 70%;
+}
+
+
/* page_header.tpl definitions */
.sqm_currentFolder {
background: #ababab /* __COLOR9__ */;
?>
<body>
<div id="sqm_errorLogout">
-<table cellspacing="0">
+<table class="sqm_errorLogoutTop" cellspacing="0">
<tr>
- <td class="sqm_errorLogoutTop" colspan="2">
+ <td colspan="2">
<?php
echo $logo_str;
echo $sm_attribute_str;
</td>
</tr>
</table>
-<br>
-<div style="width:70%; text-align:center; margin-left:auto; margin-right:auto">
+</div>
+<br />
+
<table class="table_errorBoxWrapper" cellspacing="0">
<tr>
<td>
</td>
</tr>
</table>
-</div>
-</div>