Create template for errors when not logged in.
[squirrelmail.git] / templates / default / stylesheet.tpl
index f8af6a7d3a8611bb873d8c73e03b7d369268a6f3..18b0140bc9694beff4cae2305dac291d7872c6e5 100644 (file)
@@ -331,6 +331,32 @@ img   {
     background: <?php echo $color[4]; ?>;
 }
 
+/* error_logout.tpl definitions */
+#sqm_errorLogout {
+    width:100%;
+    text-align:center;
+}
+#sqm_errorLogout table {
+    border:0;
+    margin:0;
+    padding:0;
+    border-spacing:0;
+    margin-left:auto;
+    margin-right:auto;
+}
+#sqm_errorLogout td {
+    padding:2px;
+}
+.sqm_errorLogoutImage {
+    margin-left:auto;
+    margin-right:auto;
+    padding:2px;
+}
+.sqm_errorLogoutTop {
+    text-align:center;
+    font-size:80%;
+}
+
 /* page_header.tpl definitions */
 .sqm_currentFolder     {
     background: <?php echo $color[9]; ?>;