CSS corrections to empty folder template
[squirrelmail.git] / templates / default / css / default.css
index ea1995db34424d96a3619336b7044bb66ac108b9..5a91bb61c8c2bcaea95b42a5beca917d88a0a631 100644 (file)
@@ -239,11 +239,19 @@ sqm_leftMain table {
 }
 
 /* empty_folder.tpl defs */
-.sqm_emptyFolder {
+div.sqm_emptyFolderWrapper {
+    width:100%;
+    text-align: center;
+}
+table.sqm_emptyFolder {
     background: #ababab /* __COLOR9__ */;
+    width:95%;
+    margin-left:auto;
+    margin-right: auto;
 }
-.sqm_emptyFolder td {
+table.sqm_emptyFolder td {
     background: #ffffff /* __COLOR4__*/;
+    text-align: center;
 }
 
 /* error_box.tpl definitions */