fixup logout error
[squirrelmail.git] / templates / default / css / default.css
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__ */;