fixup logout error
authorkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 7 Jan 2007 18:29:07 +0000 (18:29 +0000)
committerkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 7 Jan 2007 18:29:07 +0000 (18:29 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12099 7612ce4b-ef26-0410-bec9-ea0150e637f0

templates/default/css/default.css
templates/default/error_logout.tpl

index 3cd855a852da354fd262055d0787c54cb0671704..e8913e0270383fd7f4c3f48f9adff166fd413765 100644 (file)
@@ -257,7 +257,7 @@ table.sqm_emptyFolder td {
 }
 
 /* error_box.tpl definitions */
-.table_errorBoxWrapper   {
+.table_errorBoxWrapper {
     background: #ababab /* __COLOR9__ */;
     margin-left: auto;
     margin-right: auto;
@@ -275,6 +275,22 @@ td.error_header {
     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__ */;
index 9ca0608bd725a415e88ac1b46c9e0ab82aa8244d..01139be4ae48631a6b515b98d084863b4262e9be 100644 (file)
@@ -28,9 +28,9 @@ extract ($t);
 ?>
 <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; 
@@ -38,8 +38,9 @@ extract ($t);
   </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>
@@ -63,5 +64,3 @@ extract ($t);
   </td>
  </tr>
 </table>
-</div>
-</div>